1# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- 2# vim: set filetype=python: 3# This Source Code Form is subject to the terms of the Mozilla Public 4# License, v. 2.0. If a copy of the MPL was not distributed with this 5# file, You can obtain one at http://mozilla.org/MPL/2.0/. 6include('/media/webrtc/webrtc.mozbuild') 7 8EXPORTS.mozilla.dom += [ 9 'CandidateInfo.h' 10] 11 12LOCAL_INCLUDES += [ 13 '/media/mtransport/third_party/nrappkit/src/util/libekr', 14 '/media/webrtc/trunk', 15 '/media/webrtc/trunk/webrtc', 16] 17 18UNIFIED_SOURCES += [ 19 'browser_logging/CSFLog.cpp', 20 'browser_logging/WebRtcLog.cpp', 21 'time_profiling/timecard.c', 22 'YuvStamper.cpp', 23] 24 25FINAL_LIBRARY = 'xul' 26