Chromium Code Reviews| Index: content/content_tests.gypi |
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi |
| index cc0562c91e8f6f7dd06d722063e3da420a04627f..e340f49c7fd6e63fb46f59f7e0c24adbab0242c6 100644 |
| --- a/content/content_tests.gypi |
| +++ b/content/content_tests.gypi |
| @@ -493,6 +493,7 @@ |
| 'browser/media/capture/audio_mirroring_manager_unittest.cc', |
| 'browser/media/capture/web_contents_audio_input_stream_unittest.cc', |
| 'browser/media/capture/web_contents_video_capture_device_unittest.cc', |
| + 'browser/media/capture/cursor_renderer_aura_unittest.cc', |
| 'browser/media/media_internals_unittest.cc', |
| 'browser/media/midi_host_unittest.cc', |
| 'browser/media/webrtc_identity_store_unittest.cc', |
| @@ -1210,6 +1211,12 @@ |
| '../device/battery/battery.gyp:device_battery', |
| ], |
| }], |
| + # Avoid windows due to non-availability of cursor resources in test. |
|
miu
2015/11/06 00:22:54
Please put this comment in the BUILD.gn file as we
Irfan
2015/11/06 17:49:26
Done.
|
| + ['OS != "linux"', { |
| + 'sources!': [ |
| + 'browser/media/capture/cursor_renderer_aura_unittest.cc', |
| + ], |
| + }], |
| ['OS != "android" and OS != "ios"', { |
| 'dependencies': [ |
| '../third_party/libvpx_new/libvpx.gyp:libvpx_new', |