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

Unified Diff: content/content_browser.gypi

Issue 183743021: Implement MediaCaptureDevices. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: try again Created 6 years, 9 months 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
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',
« no previous file with comments | « content/browser/renderer_host/media/mock_media_observer.h ('k') | content/public/browser/media_capture_devices.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698