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

Unified Diff: content/content_browser.gypi

Issue 34393006: Refactor MediaStreamManager to never output real device id. It now always output sourceId in the fo… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Clean up unneccessary test setup that just caused confusion. Created 7 years, 2 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 3bd337ebb72146bf31b14b682625b63a664db673..ba2150bfa9da40acf5398bc355aa688820fd1ff8 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -867,12 +867,14 @@
'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_source_id_factory.cc',
+ 'browser/renderer_host/media/media_source_id_factory.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',
'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_requester.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',

Powered by Google App Engine
This is Rietveld 408576698