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

Unified Diff: content/browser/BUILD.gn

Issue 2443573003: Factor out AudioOutputDelegate from AudioRendererHost. (Closed)
Patch Set: Mac compile. 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
« no previous file with comments | « no previous file | content/browser/audio_device_thread.h » ('j') | content/browser/audio_device_thread.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 1734e4c221df84fbcb67b71b24f1e3e878595507..0c8e1384073dc085e7c3458db1705f0e7ecbb0b8 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -293,6 +293,8 @@ source_set("browser") {
"appcache/appcache_working_set.h",
"appcache/chrome_appcache_service.cc",
"appcache/chrome_appcache_service.h",
+ "audio_device_thread.cc",
+ "audio_device_thread.h",
"background_sync/background_sync_context.cc",
"background_sync/background_sync_context.h",
"background_sync/background_sync_manager.cc",
@@ -1087,6 +1089,8 @@ source_set("browser") {
"renderer_host/media/audio_input_sync_writer.h",
"renderer_host/media/audio_output_authorization_handler.cc",
"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_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/audio_device_thread.h » ('j') | content/browser/audio_device_thread.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698