moz.build (766B)
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/. 6 include("/dom/media/webrtc/third_party_build/webrtc.mozbuild") 7 8 EXPORTS.mozilla.dom += ["CandidateInfo.h"] 9 10 LOCAL_INCLUDES += [ 11 "!/dist/include/libwebrtc_overrides", 12 "/dom/media/webrtc/transport/third_party/nrappkit/src/util/libekr", 13 "/third_party/abseil-cpp", 14 "/third_party/libwebrtc", 15 ] 16 17 UNIFIED_SOURCES += [ 18 "browser_logging/CSFLog.cpp", 19 "browser_logging/WebRtcLog.cpp", 20 "time_profiling/timecard.c", 21 "YuvStamper.cpp", 22 ] 23 24 FINAL_LIBRARY = "xul"