Remove webrtc/test/webrtc_test_common.gyp
Move the "webrtc_test_common" target to test.gyp and rename
it to "test_common".
Move all tests in "webrtc_test_common_unittests" (which
wasn't run on the bots) into "test_support_unittests".
NOTRY=True
NOPRESUBMIT=True
Review URL: https://codereview.webrtc.org/1754593002
Cr-Original-Commit-Position: refs/heads/master@{#11848}
Cr-Mirrored-From: https://chromium.googlesource.com/external/webrtc
Cr-Mirrored-Commit: 0e73934694c7079507ae9067fb9438bce17971d3
diff --git a/webrtc_tests.gypi b/webrtc_tests.gypi
index 3563fee..addf147 100644
--- a/webrtc_tests.gypi
+++ b/webrtc_tests.gypi
@@ -92,9 +92,9 @@
'video_quality_test',
'<(DEPTH)/testing/gtest.gyp:gtest',
'<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
- 'test/webrtc_test_common.gyp:webrtc_test_common',
- 'test/webrtc_test_common.gyp:webrtc_test_renderer',
+ 'test/test.gyp:test_common',
'test/test.gyp:test_main',
+ 'test/test.gyp:test_renderer',
'webrtc',
],
},
@@ -118,9 +118,9 @@
'video_quality_test',
'<(DEPTH)/testing/gtest.gyp:gtest',
'<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
- 'test/webrtc_test_common.gyp:webrtc_test_common',
- 'test/webrtc_test_common.gyp:webrtc_test_renderer',
+ 'test/test.gyp:test_common',
'test/test.gyp:test_main',
+ 'test/test.gyp:test_renderer',
'webrtc',
],
},
@@ -143,8 +143,8 @@
'dependencies': [
'<(DEPTH)/testing/gtest.gyp:gtest',
'<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
- 'test/webrtc_test_common.gyp:webrtc_test_common',
- 'test/webrtc_test_common.gyp:webrtc_test_renderer',
+ 'test/test.gyp:test_common',
+ 'test/test.gyp:test_renderer',
'<(webrtc_root)/modules/modules.gyp:video_capture',
'<(webrtc_root)/modules/modules.gyp:video_render',
'<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers_default',
@@ -189,8 +189,8 @@
'<(webrtc_root)/test/test.gyp:channel_transport',
'<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine',
'test/metrics.gyp:metrics',
+ 'test/test.gyp:test_common',
'test/test.gyp:test_main',
- 'test/webrtc_test_common.gyp:webrtc_test_common',
'webrtc',
],
'conditions': [
@@ -248,9 +248,9 @@
'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/webrtc_test_common.gyp:webrtc_test_common',
- 'test/webrtc_test_common.gyp:webrtc_test_renderer',
+ 'test/test.gyp:test_renderer',
'webrtc',
],
'conditions': [