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

Unified Diff: content/content_tests.gypi

Issue 1412173003: cast: support cursor rendering for tab capture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build and tests after rebase Created 5 years, 1 month 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 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',

Powered by Google App Engine
This is Rietveld 408576698