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

Unified Diff: content/content_browser.gypi

Issue 13989003: Replace MediaStreamUIController with MediaStreamUIProxy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 4d03deb3ef5cd29efb56705007a2730a6a4a7675..3661f00d2a3d02476cc56989334d04b2c713aa58 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -726,9 +726,8 @@
'browser/renderer_host/media/media_stream_manager.h',
'browser/renderer_host/media/media_stream_provider.h',
'browser/renderer_host/media/media_stream_requester.h',
- 'browser/renderer_host/media/media_stream_settings_requester.h',
- 'browser/renderer_host/media/media_stream_ui_controller.cc',
- 'browser/renderer_host/media/media_stream_ui_controller.h',
+ 'browser/renderer_host/media/media_stream_ui_proxy.cc',
+ 'browser/renderer_host/media/media_stream_ui_proxy.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',

Powered by Google App Engine
This is Rietveld 408576698