moz.build (1378B)
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 7 include("/ipc/chromium/chromium-config.mozbuild") 8 9 EXPORTS.transport += [ 10 "../dtlsidentity.h", 11 "../m_cpp_utils.h", 12 "../mediapacket.h", 13 "../nr_socket_proxy_config.h", 14 "../nricectx.h", 15 "../nricemediastream.h", 16 "../nriceresolverfake.h", 17 "../nricestunaddr.h", 18 "../rlogconnector.h", 19 "../runnable_utils.h", 20 "../sigslot.h", 21 "../simpletokenbucket.h", 22 "../SrtpFlow.h", 23 "../stun_socket_filter.h", 24 "../transportflow.h", 25 "../transportlayer.h", 26 "../transportlayerdtls.h", 27 "../transportlayerice.h", 28 "../transportlayerlog.h", 29 "../transportlayerloopback.h", 30 "../transportlayersrtp.h", 31 ] 32 33 include("../common.build") 34 35 # Add libFuzzer configuration directives 36 include("/tools/fuzzing/libfuzzer-config.mozbuild") 37 38 # These files cannot be built in unified mode because of the redefinition of 39 # getLogModule, UNIMPLEMENTED, nr_socket_long_term_violation_time, 40 # nr_socket_short_term_violation_time, nrappkit/IPDL typedef conflicts in 41 # PBrowserOrId and WebrtcTCPSocketChild. 42 SOURCES += transport_cppsrcs 43 44 FINAL_LIBRARY = "xul"