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")
9 "!/ipc/ipdl/_ipdlheaders",
15 "/netwerk/dns", # For nsDNSService2.h
16 "/third_party/libsrtp/src/include",
17 "/third_party/libwebrtc",
18 "/third_party/libwebrtc/third_party/abseil-cpp",
22 "MediaTransportHandler.cpp",
23 "MediaTransportHandlerIPC.cpp",
24 "MediaTransportParent.cpp",
26 "PeerConnectionCtx.cpp",
27 "PeerConnectionImpl.cpp",
28 "RemoteTrackSource.cpp",
29 "RTCDtlsTransport.cpp",
33 "RTCRtpTransceiver.cpp",
34 "RTCSctpTransport.cpp",
35 "RTCStatsIdGenerator.cpp",
37 "WebrtcGlobalInformation.cpp",
40 EXPORTS.mozilla.dom += [
45 "RTCRtpTransceiver.h",