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