| Index: content/content_browser.gypi
|
| diff --git a/content/content_browser.gypi b/content/content_browser.gypi
|
| index d302f646cd1a4e72260b8aa3b84b34b7c41895d6..2a02efbbf1f2d5bf547e7d7046ec5252e1efc409 100644
|
| --- a/content/content_browser.gypi
|
| +++ b/content/content_browser.gypi
|
| @@ -1040,6 +1040,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',
|
| @@ -2095,6 +2098,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'],
|
|
|