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

Unified Diff: content/browser/BUILD.gn

Issue 2578983003: Add AudioStreamRegistry. Move stream counting logic (Closed)
Patch Set: Add missing EXPECT_TRUE. Created 4 years 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 4b2c635232fc6976df68ba6233f8b4570e25bdfd..043acbf4c8b2e18418a31167217388d6c7bc5fcc 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1106,6 +1106,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