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

Unified Diff: content/browser/BUILD.gn

Issue 2319493002: Add mojo interface for audio rendering. (Closed)
Patch Set: Refactor factory. 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 826786abb707a986b1f58782d42d0b5e4a14d56e..232306e004dafc617bfd3c7b9348978d46497aff 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1112,6 +1112,12 @@ source_set("browser") {
"renderer_host/media/audio_output_authorization_handler.h",
"renderer_host/media/audio_output_delegate.cc",
"renderer_host/media/audio_output_delegate.h",
+ "renderer_host/media/audio_output_impl.cc",
+ "renderer_host/media/audio_output_impl.h",
+ "renderer_host/media/audio_output_service_context.cc",
+ "renderer_host/media/audio_output_service_context.h",
+ "renderer_host/media/audio_output_service_impl.cc",
+ "renderer_host/media/audio_output_service_impl.h",
"renderer_host/media/audio_renderer_host.cc",
"renderer_host/media/audio_renderer_host.h",
"renderer_host/media/audio_sync_reader.cc",
« no previous file with comments | « no previous file | content/browser/bad_message.h » ('j') | content/browser/renderer_host/media/audio_output_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698