2016-07-14 19:16:42 +03:00
|
|
|
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
|
2013-02-26 00:47:22 +04:00
|
|
|
# vim: set filetype=python:
|
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
|
2015-01-05 10:49:50 +03:00
|
|
|
include("/ipc/chromium/chromium-config.mozbuild")
|
|
|
|
|
2013-04-16 23:24:43 +04:00
|
|
|
EXPORTS.mtransport += [
|
|
|
|
'../dtlsidentity.h',
|
|
|
|
'../m_cpp_utils.h',
|
|
|
|
'../nricectx.h',
|
|
|
|
'../nricemediastream.h',
|
|
|
|
'../nriceresolverfake.h',
|
2013-10-29 21:45:09 +04:00
|
|
|
'../rlogringbuffer.h',
|
2013-04-16 23:24:43 +04:00
|
|
|
'../runnable_utils.h',
|
|
|
|
'../sigslot.h',
|
2013-10-26 02:15:59 +04:00
|
|
|
'../simpletokenbucket.h',
|
2016-02-11 12:18:46 +03:00
|
|
|
'../stun_socket_filter.h',
|
2013-04-16 23:24:43 +04:00
|
|
|
'../transportflow.h',
|
|
|
|
'../transportlayer.h',
|
|
|
|
'../transportlayerdtls.h',
|
|
|
|
'../transportlayerice.h',
|
|
|
|
'../transportlayerlog.h',
|
|
|
|
'../transportlayerloopback.h',
|
|
|
|
'../transportlayerprsock.h',
|
|
|
|
]
|
|
|
|
|
2015-04-09 16:15:00 +03:00
|
|
|
include('../common.build')
|
2013-08-30 17:09:06 +04:00
|
|
|
|
2014-10-09 00:19:14 +04:00
|
|
|
# These files cannot be built in unified mode because of the redefinition of
|
|
|
|
# getLogModule, UNIMPLEMENTED, nr_socket_long_term_violation_time,
|
|
|
|
# nr_socket_short_term_violation_time.
|
2013-10-25 03:23:05 +04:00
|
|
|
SOURCES += mtransport_cppsrcs
|
2013-04-24 01:54:15 +04:00
|
|
|
|
2013-11-19 06:47:14 +04:00
|
|
|
FINAL_LIBRARY = 'xul'
|