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

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 ifdef on socket_dispatcher_host.h 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..acd1dbf5755556f3d2b789f21516d9aaf165f3d2 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -30,11 +30,17 @@
'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',
],
+ 'conditions':[
+ ['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