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

Unified Diff: content/browser/BUILD.gn

Issue 2578983003: Add AudioStreamRegistry. Move stream counting logic (Closed)
Patch Set: . Created 3 years, 11 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 0b973765b875f2433cb225dad48f631dcea7fcce..5fbdd926652251edd5a9bfb7dabb863d030b5557 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1105,6 +1105,9 @@ source_set("browser") {
"renderer_host/media/audio_output_delegate.h",
"renderer_host/media/audio_renderer_host.cc",
"renderer_host/media/audio_renderer_host.h",
+ "renderer_host/media/audio_stream_registry.h",
+ "renderer_host/media/audio_stream_registry_impl.cc",
+ "renderer_host/media/audio_stream_registry_impl.h",
"renderer_host/media/audio_sync_reader.cc",
"renderer_host/media/audio_sync_reader.h",
"renderer_host/media/media_capture_devices_impl.cc",

Powered by Google App Engine
This is Rietveld 408576698