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

Unified Diff: content/content_tests.gypi

Issue 381683003: Fix enable_webrtc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add condition when enable_plugins = 1 Created 6 years, 5 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
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 9bb43ffc2d2e778e0a8ccbaaa2cb2c6f54946180..72f807be100f51d51d1cc365ef7fce4c04ebd660 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -30,12 +30,16 @@
'public/test/nested_message_pump_android.cc',
'public/test/nested_message_pump_android.h',
'test/layouttest_support.cc',
- 'test/test_media_stream_renderer_factory.cc',
- 'test/test_media_stream_renderer_factory.h',
'test/test_video_frame_provider.cc',
'test/test_video_frame_provider.h',
],
}],
+ ['OS!="ios" and enable_webrtc==1', {
+ 'sources': [
+ 'test/test_media_stream_renderer_factory.cc',
+ 'test/test_media_stream_renderer_factory.h',
+ ],
+ }],
],
},
{

Powered by Google App Engine
This is Rietveld 408576698