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

Unified Diff: content/browser/BUILD.gn

Issue 2350693002: Remove device enumeration, caching and monitoring from MediaStreamManager. (Closed)
Patch Set: 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 1bc891a42fb64fd8c5c64c1a25d859f4a6df58ad..4a527dad9d203c745f9171eb7005dd502b191911 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1052,6 +1052,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