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', |
+ ], |
+ }], |
+ ], |
}], |
], |
}, |