| Index: content/content_browser.gypi
|
| diff --git a/content/content_browser.gypi b/content/content_browser.gypi
|
| index ee4d29036ffcdf54785638f931bc490afc346733..5d59e5a5facc6e4790591201d7f596b68998682f 100644
|
| --- a/content/content_browser.gypi
|
| +++ b/content/content_browser.gypi
|
| @@ -779,6 +779,10 @@
|
| 'browser/media/media_internals_proxy.h',
|
| 'browser/media/media_internals_ui.cc',
|
| 'browser/media/media_internals_ui.h',
|
| + 'browser/media/midi_dispatcher_host.cc',
|
| + 'browser/media/midi_dispatcher_host.h',
|
| + 'browser/media/midi_host.cc',
|
| + 'browser/media/midi_host.h',
|
| 'browser/media/webrtc_identity_store.cc',
|
| 'browser/media/webrtc_identity_store.h',
|
| 'browser/media/webrtc_identity_store_backend.cc',
|
| @@ -943,10 +947,6 @@
|
| 'browser/renderer_host/media/media_stream_track_metrics_host.h',
|
| 'browser/renderer_host/media/media_stream_ui_proxy.cc',
|
| 'browser/renderer_host/media/media_stream_ui_proxy.h',
|
| - 'browser/renderer_host/media/midi_dispatcher_host.cc',
|
| - 'browser/renderer_host/media/midi_dispatcher_host.h',
|
| - 'browser/renderer_host/media/midi_host.cc',
|
| - 'browser/renderer_host/media/midi_host.h',
|
| 'browser/renderer_host/media/video_capture_buffer_pool.cc',
|
| 'browser/renderer_host/media/video_capture_buffer_pool.h',
|
| 'browser/renderer_host/media/video_capture_controller.cc',
|
|
|