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

Unified Diff: content/browser/BUILD.gn

Issue 2350693002: Remove device enumeration, caching and monitoring from MediaStreamManager. (Closed)
Patch Set: Minor DCHECK fix Created 4 years, 3 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/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 99702828557813d3443a2b89de35c4fb4f1b8776..acab832b7c41000cc27397e5063e5f90894b6e28 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1048,6 +1048,8 @@ source_set("browser") {
"renderer_host/media/audio_sync_reader.h",
"renderer_host/media/media_capture_devices_impl.cc",
"renderer_host/media/media_capture_devices_impl.h",
+ "renderer_host/media/media_devices_manager.cc",
+ "renderer_host/media/media_devices_manager.h",
"renderer_host/media/media_stream_dispatcher_host.cc",
"renderer_host/media/media_stream_dispatcher_host.h",
"renderer_host/media/media_stream_manager.cc",

Powered by Google App Engine
This is Rietveld 408576698