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

Unified Diff: webrtc/webrtc_tests.gypi

Issue 2236473002: Add video_loopback to gn. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: . Created 4 years, 4 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/BUILD.gn ('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 a05b2141cc84a6f99d2a02d61a3632033686e3e5..0dadd5f36496df817f0f7842a12efe5ff1aec790 100644
--- a/webrtc/webrtc_tests.gypi
+++ b/webrtc/webrtc_tests.gypi
@@ -277,14 +277,17 @@
'target_name': 'video_loopback',
'type': 'executable',
'sources': [
- 'test/mac/run_test.mm',
'test/run_test.cc',
kjellander_webrtc 2016/08/15 11:27:38 You have to remove this one to avoid duplicate sym
stefan-webrtc 2016/08/15 12:17:14 Thanks!
'test/run_test.h',
'video/video_loopback.cc',
],
'conditions': [
['OS=="mac"', {
- 'sources!': [
+ 'sources': [
+ 'test/mac/run_test.mm',
+ ],
+ }, {
+ 'sources': [
'test/run_test.cc',
],
}],
@@ -293,10 +296,10 @@
'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_main',
'test/test.gyp:test_renderer',
- 'webrtc',
],
},
{
« no previous file with comments | « webrtc/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698