moz.build (654B)
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 LOCAL_INCLUDES += [ 9 "!/dist/include/libwebrtc_overrides", 10 "/dom/media/webrtc", 11 "/media/webrtc", 12 "/third_party/abseil-cpp", 13 "/third_party/libwebrtc", 14 "/third_party/sipcc", 15 ] 16 17 UNIFIED_SOURCES += ["JsepSessionImpl.cpp", "JsepTrack.cpp", "SsrcGenerator.cpp"] 18 19 FINAL_LIBRARY = "xul"