Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(437)

Unified Diff: webrtc/webrtc_tests.gypi

Issue 1754593002: Remove webrtc/test/webrtc_test_common.gyp (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Updated isolates Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/webrtc.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/webrtc_tests.gypi
diff --git a/webrtc/webrtc_tests.gypi b/webrtc/webrtc_tests.gypi
index 3563fee0f5d831e75d3694503c417a3ea863c065..addf147a96fc1875a3f9cc9300b6a7b8be4de5f6 100644
--- a/webrtc/webrtc_tests.gypi
+++ b/webrtc/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': [
« no previous file with comments | « webrtc/webrtc.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698