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

Unified Diff: content/content_browser.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/browser/renderer_host/render_widget_host_view_mac.mm ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 3ee12f4835afe22f1d232c3804803afeacb4d53d..f626427f5cb909c4fa7a38ef6552fba00971f714 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -1019,6 +1019,9 @@
'browser/media/audio_stream_monitor.h',
'browser/media/capture/audio_mirroring_manager.cc',
'browser/media/capture/audio_mirroring_manager.h',
+ 'browser/media/capture/cursor_renderer.h',
+ 'browser/media/capture/cursor_renderer_aura.cc',
+ 'browser/media/capture/cursor_renderer_aura.h',
'browser/media/capture/web_contents_audio_input_stream.cc',
'browser/media/capture/web_contents_audio_input_stream.h',
'browser/media/capture/web_contents_audio_muter.cc',
@@ -2093,6 +2096,8 @@
],
}, {
'sources/': [
+ ['exclude', '^browser/media/capture/cursor_renderer_aura.cc'],
+ ['exclude', '^browser/media/capture/cursor_renderer_aura.h'],
['exclude', '^browser/renderer_host/input/touch_selection_controller_client_aura.cc'],
['exclude', '^browser/renderer_host/input/touch_selection_controller_client_aura.h'],
['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'],
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_mac.mm ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698