| Index: content/content_browser.gypi
|
| diff --git a/content/content_browser.gypi b/content/content_browser.gypi
|
| index e956edd0eb22f914ef4a5595da24f24f10a177c3..7afcb047a326a4d1d941dae7b68878acb30aa1dd 100644
|
| --- a/content/content_browser.gypi
|
| +++ b/content/content_browser.gypi
|
| @@ -1020,6 +1020,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'],
|
|
|