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

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: Disable cursor rendering on windows until resources are available 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
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/browser/render_widget_host_view_frame_subscriber.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 02b112bae088d2993ed3b97b53bfa894efcdf436..17a266c689e8c610d25ab0c9596f44ac09541889 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',
@@ -1262,6 +1263,12 @@
'../third_party/libvpx_new/libvpx.gyp:libvpx_new',
],
}],
+ # Avoid windows due to non-availability of cursor resources in test.
+ ['OS != "linux"', {
+ 'sources!': [
+ 'browser/media/capture/cursor_renderer_aura_unittest.cc',
+ ],
+ }],
['use_aura!=1 and OS!="android"', {
'sources!': [
'browser/renderer_host/input/tap_suppression_controller_unittest.cc',
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/browser/render_widget_host_view_frame_subscriber.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698