Reason for revert: Build issues have now _really_ been fixed Original issue's description: > Revert of move all reference to carbon api (patchset #2 id:300001 of https://codereview.webrtc.org/2321493002/ ) > > Reason for revert: > Still breaks Chromium mac compile: > [4542/22193] CXX obj/third_party/webrtc/base/rtc_base/unixfilesystem.o > FAILED: obj/third_party/webrtc/base/rtc_base/unixfilesystem.o > /b/c/cipd/goma/gomacc ../../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/third_party/webrtc/base/rtc_base/unixfilesystem.o.d -DLOGGING=1 -DV8_DEPRECATION_WARNINGS -DENABLE_NOTIFICATIONS -DENABLE_PEPPER_CDMS -DENABLE_PLUGINS=1 -DENABLE_PDF=1 -DENABLE_PRINTING=1 -DENABLE_BASIC_PRINTING=1 -DENABLE_PRINT_PREVIEW=1 -DENABLE_SPELLCHECK=1 -DUSE_BROWSER_SPELLCHECKER=1 -DDCHECK_ALWAYS_ON=1 -DNO_TCMALLOC -DUSE_EXTERNAL_POPUP_MENU=1 -DENABLE_WEBRTC=1 -DENABLE_EXTENSIONS=1 -DENABLE_TASK_MANAGER=1 -DENABLE_THEMES=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_PLUGIN_INSTALLATION=1 -DENABLE_SUPERVISED_USERS=1 -DENABLE_SERVICE_DISCOVERY=1 -DUSE_PROPRIETARY_CODECS -DFULL_SAFE_BROWSING -DSAFE_BROWSING_CSD -DSAFE_BROWSING_DB_LOCAL -DCHROMIUM_BUILD -DENABLE_MEDIA_ROUTER=1 -DFIELDTRIAL_TESTING_ENABLED -DCR_CLANG_REVISION=280106-1 -DCR_XCODE_VERSION=0511 -D__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -DWEBRTC_RESTRICT_LOGGING -DEXPAT_RELATIVE_PATH -DENABLE_EXTERNAL_AUTH -DHAVE_OPENSSL_SSL_H -DHAVE_SCTP -DHAVE_SRTP -DHAVE_WEBRTC_VIDEO -DHAVE_WEBRTC_VOICE -DLOGGING_INSIDE_WEBRTC -DSRTP_RELATIVE_PATH -DSSL_USE_OPENSSL -DUSE_WEBRTC_DEV_BRANCH -DSSL_USE_OPENSSL -DHAVE_OPENSSL_SSL_H -DFEATURE_ENABLE_SSL -DLOGGING=1 -DFEATURE_ENABLE_SSL -DFEATURE_ENABLE_VOICEMAIL -DEXPAT_RELATIVE_PATH -DGTEST_RELATIVE_PATH -DNO_MAIN_THREAD_WRAPPING -DNO_SOUND_SYSTEM -DWEBRTC_CHROMIUM_BUILD -DWEBRTC_POSIX -DWEBRTC_MAC -DNO_MAIN_THREAD_WRAPPING -I../../third_party/webrtc_overrides -I../../third_party/boringssl/src/include -I../.. -Igen -I../../third_party/jsoncpp/overrides/include -I../../third_party/jsoncpp/source/include -I../../third_party/webrtc_overrides -I../../third_party -I../../third_party/boringssl/src/include -Wno-uninitialized -fno-strict-aliasing -fstack-protector -fcolor-diagnostics -arch x86_64 -O2 -g1 -isysroot /Applications/Xcode5.1.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk -mmacosx-version-min=10.7 -fvisibility=hidden -Xclang -load -Xclang ../../third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.dylib -Xclang -add-plugin -Xclang find-bad-constructs -Wheader-hygiene -Wstring-conversion -Werror -Wall -Wno-unused-variable -Wpartial-availability -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-covered-switch-default -Wno-deprecated-register -Wno-unneeded-internal-declaration -Wno-inconsistent-missing-override -Wno-shift-negative-value -Wno-undefined-var-template -Wno-nonportable-include-path -Wno-address-of-packed-member -fno-threadsafe-statics -fvisibility-inlines-hidden -std=c++11 -stdlib=libc++ -fno-rtti -fno-exceptions -c ../../third_party/webrtc/base/unixfilesystem.cc -o obj/third_party/webrtc/base/rtc_base/unixfilesystem.o > ../../third_party/webrtc/base/unixfilesystem.cc:375:11: error: variable has incomplete type 'FSRef' > FSRef fr; > ^ > /Applications/Xcode5.1.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h:467:8: note: forward declaration of 'FSRef' > struct FSRef; > ^ > ../../third_party/webrtc/base/unixfilesystem.cc:376:27: error: use of undeclared identifier 'kUserDomain' > if (0 != FSFindFolder(kUserDomain, kApplicationSupportFolderType, > ^ > ../../third_party/webrtc/base/unixfilesystem.cc:376:40: error: use of undeclared identifier 'kApplicationSupportFolderType' > if (0 != FSFindFolder(kUserDomain, kApplicationSupportFolderType, > ^ > ../../third_party/webrtc/base/unixfilesystem.cc:377:27: error: use of undeclared identifier 'kCreateFolder'; did you mean 'CreateFolder'? > kCreateFolder, &fr)) > ^~~~~~~~~~~~~ > CreateFolder > ../../third_party/webrtc/base/unixfilesystem.cc:92:22: note: 'CreateFolder' declared here > bool UnixFilesystem::CreateFolder(const Pathname &path, mode_t mode) { > > Original issue's description: > > Reland of move all reference to carbon api (patchset #1 id:1 of https://codereview.webrtc.org/2316563002/ ) > > > > Reason for revert: > > Chromium build issues have been resolved. > > > > Original issue's description: > > > Revert of Remove all reference to carbon api (patchset #2 id:20001 of https://codereview.webrtc.org/2299633002/ ) > > > > > > Reason for revert: > > > Breaks chromium build > > > > > > Original issue's description: > > > > Remove all reference to carbon api > > > > > > > > BUG=webrtc:6282 > > > > > > > > Committed: https://crrev.com/dbd8b6bec4143c940b2f2ca8cd85c25d17327964 > > > > Cr-Commit-Position: refs/heads/master@{#14080} > > > > > > TBR=magjed@webrtc.org,mflodman@webrtc.org > > > # Skipping CQ checks because original CL landed less than 1 days ago. > > > NOPRESUBMIT=true > > > NOTREECHECKS=true > > > NOTRY=true > > > BUG=webrtc:6282 > > > > > > Committed: https://crrev.com/b096aa7fd375a980daab3a986596548ca5de2a1c > > > Cr-Commit-Position: refs/heads/master@{#14081} > > > > TBR=magjed@webrtc.org,mflodman@webrtc.org > > # Not skipping CQ checks because original CL landed more than 1 days ago. > > BUG=webrtc:6282 > > > > Committed: https://crrev.com/a90879b64fd8db57c0274169311d6b51dd59f1a0 > > Cr-Commit-Position: refs/heads/master@{#14125} > > TBR=mflodman@webrtc.org,kthelgason@webrtc.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=webrtc:6282 > > Committed: https://crrev.com/4e0581f543b026cbc31c3b24cf65c7f51dcd6124 > Cr-Commit-Position: refs/heads/master@{#14133} TBR=mflodman@webrtc.org,magjed@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=webrtc:6282 Review-Url: https://codereview.webrtc.org/2327573002 Cr-Commit-Position: refs/heads/master@{#14155}
662 lines
22 KiB
Python
662 lines
22 KiB
Python
# Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
|
|
#
|
|
# Use of this source code is governed by a BSD-style license
|
|
# that can be found in the LICENSE file in the root of the source
|
|
# tree. An additional intellectual property rights grant can be found
|
|
# in the file PATENTS. All contributing project authors may
|
|
# be found in the AUTHORS file in the root of the source tree.
|
|
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'rtc_unittests',
|
|
'type': '<(gtest_target_type)',
|
|
'dependencies': [
|
|
'base/base.gyp:rtc_base',
|
|
'base/base.gyp:rtc_task_queue',
|
|
'base/base_tests.gyp:rtc_base_tests_utils',
|
|
'p2p/p2p.gyp:rtc_p2p',
|
|
'p2p/p2p.gyp:libstunprober',
|
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
|
'<(DEPTH)/testing/gmock.gyp:gmock',
|
|
],
|
|
'sources': [
|
|
'base/array_view_unittest.cc',
|
|
'base/atomicops_unittest.cc',
|
|
'base/autodetectproxy_unittest.cc',
|
|
'base/bandwidthsmoother_unittest.cc',
|
|
'base/base64_unittest.cc',
|
|
'base/basictypes_unittest.cc',
|
|
'base/bind_unittest.cc',
|
|
'base/bitbuffer_unittest.cc',
|
|
'base/buffer_unittest.cc',
|
|
'base/bufferqueue_unittest.cc',
|
|
'base/bytebuffer_unittest.cc',
|
|
'base/byteorder_unittest.cc',
|
|
'base/callback_unittest.cc',
|
|
'base/copyonwritebuffer_unittest.cc',
|
|
'base/crc32_unittest.cc',
|
|
'base/criticalsection_unittest.cc',
|
|
'base/event_tracer_unittest.cc',
|
|
'base/event_unittest.cc',
|
|
'base/exp_filter_unittest.cc',
|
|
'base/file_unittest.cc',
|
|
'base/filerotatingstream_unittest.cc',
|
|
'base/fileutils_unittest.cc',
|
|
'base/helpers_unittest.cc',
|
|
'base/httpbase_unittest.cc',
|
|
'base/httpcommon_unittest.cc',
|
|
'base/httpserver_unittest.cc',
|
|
'base/ipaddress_unittest.cc',
|
|
'base/logging_unittest.cc',
|
|
'base/md5digest_unittest.cc',
|
|
'base/messagedigest_unittest.cc',
|
|
'base/messagequeue_unittest.cc',
|
|
'base/mod_ops_unittest.cc',
|
|
'base/multipart_unittest.cc',
|
|
'base/nat_unittest.cc',
|
|
'base/network_unittest.cc',
|
|
'base/onetimeevent_unittest.cc',
|
|
'base/optional_unittest.cc',
|
|
'base/optionsfile_unittest.cc',
|
|
'base/pathutils_unittest.cc',
|
|
'base/platform_thread_unittest.cc',
|
|
'base/profiler_unittest.cc',
|
|
'base/proxy_unittest.cc',
|
|
'base/proxydetect_unittest.cc',
|
|
'base/random_unittest.cc',
|
|
'base/rate_limiter_unittest.cc',
|
|
'base/rate_statistics_unittest.cc',
|
|
'base/ratelimiter_unittest.cc',
|
|
'base/ratetracker_unittest.cc',
|
|
'base/referencecountedsingletonfactory_unittest.cc',
|
|
'base/rollingaccumulator_unittest.cc',
|
|
'base/rtccertificate_unittest.cc',
|
|
'base/rtccertificategenerator_unittest.cc',
|
|
'base/scopedptrcollection_unittest.cc',
|
|
'base/sequenced_task_checker_unittest.cc',
|
|
'base/sha1digest_unittest.cc',
|
|
'base/sharedexclusivelock_unittest.cc',
|
|
'base/signalthread_unittest.cc',
|
|
'base/sigslot_unittest.cc',
|
|
'base/sigslottester.h',
|
|
'base/sigslottester.h.pump',
|
|
'base/stream_unittest.cc',
|
|
'base/stringencode_unittest.cc',
|
|
'base/stringutils_unittest.cc',
|
|
'base/swap_queue_unittest.cc',
|
|
# TODO(ronghuawu): Reenable this test.
|
|
# 'systeminfo_unittest.cc',
|
|
'base/task_queue_unittest.cc',
|
|
'base/task_unittest.cc',
|
|
'base/testclient_unittest.cc',
|
|
'base/thread_checker_unittest.cc',
|
|
'base/thread_unittest.cc',
|
|
'base/timestampaligner_unittest.cc',
|
|
'base/timeutils_unittest.cc',
|
|
'base/urlencode_unittest.cc',
|
|
'base/versionparsing_unittest.cc',
|
|
# TODO(ronghuawu): Reenable this test.
|
|
# 'windowpicker_unittest.cc',
|
|
'p2p/base/dtlstransportchannel_unittest.cc',
|
|
'p2p/base/fakeportallocator.h',
|
|
'p2p/base/faketransportcontroller.h',
|
|
'p2p/base/p2ptransportchannel_unittest.cc',
|
|
'p2p/base/port_unittest.cc',
|
|
'p2p/base/portallocator_unittest.cc',
|
|
'p2p/base/pseudotcp_unittest.cc',
|
|
'p2p/base/relayport_unittest.cc',
|
|
'p2p/base/relayserver_unittest.cc',
|
|
'p2p/base/stun_unittest.cc',
|
|
'p2p/base/stunport_unittest.cc',
|
|
'p2p/base/stunrequest_unittest.cc',
|
|
'p2p/base/stunserver_unittest.cc',
|
|
'p2p/base/testrelayserver.h',
|
|
'p2p/base/teststunserver.h',
|
|
'p2p/base/testturnserver.h',
|
|
'p2p/base/transport_unittest.cc',
|
|
'p2p/base/transportcontroller_unittest.cc',
|
|
'p2p/base/transportdescriptionfactory_unittest.cc',
|
|
'p2p/base/tcpport_unittest.cc',
|
|
'p2p/base/turnport_unittest.cc',
|
|
'p2p/base/turnserver_unittest.cc',
|
|
'p2p/client/basicportallocator_unittest.cc',
|
|
'p2p/stunprober/stunprober_unittest.cc',
|
|
],
|
|
'conditions': [
|
|
['OS=="linux"', {
|
|
'sources': [
|
|
'base/latebindingsymboltable_unittest.cc',
|
|
# TODO(ronghuawu): Reenable this test.
|
|
# 'linux_unittest.cc',
|
|
'base/linuxfdwalk_unittest.cc',
|
|
],
|
|
}],
|
|
['OS=="win"', {
|
|
'sources': [
|
|
'base/win32_unittest.cc',
|
|
'base/win32regkey_unittest.cc',
|
|
'base/win32window_unittest.cc',
|
|
'base/win32windowpicker_unittest.cc',
|
|
'base/winfirewall_unittest.cc',
|
|
],
|
|
}],
|
|
['OS=="win" and clang==1', {
|
|
'msvs_settings': {
|
|
'VCCLCompilerTool': {
|
|
'AdditionalOptions': [
|
|
# Disable warnings failing when compiling with Clang on Windows.
|
|
# https://bugs.chromium.org/p/webrtc/issues/detail?id=5366
|
|
'-Wno-missing-braces',
|
|
'-Wno-sign-compare',
|
|
'-Wno-unused-const-variable',
|
|
],
|
|
},
|
|
},
|
|
}],
|
|
['OS=="mac"', {
|
|
'sources': [
|
|
'base/macutils_unittest.cc',
|
|
],
|
|
}],
|
|
['os_posix==1', {
|
|
'sources': [
|
|
'base/ssladapter_unittest.cc',
|
|
'base/sslidentity_unittest.cc',
|
|
'base/sslstreamadapter_unittest.cc',
|
|
],
|
|
}],
|
|
['use_quic==1', {
|
|
'sources': [
|
|
'p2p/quic/quicconnectionhelper_unittest.cc',
|
|
'p2p/quic/quicsession_unittest.cc',
|
|
'p2p/quic/quictransport_unittest.cc',
|
|
'p2p/quic/quictransportchannel_unittest.cc',
|
|
'p2p/quic/reliablequicstream_unittest.cc',
|
|
],
|
|
}],
|
|
['OS=="android"', {
|
|
'dependencies': [
|
|
'<(DEPTH)/testing/android/native_test.gyp:native_test_native_code',
|
|
],
|
|
}],
|
|
['OS=="ios" or (OS=="mac" and mac_deployment_target=="10.7")', {
|
|
'includes': [
|
|
'build/objc_common.gypi',
|
|
],
|
|
'dependencies': [
|
|
'sdk/sdk.gyp:rtc_sdk_peerconnection_objc',
|
|
'system_wrappers/system_wrappers.gyp:metrics_default',
|
|
],
|
|
'sources': [
|
|
'sdk/objc/Framework/UnitTests/RTCConfigurationTest.mm',
|
|
'sdk/objc/Framework/UnitTests/RTCDataChannelConfigurationTest.mm',
|
|
'sdk/objc/Framework/UnitTests/RTCIceCandidateTest.mm',
|
|
'sdk/objc/Framework/UnitTests/RTCIceServerTest.mm',
|
|
'sdk/objc/Framework/UnitTests/RTCMediaConstraintsTest.mm',
|
|
'sdk/objc/Framework/UnitTests/RTCSessionDescriptionTest.mm',
|
|
],
|
|
'xcode_settings': {
|
|
# |-ObjC| flag needed to make sure category method implementations
|
|
# are included:
|
|
# https://developer.apple.com/library/mac/qa/qa1490/_index.html
|
|
'OTHER_LDFLAGS': ['-ObjC'],
|
|
},
|
|
}],
|
|
],
|
|
},
|
|
{
|
|
'target_name': 'xmllite_xmpp_unittests',
|
|
'type': '<(gtest_target_type)',
|
|
'dependencies': [
|
|
'base/base_tests.gyp:rtc_base_tests_utils', # needed for main()
|
|
'libjingle/xmllite/xmllite.gyp:rtc_xmllite',
|
|
'libjingle/xmpp/xmpp.gyp:rtc_xmpp',
|
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
|
],
|
|
'sources': [
|
|
'libjingle/xmllite/qname_unittest.cc',
|
|
'libjingle/xmllite/xmlbuilder_unittest.cc',
|
|
'libjingle/xmllite/xmlelement_unittest.cc',
|
|
'libjingle/xmllite/xmlnsstack_unittest.cc',
|
|
'libjingle/xmllite/xmlparser_unittest.cc',
|
|
'libjingle/xmllite/xmlprinter_unittest.cc',
|
|
'libjingle/xmpp/fakexmppclient.h',
|
|
'libjingle/xmpp/hangoutpubsubclient_unittest.cc',
|
|
'libjingle/xmpp/jid_unittest.cc',
|
|
'libjingle/xmpp/mucroomconfigtask_unittest.cc',
|
|
'libjingle/xmpp/mucroomdiscoverytask_unittest.cc',
|
|
'libjingle/xmpp/mucroomlookuptask_unittest.cc',
|
|
'libjingle/xmpp/mucroomuniquehangoutidtask_unittest.cc',
|
|
'libjingle/xmpp/pingtask_unittest.cc',
|
|
'libjingle/xmpp/pubsubclient_unittest.cc',
|
|
'libjingle/xmpp/pubsubtasks_unittest.cc',
|
|
'libjingle/xmpp/util_unittest.cc',
|
|
'libjingle/xmpp/util_unittest.h',
|
|
'libjingle/xmpp/xmppengine_unittest.cc',
|
|
'libjingle/xmpp/xmpplogintask_unittest.cc',
|
|
'libjingle/xmpp/xmppstanzaparser_unittest.cc',
|
|
],
|
|
},
|
|
{
|
|
'target_name': 'webrtc_tests',
|
|
'type': 'none',
|
|
'dependencies': [
|
|
'video_engine_tests',
|
|
'video_loopback',
|
|
'video_replay',
|
|
'webrtc_perf_tests',
|
|
'webrtc_nonparallel_tests',
|
|
],
|
|
},
|
|
{
|
|
'target_name': 'video_quality_test',
|
|
'type': 'static_library',
|
|
'sources': [
|
|
'video/video_quality_test.cc',
|
|
'video/video_quality_test.h',
|
|
],
|
|
'dependencies': [
|
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
|
'<(webrtc_root)/modules/modules.gyp:video_capture_module_internal_impl',
|
|
'<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers',
|
|
'webrtc',
|
|
],
|
|
'conditions': [
|
|
['OS=="android"', {
|
|
'dependencies!': [
|
|
'<(webrtc_root)/modules/modules.gyp:video_capture_module_internal_impl',
|
|
],
|
|
}],
|
|
],
|
|
},
|
|
{
|
|
'target_name': 'video_loopback',
|
|
'type': 'executable',
|
|
'sources': [
|
|
'test/run_test.h',
|
|
'video/video_loopback.cc',
|
|
],
|
|
'conditions': [
|
|
['OS=="mac"', {
|
|
'sources': [
|
|
'test/mac/run_test.mm',
|
|
],
|
|
}, {
|
|
'sources': [
|
|
'test/run_test.cc',
|
|
],
|
|
}],
|
|
],
|
|
'dependencies': [
|
|
'video_quality_test',
|
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
|
'<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
|
|
'<(webrtc_root)/system_wrappers/system_wrappers.gyp:metrics_default',
|
|
'test/test.gyp:field_trial',
|
|
'test/test.gyp:test_common',
|
|
'test/test.gyp:test_renderer',
|
|
],
|
|
},
|
|
{
|
|
'target_name': 'screenshare_loopback',
|
|
'type': 'executable',
|
|
'sources': [
|
|
'test/mac/run_test.mm',
|
|
'test/run_test.cc',
|
|
'test/run_test.h',
|
|
'video/screenshare_loopback.cc',
|
|
],
|
|
'conditions': [
|
|
['OS=="mac"', {
|
|
'sources!': [
|
|
'test/run_test.cc',
|
|
],
|
|
}],
|
|
],
|
|
'dependencies': [
|
|
'video_quality_test',
|
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
|
'<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
|
|
'test/test.gyp:test_common',
|
|
'test/test.gyp:test_main',
|
|
'test/test.gyp:test_renderer',
|
|
'webrtc',
|
|
],
|
|
},
|
|
{
|
|
'target_name': 'video_replay',
|
|
'type': 'executable',
|
|
'sources': [
|
|
'test/mac/run_test.mm',
|
|
'test/run_test.cc',
|
|
'test/run_test.h',
|
|
'video/replay.cc',
|
|
],
|
|
'conditions': [
|
|
['OS=="mac"', {
|
|
'sources!': [
|
|
'test/run_test.cc',
|
|
],
|
|
}],
|
|
],
|
|
'dependencies': [
|
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
|
'<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
|
|
'test/test.gyp:test_common',
|
|
'test/test.gyp:test_renderer',
|
|
'<(webrtc_root)/modules/modules.gyp:video_capture',
|
|
'<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers_default',
|
|
'webrtc',
|
|
],
|
|
},
|
|
{
|
|
# TODO(solenberg): Rename to webrtc_call_tests.
|
|
'target_name': 'video_engine_tests',
|
|
'type': '<(gtest_target_type)',
|
|
'sources': [
|
|
'audio/audio_receive_stream_unittest.cc',
|
|
'audio/audio_send_stream_unittest.cc',
|
|
'audio/audio_state_unittest.cc',
|
|
'call/bitrate_allocator_unittest.cc',
|
|
'call/bitrate_estimator_tests.cc',
|
|
'call/call_unittest.cc',
|
|
'call/packet_injection_tests.cc',
|
|
'call/ringbuffer_unittest.cc',
|
|
'video/call_stats_unittest.cc',
|
|
'video/encoder_state_feedback_unittest.cc',
|
|
'video/end_to_end_tests.cc',
|
|
'video/overuse_frame_detector_unittest.cc',
|
|
'video/payload_router_unittest.cc',
|
|
'video/report_block_stats_unittest.cc',
|
|
'video/send_delay_stats_unittest.cc',
|
|
'video/send_statistics_proxy_unittest.cc',
|
|
'video/stats_counter_unittest.cc',
|
|
'video/stream_synchronization_unittest.cc',
|
|
'video/video_decoder_unittest.cc',
|
|
'video/video_encoder_unittest.cc',
|
|
'video/video_send_stream_tests.cc',
|
|
'video/vie_encoder_unittest.cc',
|
|
'video/vie_remb_unittest.cc',
|
|
],
|
|
'dependencies': [
|
|
'<(DEPTH)/testing/gmock.gyp:gmock',
|
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
|
'<(webrtc_root)/api/api.gyp:call_api',
|
|
'<(webrtc_root)/common.gyp:webrtc_common',
|
|
'<(webrtc_root)/modules/modules.gyp:rtp_rtcp',
|
|
'<(webrtc_root)/modules/modules.gyp:video_capture',
|
|
'<(webrtc_root)/test/test.gyp:channel_transport',
|
|
'<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine',
|
|
'test/test.gyp:test_common',
|
|
'test/test.gyp:test_main',
|
|
'test/test.gyp:test_support',
|
|
'webrtc',
|
|
],
|
|
'conditions': [
|
|
['rtc_use_h264==1', {
|
|
'defines': [
|
|
'WEBRTC_END_TO_END_H264_TESTS',
|
|
],
|
|
}],
|
|
['OS=="android"', {
|
|
'dependencies': [
|
|
'<(DEPTH)/testing/android/native_test.gyp:native_test_native_code',
|
|
],
|
|
}],
|
|
['OS=="ios"', {
|
|
'mac_bundle_resources': [
|
|
'<(DEPTH)/resources/foreman_cif_short.yuv',
|
|
'<(DEPTH)/resources/voice_engine/audio_long16.pcm',
|
|
],
|
|
}],
|
|
['enable_protobuf==1', {
|
|
'defines': [
|
|
'ENABLE_RTC_EVENT_LOG',
|
|
],
|
|
'dependencies': [
|
|
'webrtc.gyp:rtc_event_log',
|
|
'webrtc.gyp:rtc_event_log_parser',
|
|
'webrtc.gyp:rtc_event_log_proto',
|
|
],
|
|
'sources': [
|
|
'call/rtc_event_log_unittest.cc',
|
|
'call/rtc_event_log_unittest_helper.cc'
|
|
],
|
|
}],
|
|
],
|
|
},
|
|
{
|
|
'target_name': 'webrtc_perf_tests',
|
|
'type': '<(gtest_target_type)',
|
|
'sources': [
|
|
'call/call_perf_tests.cc',
|
|
'call/rampup_tests.cc',
|
|
'call/rampup_tests.h',
|
|
'modules/audio_coding/neteq/test/neteq_performance_unittest.cc',
|
|
'modules/audio_processing/audio_processing_performance_unittest.cc',
|
|
'modules/audio_processing/level_controller/level_controller_complexity_unittest.cc',
|
|
'modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc',
|
|
'video/full_stack.cc',
|
|
],
|
|
'dependencies': [
|
|
'<(DEPTH)/testing/gmock.gyp:gmock',
|
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
|
'<(webrtc_root)/modules/modules.gyp:audio_processing',
|
|
'<(webrtc_root)/modules/modules.gyp:audioproc_test_utils',
|
|
'<(webrtc_root)/modules/modules.gyp:video_capture',
|
|
'<(webrtc_root)/test/test.gyp:channel_transport',
|
|
'<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine',
|
|
'video_quality_test',
|
|
'modules/modules.gyp:neteq_test_support',
|
|
'modules/modules.gyp:bwe_simulator',
|
|
'modules/modules.gyp:rtp_rtcp',
|
|
'test/test.gyp:test_common',
|
|
'test/test.gyp:test_main',
|
|
'test/test.gyp:test_renderer',
|
|
'webrtc',
|
|
],
|
|
'conditions': [
|
|
['OS=="android"', {
|
|
'dependencies': [
|
|
'<(DEPTH)/testing/android/native_test.gyp:native_test_native_code',
|
|
],
|
|
}],
|
|
],
|
|
},
|
|
{
|
|
'target_name': 'webrtc_nonparallel_tests',
|
|
'type': '<(gtest_target_type)',
|
|
'sources': [
|
|
'base/nullsocketserver_unittest.cc',
|
|
'base/physicalsocketserver_unittest.cc',
|
|
'base/socket_unittest.cc',
|
|
'base/socket_unittest.h',
|
|
'base/socketaddress_unittest.cc',
|
|
'base/virtualsocket_unittest.cc',
|
|
],
|
|
'defines': [
|
|
'GTEST_RELATIVE_PATH',
|
|
],
|
|
'dependencies': [
|
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
|
'base/base.gyp:rtc_base',
|
|
'test/test.gyp:test_main',
|
|
],
|
|
'conditions': [
|
|
['OS=="android"', {
|
|
'dependencies': [
|
|
'<(DEPTH)/testing/android/native_test.gyp:native_test_native_code',
|
|
],
|
|
}],
|
|
['OS=="win"', {
|
|
'sources': [
|
|
'base/win32socketserver_unittest.cc',
|
|
],
|
|
}],
|
|
['OS=="mac"', {
|
|
'sources': [
|
|
'base/macsocketserver_unittest.cc',
|
|
],
|
|
}],
|
|
],
|
|
},
|
|
],
|
|
'conditions': [
|
|
['OS=="android"', {
|
|
'targets': [
|
|
{
|
|
'target_name': 'rtc_unittests_apk_target',
|
|
'type': 'none',
|
|
'dependencies': [
|
|
'<(android_tests_path):rtc_unittests_apk',
|
|
],
|
|
},
|
|
{
|
|
'target_name': 'video_engine_tests_apk_target',
|
|
'type': 'none',
|
|
'dependencies': [
|
|
'<(android_tests_path):video_engine_tests_apk',
|
|
],
|
|
},
|
|
{
|
|
'target_name': 'webrtc_perf_tests_apk_target',
|
|
'type': 'none',
|
|
'dependencies': [
|
|
'<(android_tests_path):webrtc_perf_tests_apk',
|
|
],
|
|
},
|
|
{
|
|
'target_name': 'webrtc_nonparallel_tests_apk_target',
|
|
'type': 'none',
|
|
'dependencies': [
|
|
'<(android_tests_path):webrtc_nonparallel_tests_apk',
|
|
],
|
|
},
|
|
{
|
|
'target_name': 'android_junit_tests_target',
|
|
'type': 'none',
|
|
'dependencies': [
|
|
'<(android_tests_path):android_junit_tests',
|
|
],
|
|
},
|
|
],
|
|
'conditions': [
|
|
['test_isolation_mode != "noop"',
|
|
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'rtc_unittests_apk_run',
|
|
'type': 'none',
|
|
'dependencies': [
|
|
'<(android_tests_path):rtc_unittests_apk',
|
|
],
|
|
'includes': [
|
|
'build/isolate.gypi',
|
|
],
|
|
'sources': [
|
|
'rtc_unittests_apk.isolate',
|
|
],
|
|
},
|
|
{
|
|
'target_name': 'video_engine_tests_apk_run',
|
|
'type': 'none',
|
|
'dependencies': [
|
|
'<(android_tests_path):video_engine_tests_apk',
|
|
],
|
|
'includes': [
|
|
'build/isolate.gypi',
|
|
],
|
|
'sources': [
|
|
'video_engine_tests_apk.isolate',
|
|
],
|
|
},
|
|
{
|
|
'target_name': 'webrtc_perf_tests_apk_run',
|
|
'type': 'none',
|
|
'dependencies': [
|
|
'<(android_tests_path):webrtc_perf_tests_apk',
|
|
],
|
|
'includes': [
|
|
'build/isolate.gypi',
|
|
],
|
|
'sources': [
|
|
'webrtc_perf_tests_apk.isolate',
|
|
],
|
|
},
|
|
{
|
|
'target_name': 'webrtc_nonparallel_tests_apk_run',
|
|
'type': 'none',
|
|
'dependencies': [
|
|
'<(android_tests_path):webrtc_nonparallel_tests_apk',
|
|
],
|
|
'includes': [
|
|
'build/isolate.gypi',
|
|
],
|
|
'sources': [
|
|
'webrtc_nonparallel_tests_apk.isolate',
|
|
],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
],
|
|
}],
|
|
['test_isolation_mode != "noop"', {
|
|
'targets': [
|
|
{
|
|
'target_name': 'rtc_unittests_run',
|
|
'type': 'none',
|
|
'dependencies': [
|
|
'rtc_unittests',
|
|
],
|
|
'includes': [
|
|
'build/isolate.gypi',
|
|
],
|
|
'sources': [
|
|
'rtc_unittests.isolate',
|
|
],
|
|
},
|
|
{
|
|
'target_name': 'video_engine_tests_run',
|
|
'type': 'none',
|
|
'dependencies': [
|
|
'video_engine_tests',
|
|
],
|
|
'includes': [
|
|
'build/isolate.gypi',
|
|
],
|
|
'sources': [
|
|
'video_engine_tests.isolate',
|
|
],
|
|
},
|
|
{
|
|
'target_name': 'webrtc_nonparallel_tests_run',
|
|
'type': 'none',
|
|
'dependencies': [
|
|
'webrtc_nonparallel_tests',
|
|
],
|
|
'includes': [
|
|
'build/isolate.gypi',
|
|
],
|
|
'sources': [
|
|
'webrtc_nonparallel_tests.isolate',
|
|
],
|
|
},
|
|
{
|
|
'target_name': 'webrtc_perf_tests_run',
|
|
'type': 'none',
|
|
'dependencies': [
|
|
'webrtc_perf_tests',
|
|
],
|
|
'includes': [
|
|
'build/isolate.gypi',
|
|
],
|
|
'sources': [
|
|
'webrtc_perf_tests.isolate',
|
|
],
|
|
},
|
|
],
|
|
}],
|
|
],
|
|
}
|