Index: content/content_browser.gypi |
diff --git a/content/content_browser.gypi b/content/content_browser.gypi |
index 590ba276f0ec01cdae933b3b8df04a787f9d54ac..959d47f6bbbdb4046d7cf3f25893870296ac67c4 100644 |
--- a/content/content_browser.gypi |
+++ b/content/content_browser.gypi |
@@ -129,9 +129,9 @@ |
'public/browser/load_notification_details.h', |
'public/browser/local_storage_usage_info.cc', |
'public/browser/local_storage_usage_info.h', |
+ 'public/browser/media_capture_devices.h', |
'public/browser/media_device_id.cc', |
'public/browser/media_device_id.h', |
- 'public/browser/media_devices_monitor.h', |
'public/browser/native_web_keyboard_event.h', |
'public/browser/navigation_controller.cc', |
'public/browser/navigation_controller.h', |
@@ -759,7 +759,6 @@ |
'browser/media/capture/web_contents_tracker.h', |
'browser/media/capture/web_contents_video_capture_device.cc', |
'browser/media/capture/web_contents_video_capture_device.h', |
- 'browser/media/media_devices_monitor.cc', |
'browser/media/media_internals.cc', |
'browser/media/media_internals.h', |
'browser/media/media_internals_handler.cc', |
@@ -971,6 +970,8 @@ |
'browser/renderer_host/media/audio_sync_reader.h', |
'browser/renderer_host/media/device_request_message_filter.cc', |
'browser/renderer_host/media/device_request_message_filter.h', |
+ 'browser/renderer_host/media/media_capture_devices_impl.cc', |
+ 'browser/renderer_host/media/media_capture_devices_impl.h', |
'browser/renderer_host/media/media_stream_dispatcher_host.cc', |
'browser/renderer_host/media/media_stream_dispatcher_host.h', |
'browser/renderer_host/media/media_stream_manager.cc', |