Move test to src/test.
- Refer to top-level directories by <(DEPTH), e.g. <(DEPTH)/testing. - Remove now unneeded third_party_root. TBR=henrike@webrtc.org BUG=none TEST=trybots Review URL: https://webrtc-codereview.appspot.com/669007 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2446 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
253912c188
commit
81cf5e4752
@ -70,7 +70,6 @@
|
|||||||
'include_tests%': 0,
|
'include_tests%': 0,
|
||||||
|
|
||||||
'webrtc_root%': '<(DEPTH)/third_party/webrtc',
|
'webrtc_root%': '<(DEPTH)/third_party/webrtc',
|
||||||
'third_party_root%': '<(DEPTH)/third_party',
|
|
||||||
}, {
|
}, {
|
||||||
# Settings for the standalone (not-in-Chromium) build.
|
# Settings for the standalone (not-in-Chromium) build.
|
||||||
|
|
||||||
@ -87,7 +86,6 @@
|
|||||||
'include_tests%': 1,
|
'include_tests%': 1,
|
||||||
|
|
||||||
'webrtc_root%': '<(DEPTH)/src',
|
'webrtc_root%': '<(DEPTH)/src',
|
||||||
'third_party_root%': '<(DEPTH)',
|
|
||||||
|
|
||||||
# TODO(andrew): For now, disable the Chrome plugins, which causes a
|
# TODO(andrew): For now, disable the Chrome plugins, which causes a
|
||||||
# flood of chromium-style warnings. Investigate enabling them:
|
# flood of chromium-style warnings. Investigate enabling them:
|
||||||
|
@ -36,8 +36,8 @@
|
|||||||
'type': 'executable',
|
'type': 'executable',
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'resampler',
|
'resampler',
|
||||||
'<(third_party_root)/test/test.gyp:test_support_main',
|
'<(webrtc_root)/test/test.gyp:test_support_main',
|
||||||
'<(third_party_root)/testing/gtest.gyp:gtest',
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
'resampler_unittest.cc',
|
'resampler_unittest.cc',
|
||||||
|
@ -66,8 +66,8 @@
|
|||||||
'type': 'executable',
|
'type': 'executable',
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'signal_processing',
|
'signal_processing',
|
||||||
'<(third_party_root)/test/test.gyp:test_support_main',
|
'<(webrtc_root)/test/test.gyp:test_support_main',
|
||||||
'<(third_party_root)/testing/gtest.gyp:gtest',
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
'signal_processing_unittest.cc',
|
'signal_processing_unittest.cc',
|
||||||
|
@ -44,8 +44,8 @@
|
|||||||
'type': 'executable',
|
'type': 'executable',
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'vad',
|
'vad',
|
||||||
'<(third_party_root)/test/test.gyp:test_support_main',
|
'<(webrtc_root)/test/test.gyp:test_support_main',
|
||||||
'<(third_party_root)/testing/gtest.gyp:gtest',
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
'vad_core_unittest.cc',
|
'vad_core_unittest.cc',
|
||||||
|
@ -61,8 +61,8 @@
|
|||||||
'type': 'executable',
|
'type': 'executable',
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'webrtc_jpeg',
|
'webrtc_jpeg',
|
||||||
'<(third_party_root)/testing/gtest.gyp:gtest',
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||||
'<(third_party_root)/test/test.gyp:test_support_main',
|
'<(webrtc_root)/test/test.gyp:test_support_main',
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
'jpeg_unittest.cc',
|
'jpeg_unittest.cc',
|
||||||
|
@ -40,9 +40,9 @@
|
|||||||
'type': 'executable',
|
'type': 'executable',
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'webrtc_libyuv',
|
'webrtc_libyuv',
|
||||||
'<(third_party_root)/testing/gtest.gyp:gtest',
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||||
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
|
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
|
||||||
'<(third_party_root)/test/test.gyp:test_support_main',
|
'<(webrtc_root)/test/test.gyp:test_support_main',
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
'libyuv_unittest.cc',
|
'libyuv_unittest.cc',
|
||||||
|
@ -38,8 +38,8 @@
|
|||||||
'type': 'executable',
|
'type': 'executable',
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'CNG',
|
'CNG',
|
||||||
'<(third_party_root)/testing/gtest.gyp:gtest',
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||||
'<(third_party_root)/test/test.gyp:test_support_main',
|
'<(webrtc_root)/test/test.gyp:test_support_main',
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
'cng_unittest.cc',
|
'cng_unittest.cc',
|
||||||
|
@ -35,8 +35,8 @@
|
|||||||
'type': 'executable',
|
'type': 'executable',
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'G711',
|
'G711',
|
||||||
'<(third_party_root)/test/test.gyp:test_support_main',
|
'<(webrtc_root)/test/test.gyp:test_support_main',
|
||||||
'<(third_party_root)/testing/gtest.gyp:gtest',
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
'g711_unittest.cc',
|
'g711_unittest.cc',
|
||||||
|
@ -35,8 +35,8 @@
|
|||||||
'type': 'executable',
|
'type': 'executable',
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'G722',
|
'G722',
|
||||||
'<(third_party_root)/test/test.gyp:test_support_main',
|
'<(webrtc_root)/test/test.gyp:test_support_main',
|
||||||
'<(third_party_root)/testing/gtest.gyp:gtest',
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
'g722_unittest.cc',
|
'g722_unittest.cc',
|
||||||
|
@ -33,8 +33,8 @@
|
|||||||
'type': 'executable',
|
'type': 'executable',
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'PCM16B',
|
'PCM16B',
|
||||||
'<(third_party_root)/test/test.gyp:test_support_main',
|
'<(webrtc_root)/test/test.gyp:test_support_main',
|
||||||
'<(third_party_root)/testing/gtest.gyp:gtest',
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
'pcm16b_unittest.cc',
|
'pcm16b_unittest.cc',
|
||||||
|
@ -101,8 +101,8 @@
|
|||||||
'type': 'executable',
|
'type': 'executable',
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'audio_coding_module',
|
'audio_coding_module',
|
||||||
'<(third_party_root)/test/test.gyp:test_support_main',
|
'<(webrtc_root)/test/test.gyp:test_support_main',
|
||||||
'<(third_party_root)/testing/gtest.gyp:gtest',
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||||
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
|
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
@ -131,8 +131,8 @@
|
|||||||
'audio_coding_module',
|
'audio_coding_module',
|
||||||
'NetEq',
|
'NetEq',
|
||||||
'<(webrtc_root)/common_audio/common_audio.gyp:vad',
|
'<(webrtc_root)/common_audio/common_audio.gyp:vad',
|
||||||
'<(third_party_root)/testing/gtest.gyp:gtest',
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||||
'<(third_party_root)/test/test.gyp:test_support_main',
|
'<(webrtc_root)/test/test.gyp:test_support_main',
|
||||||
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
|
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
|
@ -93,8 +93,8 @@
|
|||||||
'dependencies': [
|
'dependencies': [
|
||||||
'NetEq',
|
'NetEq',
|
||||||
'NetEqTestTools',
|
'NetEqTestTools',
|
||||||
'<(third_party_root)/testing/gtest.gyp:gtest',
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||||
'<(third_party_root)/test/test.gyp:test_support_main',
|
'<(webrtc_root)/test/test.gyp:test_support_main',
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
'webrtc_neteq_unittest.cc',
|
'webrtc_neteq_unittest.cc',
|
||||||
@ -178,7 +178,7 @@
|
|||||||
'target_name': 'RTPjitter',
|
'target_name': 'RTPjitter',
|
||||||
'type': 'executable',
|
'type': 'executable',
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'<(third_party_root)/testing/gtest.gyp:gtest',
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
'test/RTPjitter.cc',
|
'test/RTPjitter.cc',
|
||||||
@ -189,7 +189,7 @@
|
|||||||
'type': 'executable',
|
'type': 'executable',
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'NetEqTestTools',
|
'NetEqTestTools',
|
||||||
'<(third_party_root)/testing/gtest.gyp:gtest',
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
'test/RTPanalyze.cc',
|
'test/RTPanalyze.cc',
|
||||||
@ -200,7 +200,7 @@
|
|||||||
'type': 'executable',
|
'type': 'executable',
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'NetEqTestTools',
|
'NetEqTestTools',
|
||||||
'<(third_party_root)/testing/gtest.gyp:gtest',
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
'test/RTPchange.cc',
|
'test/RTPchange.cc',
|
||||||
@ -211,7 +211,7 @@
|
|||||||
'type': 'executable',
|
'type': 'executable',
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'NetEqTestTools',
|
'NetEqTestTools',
|
||||||
'<(third_party_root)/testing/gtest.gyp:gtest',
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
'test/RTPtimeshift.cc',
|
'test/RTPtimeshift.cc',
|
||||||
@ -222,7 +222,7 @@
|
|||||||
'type': 'executable',
|
'type': 'executable',
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'NetEqTestTools',
|
'NetEqTestTools',
|
||||||
'<(third_party_root)/testing/gtest.gyp:gtest',
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
'test/RTPcat.cc',
|
'test/RTPcat.cc',
|
||||||
@ -254,7 +254,7 @@
|
|||||||
'iLBC',
|
'iLBC',
|
||||||
'iSAC',
|
'iSAC',
|
||||||
'CNG',
|
'CNG',
|
||||||
'<(third_party_root)/testing/gtest.gyp:gtest',
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||||
],
|
],
|
||||||
'direct_dependent_settings': {
|
'direct_dependent_settings': {
|
||||||
'include_dirs': [
|
'include_dirs': [
|
||||||
|
@ -51,8 +51,8 @@
|
|||||||
'type': 'executable',
|
'type': 'executable',
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'audio_conference_mixer',
|
'audio_conference_mixer',
|
||||||
'<(third_party_root)/testing/gtest.gyp:gtest',
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||||
'<(third_party_root)/test/test.gyp:test_support_main',
|
'<(webrtc_root)/test/test.gyp:test_support_main',
|
||||||
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
|
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
|
@ -175,8 +175,8 @@
|
|||||||
'dependencies': [
|
'dependencies': [
|
||||||
'audio_device',
|
'audio_device',
|
||||||
'webrtc_utility',
|
'webrtc_utility',
|
||||||
'<(third_party_root)/test/test.gyp:test_support_main',
|
'<(webrtc_root)/test/test.gyp:test_support_main',
|
||||||
'<(third_party_root)/testing/gtest.gyp:gtest',
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||||
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
|
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
@ -192,8 +192,8 @@
|
|||||||
'webrtc_utility',
|
'webrtc_utility',
|
||||||
'<(webrtc_root)/common_audio/common_audio.gyp:resampler',
|
'<(webrtc_root)/common_audio/common_audio.gyp:resampler',
|
||||||
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
|
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
|
||||||
'<(third_party_root)/test/test.gyp:test_support',
|
'<(webrtc_root)/test/test.gyp:test_support',
|
||||||
'<(third_party_root)/testing/gtest.gyp:gtest',
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
'../test/audio_device_test_func.cc',
|
'../test/audio_device_test_func.cc',
|
||||||
|
@ -26,8 +26,8 @@
|
|||||||
'audioproc_unittest_proto',
|
'audioproc_unittest_proto',
|
||||||
'<(webrtc_root)/common_audio/common_audio.gyp:signal_processing',
|
'<(webrtc_root)/common_audio/common_audio.gyp:signal_processing',
|
||||||
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
|
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
|
||||||
'<(third_party_root)/test/test.gyp:test_support',
|
'<(webrtc_root)/test/test.gyp:test_support',
|
||||||
'<(third_party_root)/testing/gtest.gyp:gtest',
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
'aec/system_delay_unittest.cc',
|
'aec/system_delay_unittest.cc',
|
||||||
@ -59,7 +59,7 @@
|
|||||||
'audio_processing',
|
'audio_processing',
|
||||||
'audioproc_debug_proto',
|
'audioproc_debug_proto',
|
||||||
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
|
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
|
||||||
'<(third_party_root)/testing/gtest.gyp:gtest',
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||||
],
|
],
|
||||||
'sources': [ 'test/process_test.cc', ],
|
'sources': [ 'test/process_test.cc', ],
|
||||||
},
|
},
|
||||||
@ -69,7 +69,7 @@
|
|||||||
'dependencies': [
|
'dependencies': [
|
||||||
'audioproc_debug_proto',
|
'audioproc_debug_proto',
|
||||||
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
|
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
|
||||||
'<(third_party_root)/third_party/google-gflags/google-gflags.gyp:google-gflags',
|
'<(DEPTH)/third_party/google-gflags/google-gflags.gyp:google-gflags',
|
||||||
],
|
],
|
||||||
'sources': [ 'test/unpack.cc', ],
|
'sources': [ 'test/unpack.cc', ],
|
||||||
},
|
},
|
||||||
|
@ -41,8 +41,8 @@
|
|||||||
'type': 'executable',
|
'type': 'executable',
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'bitrate_controller',
|
'bitrate_controller',
|
||||||
'<(third_party_root)/test/test.gyp:test_support_main',
|
'<(webrtc_root)/test/test.gyp:test_support_main',
|
||||||
'<(third_party_root)/testing/gtest.gyp:gtest',
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
'bitrate_controller_unittest.cc',
|
'bitrate_controller_unittest.cc',
|
||||||
|
@ -48,8 +48,8 @@
|
|||||||
'type': 'executable',
|
'type': 'executable',
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'media_file',
|
'media_file',
|
||||||
'<(third_party_root)/testing/gtest.gyp:gtest',
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||||
'<(third_party_root)/test/test.gyp:test_support_main',
|
'<(webrtc_root)/test/test.gyp:test_support_main',
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
'media_file_unittest.cc',
|
'media_file_unittest.cc',
|
||||||
|
@ -49,9 +49,9 @@
|
|||||||
'type': 'executable',
|
'type': 'executable',
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'remote_bitrate_estimator',
|
'remote_bitrate_estimator',
|
||||||
'<(third_party_root)/testing/gmock.gyp:gmock',
|
'<(DEPTH)/testing/gmock.gyp:gmock',
|
||||||
'<(third_party_root)/testing/gtest.gyp:gtest',
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||||
'<(third_party_root)/test/test.gyp:test_support_main',
|
'<(webrtc_root)/test/test.gyp:test_support_main',
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
'include/mock/mock_remote_bitrate_observer.h',
|
'include/mock/mock_remote_bitrate_observer.h',
|
||||||
|
@ -13,9 +13,9 @@
|
|||||||
'type': 'executable',
|
'type': 'executable',
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'rtp_rtcp',
|
'rtp_rtcp',
|
||||||
'<(third_party_root)/testing/gmock.gyp:gmock',
|
'<(DEPTH)/testing/gmock.gyp:gmock',
|
||||||
'<(third_party_root)/testing/gtest.gyp:gtest',
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||||
'<(third_party_root)/test/test.gyp:test_support_main',
|
'<(webrtc_root)/test/test.gyp:test_support_main',
|
||||||
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
|
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
|
||||||
],
|
],
|
||||||
'include_dirs': [
|
'include_dirs': [
|
||||||
|
@ -13,8 +13,8 @@
|
|||||||
'type': 'executable',
|
'type': 'executable',
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'rtp_rtcp',
|
'rtp_rtcp',
|
||||||
'<(third_party_root)/test/test.gyp:test_support_main',
|
'<(webrtc_root)/test/test.gyp:test_support_main',
|
||||||
'<(third_party_root)/testing/gtest.gyp:gtest',
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||||
],
|
],
|
||||||
|
|
||||||
'include_dirs': [
|
'include_dirs': [
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
'type': 'executable',
|
'type': 'executable',
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'rtp_rtcp',
|
'rtp_rtcp',
|
||||||
'<(third_party_root)/test/test.gyp:test_support_main',
|
'<(webrtc_root)/test/test.gyp:test_support_main',
|
||||||
],
|
],
|
||||||
|
|
||||||
'include_dirs': [
|
'include_dirs': [
|
||||||
|
@ -88,9 +88,9 @@
|
|||||||
'type': 'executable',
|
'type': 'executable',
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'udp_transport',
|
'udp_transport',
|
||||||
'<(third_party_root)/testing/gtest.gyp:gtest',
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||||
'<(third_party_root)/testing/gmock.gyp:gmock',
|
'<(DEPTH)/testing/gmock.gyp:gmock',
|
||||||
'<(third_party_root)/test/test.gyp:test_support_main',
|
'<(webrtc_root)/test/test.gyp:test_support_main',
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
'udp_transport_unittest.cc',
|
'udp_transport_unittest.cc',
|
||||||
|
@ -75,8 +75,8 @@
|
|||||||
'type': 'executable',
|
'type': 'executable',
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'webrtc_utility',
|
'webrtc_utility',
|
||||||
'<(third_party_root)/testing/gtest.gyp:gtest',
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||||
'<(third_party_root)/test/test.gyp:test_support_main',
|
'<(webrtc_root)/test/test.gyp:test_support_main',
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
'audio_frame_operations_unittest.cc',
|
'audio_frame_operations_unittest.cc',
|
||||||
|
@ -141,8 +141,8 @@
|
|||||||
'video_capture_module',
|
'video_capture_module',
|
||||||
'webrtc_utility',
|
'webrtc_utility',
|
||||||
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
|
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
|
||||||
'<(third_party_root)/testing/gtest.gyp:gtest',
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||||
'<(third_party_root)/test/test.gyp:test_support_main',
|
'<(webrtc_root)/test/test.gyp:test_support_main',
|
||||||
],
|
],
|
||||||
'include_dirs': [
|
'include_dirs': [
|
||||||
'../interface',
|
'../interface',
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
'target_name': 'video_codecs_test_framework',
|
'target_name': 'video_codecs_test_framework',
|
||||||
'type': '<(library)',
|
'type': '<(library)',
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'<(third_party_root)/test/test.gyp:test_support',
|
'<(webrtc_root)/test/test.gyp:test_support',
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
'mock/mock_packet_manipulator.h',
|
'mock/mock_packet_manipulator.h',
|
||||||
@ -35,8 +35,8 @@
|
|||||||
'video_codecs_test_framework',
|
'video_codecs_test_framework',
|
||||||
'webrtc_video_coding',
|
'webrtc_video_coding',
|
||||||
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
|
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
|
||||||
'<(third_party_root)/testing/gmock.gyp:gmock',
|
'<(DEPTH)/testing/gmock.gyp:gmock',
|
||||||
'<(third_party_root)/test/test.gyp:test_support_main',
|
'<(webrtc_root)/test/test.gyp:test_support_main',
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
'packet_manipulator_unittest.cc',
|
'packet_manipulator_unittest.cc',
|
||||||
@ -51,9 +51,9 @@
|
|||||||
'video_codecs_test_framework',
|
'video_codecs_test_framework',
|
||||||
'webrtc_video_coding',
|
'webrtc_video_coding',
|
||||||
'webrtc_vp8',
|
'webrtc_vp8',
|
||||||
'<(third_party_root)/testing/gtest.gyp:gtest',
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||||
'<(third_party_root)/test/metrics.gyp:metrics',
|
'<(webrtc_root)/test/metrics.gyp:metrics',
|
||||||
'<(third_party_root)/test/test.gyp:test_support_main',
|
'<(webrtc_root)/test/test.gyp:test_support_main',
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
'videoprocessor_integrationtest.cc',
|
'videoprocessor_integrationtest.cc',
|
||||||
|
@ -15,16 +15,16 @@
|
|||||||
'type': '<(library)',
|
'type': '<(library)',
|
||||||
|
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'<(third_party_root)/test/metrics.gyp:metrics',
|
'<(webrtc_root)/test/metrics.gyp:metrics',
|
||||||
'<(third_party_root)/test/test.gyp:test_support',
|
'<(webrtc_root)/test/test.gyp:test_support',
|
||||||
'<(third_party_root)/testing/gtest.gyp:gtest',
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||||
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
|
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
|
||||||
'<(webrtc_root)/common_video/common_video.gyp:webrtc_libyuv',
|
'<(webrtc_root)/common_video/common_video.gyp:webrtc_libyuv',
|
||||||
],
|
],
|
||||||
|
|
||||||
'include_dirs': [
|
'include_dirs': [
|
||||||
'../interface',
|
'../interface',
|
||||||
'<(third_party_root)/testing/gtest/include',
|
'<(DEPTH)/testing/gtest/include',
|
||||||
'../../../../common_video/interface',
|
'../../../../common_video/interface',
|
||||||
],
|
],
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
'video_codecs_test_framework',
|
'video_codecs_test_framework',
|
||||||
'webrtc_video_coding',
|
'webrtc_video_coding',
|
||||||
'webrtc_vp8',
|
'webrtc_vp8',
|
||||||
'<(third_party_root)/test/metrics.gyp:metrics',
|
'<(webrtc_root)/test/metrics.gyp:metrics',
|
||||||
'<(third_party_root)/third_party/google-gflags/google-gflags.gyp:google-gflags',
|
'<(DEPTH)/third_party/google-gflags/google-gflags.gyp:google-gflags',
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
'video_quality_measurement.cc',
|
'video_quality_measurement.cc',
|
||||||
|
@ -24,14 +24,14 @@
|
|||||||
'conditions': [
|
'conditions': [
|
||||||
['build_with_chromium==1', {
|
['build_with_chromium==1', {
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'<(third_party_root)/libvpx/libvpx.gyp:libvpx',
|
'<(DEPTH)/libvpx/libvpx.gyp:libvpx',
|
||||||
],
|
],
|
||||||
'defines': [
|
'defines': [
|
||||||
'WEBRTC_LIBVPX_VERSION=960' # Bali
|
'WEBRTC_LIBVPX_VERSION=960' # Bali
|
||||||
],
|
],
|
||||||
},{
|
},{
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'<(third_party_root)/third_party/libvpx/libvpx.gyp:libvpx',
|
'<(DEPTH)/third_party/libvpx/libvpx.gyp:libvpx',
|
||||||
],
|
],
|
||||||
'defines': [
|
'defines': [
|
||||||
'WEBRTC_LIBVPX_VERSION=971' # Cayuga
|
'WEBRTC_LIBVPX_VERSION=971' # Cayuga
|
||||||
@ -69,9 +69,9 @@
|
|||||||
'webrtc_vp8',
|
'webrtc_vp8',
|
||||||
'<(webrtc_root)/common_video/common_video.gyp:webrtc_libyuv',
|
'<(webrtc_root)/common_video/common_video.gyp:webrtc_libyuv',
|
||||||
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
|
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
|
||||||
'<(third_party_root)/test/test.gyp:test_support',
|
'<(webrtc_root)/test/test.gyp:test_support',
|
||||||
'<(third_party_root)/test/test.gyp:test_support_main',
|
'<(webrtc_root)/test/test.gyp:test_support_main',
|
||||||
'<(third_party_root)/testing/gtest.gyp:gtest',
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
# header files
|
# header files
|
||||||
@ -96,13 +96,13 @@
|
|||||||
'target_name': 'vp8_unittests',
|
'target_name': 'vp8_unittests',
|
||||||
'type': 'executable',
|
'type': 'executable',
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'<(third_party_root)/test/test.gyp:test_support_main',
|
'<(webrtc_root)/test/test.gyp:test_support_main',
|
||||||
'<(third_party_root)/testing/gtest.gyp:gtest',
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||||
'<(third_party_root)/third_party/libvpx/libvpx.gyp:libvpx',
|
'<(DEPTH)/third_party/libvpx/libvpx.gyp:libvpx',
|
||||||
'webrtc_vp8',
|
'webrtc_vp8',
|
||||||
],
|
],
|
||||||
'include_dirs': [
|
'include_dirs': [
|
||||||
'<(third_party_root)/third_party/libvpx/source/libvpx',
|
'<(DEPTH)/third_party/libvpx/source/libvpx',
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
'reference_picture_selection_unittest.cc',
|
'reference_picture_selection_unittest.cc',
|
||||||
|
@ -11,9 +11,9 @@
|
|||||||
'target_name': 'video_coding_test',
|
'target_name': 'video_coding_test',
|
||||||
'type': 'executable',
|
'type': 'executable',
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'<(third_party_root)/testing/gtest.gyp:gtest',
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||||
'<(third_party_root)/test/test.gyp:test_support',
|
'<(webrtc_root)/test/test.gyp:test_support',
|
||||||
'<(third_party_root)/test/metrics.gyp:metrics',
|
'<(webrtc_root)/test/metrics.gyp:metrics',
|
||||||
'webrtc_video_coding',
|
'webrtc_video_coding',
|
||||||
'rtp_rtcp',
|
'rtp_rtcp',
|
||||||
'webrtc_utility',
|
'webrtc_utility',
|
||||||
@ -68,9 +68,9 @@
|
|||||||
'type': 'executable',
|
'type': 'executable',
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'webrtc_video_coding',
|
'webrtc_video_coding',
|
||||||
'<(third_party_root)/test/test.gyp:test_support_main',
|
'<(webrtc_root)/test/test.gyp:test_support_main',
|
||||||
'<(third_party_root)/testing/gtest.gyp:gtest',
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||||
'<(third_party_root)/testing/gmock.gyp:gmock',
|
'<(DEPTH)/testing/gmock.gyp:gmock',
|
||||||
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
|
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
|
||||||
],
|
],
|
||||||
'include_dirs': [
|
'include_dirs': [
|
||||||
|
@ -14,8 +14,8 @@
|
|||||||
'dependencies': [
|
'dependencies': [
|
||||||
'video_processing',
|
'video_processing',
|
||||||
'webrtc_utility',
|
'webrtc_utility',
|
||||||
'<(third_party_root)/test/test.gyp:test_support_main',
|
'<(webrtc_root)/test/test.gyp:test_support_main',
|
||||||
'<(third_party_root)/testing/gtest.gyp:gtest',
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
# headers
|
# headers
|
||||||
|
@ -181,8 +181,8 @@
|
|||||||
'type': 'executable',
|
'type': 'executable',
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'system_wrappers',
|
'system_wrappers',
|
||||||
'<(webrtc_root)/../testing/gtest.gyp:gtest',
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||||
'<(webrtc_root)/../test/test.gyp:test_support_main',
|
'<(webrtc_root)/test/test.gyp:test_support_main',
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
'condition_variable_unittest.cc',
|
'condition_variable_unittest.cc',
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'includes': [
|
'includes': [
|
||||||
'../src/build/common.gypi',
|
'../build/common.gypi',
|
||||||
],
|
],
|
||||||
'targets': [
|
'targets': [
|
||||||
{
|
{
|
||||||
@ -35,8 +35,8 @@
|
|||||||
'type': 'executable',
|
'type': 'executable',
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'metrics',
|
'metrics',
|
||||||
'<(webrtc_root)/../test/test.gyp:test_support_main',
|
'<(webrtc_root)/test/test.gyp:test_support_main',
|
||||||
'<(webrtc_root)/../testing/gtest.gyp:gtest',
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
'testsupport/metrics/video_metrics_unittest.cc',
|
'testsupport/metrics/video_metrics_unittest.cc',
|
@ -9,7 +9,7 @@
|
|||||||
# TODO(andrew): consider moving test_support to src/base/test.
|
# TODO(andrew): consider moving test_support to src/base/test.
|
||||||
{
|
{
|
||||||
'includes': [
|
'includes': [
|
||||||
'../src/build/common.gypi',
|
'../build/common.gypi',
|
||||||
],
|
],
|
||||||
'targets': [
|
'targets': [
|
||||||
{
|
{
|
||||||
@ -24,8 +24,8 @@
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'<(webrtc_root)/../testing/gtest.gyp:gtest',
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||||
'<(webrtc_root)/../testing/gmock.gyp:gmock',
|
'<(DEPTH)/testing/gmock.gyp:gmock',
|
||||||
],
|
],
|
||||||
'all_dependent_settings': {
|
'all_dependent_settings': {
|
||||||
'include_dirs': [
|
'include_dirs': [
|
||||||
@ -65,7 +65,7 @@
|
|||||||
'type': 'executable',
|
'type': 'executable',
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'test_support_main',
|
'test_support_main',
|
||||||
'<(webrtc_root)/../testing/gtest.gyp:gtest',
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
'testsupport/unittest_utils.h',
|
'testsupport/unittest_utils.h',
|
@ -16,10 +16,10 @@
|
|||||||
'<(webrtc_root)/modules/modules.gyp:video_render_module',
|
'<(webrtc_root)/modules/modules.gyp:video_render_module',
|
||||||
'<(webrtc_root)/modules/modules.gyp:video_capture_module',
|
'<(webrtc_root)/modules/modules.gyp:video_capture_module',
|
||||||
'<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine_core',
|
'<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine_core',
|
||||||
'<(third_party_root)/testing/gtest.gyp:gtest',
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||||
'<(third_party_root)/third_party/google-gflags/google-gflags.gyp:google-gflags',
|
'<(DEPTH)/third_party/google-gflags/google-gflags.gyp:google-gflags',
|
||||||
'<(third_party_root)/test/metrics.gyp:metrics',
|
'<(webrtc_root)/test/metrics.gyp:metrics',
|
||||||
'<(third_party_root)/test/test.gyp:test_support',
|
'<(webrtc_root)/test/test.gyp:test_support',
|
||||||
'<(webrtc_root)/test/libtest/libtest.gyp:libtest',
|
'<(webrtc_root)/test/libtest/libtest.gyp:libtest',
|
||||||
'video_engine_core',
|
'video_engine_core',
|
||||||
'libvietest',
|
'libvietest',
|
||||||
|
@ -12,8 +12,8 @@
|
|||||||
'type': '<(library)',
|
'type': '<(library)',
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
|
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
|
||||||
'<(third_party_root)/testing/gtest.gyp:gtest',
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||||
'<(third_party_root)/test/test.gyp:test_support',
|
'<(webrtc_root)/test/test.gyp:test_support',
|
||||||
'video_engine_core',
|
'video_engine_core',
|
||||||
],
|
],
|
||||||
'direct_dependent_settings': {
|
'direct_dependent_settings': {
|
||||||
|
@ -138,9 +138,9 @@
|
|||||||
'type': 'executable',
|
'type': 'executable',
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'video_engine_core',
|
'video_engine_core',
|
||||||
'<(third_party_root)/testing/gtest.gyp:gtest',
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||||
'<(third_party_root)/testing/gmock.gyp:gmock',
|
'<(DEPTH)/testing/gmock.gyp:gmock',
|
||||||
'<(third_party_root)/test/test.gyp:test_support_main',
|
'<(webrtc_root)/test/test.gyp:test_support_main',
|
||||||
],
|
],
|
||||||
'include_dirs': [
|
'include_dirs': [
|
||||||
'..',
|
'..',
|
||||||
|
@ -120,8 +120,8 @@
|
|||||||
'type': 'executable',
|
'type': 'executable',
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'voice_engine_core',
|
'voice_engine_core',
|
||||||
'<(third_party_root)/testing/gtest.gyp:gtest',
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||||
'<(third_party_root)/test/test.gyp:test_support_main',
|
'<(webrtc_root)/test/test.gyp:test_support_main',
|
||||||
# The rest are to satisfy the channel_unittest include chain.
|
# The rest are to satisfy the channel_unittest include chain.
|
||||||
# This would be unnecessary if we had qualified includes.
|
# This would be unnecessary if we had qualified includes.
|
||||||
'<(webrtc_root)/common_audio/common_audio.gyp:resampler',
|
'<(webrtc_root)/common_audio/common_audio.gyp:resampler',
|
||||||
|
@ -15,9 +15,9 @@
|
|||||||
'dependencies': [
|
'dependencies': [
|
||||||
'voice_engine_core',
|
'voice_engine_core',
|
||||||
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
|
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
|
||||||
'<(third_party_root)/test/test.gyp:test_support',
|
'<(webrtc_root)/test/test.gyp:test_support',
|
||||||
'<(third_party_root)/testing/gtest.gyp:gtest',
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||||
'<(third_party_root)/testing/gmock.gyp:gmock',
|
'<(DEPTH)/testing/gmock.gyp:gmock',
|
||||||
'<(webrtc_root)/test/libtest/libtest.gyp:libtest',
|
'<(webrtc_root)/test/libtest/libtest.gyp:libtest',
|
||||||
],
|
],
|
||||||
'include_dirs': [
|
'include_dirs': [
|
||||||
@ -93,8 +93,8 @@
|
|||||||
'target_name': 'voe_cmd_test',
|
'target_name': 'voe_cmd_test',
|
||||||
'type': 'executable',
|
'type': 'executable',
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'<(third_party_root)/test/test.gyp:test_support',
|
'<(webrtc_root)/test/test.gyp:test_support',
|
||||||
'<(third_party_root)/testing/gtest.gyp:gtest',
|
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||||
'voice_engine_core',
|
'voice_engine_core',
|
||||||
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
|
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
|
||||||
],
|
],
|
||||||
@ -113,7 +113,7 @@
|
|||||||
'dependencies': [
|
'dependencies': [
|
||||||
'voice_engine_core',
|
'voice_engine_core',
|
||||||
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
|
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
|
||||||
'<(third_party_root)/test/test.gyp:test_support',
|
'<(webrtc_root)/test/test.gyp:test_support',
|
||||||
],
|
],
|
||||||
'include_dirs': [
|
'include_dirs': [
|
||||||
'win_test',
|
'win_test',
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
'src/system_wrappers/source/system_wrappers.gyp:*',
|
'src/system_wrappers/source/system_wrappers.gyp:*',
|
||||||
'src/video_engine/video_engine.gyp:*',
|
'src/video_engine/video_engine.gyp:*',
|
||||||
'src/voice_engine/voice_engine.gyp:*',
|
'src/voice_engine/voice_engine.gyp:*',
|
||||||
'test/metrics.gyp:*',
|
'src/test/metrics.gyp:*',
|
||||||
'test/test.gyp:*',
|
'src/test/test.gyp:*',
|
||||||
'tools/e2e_quality/e2e_quality.gyp:*',
|
'tools/e2e_quality/e2e_quality.gyp:*',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user