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

Unified Diff: content/browser/BUILD.gn

Issue 2424163004: Factor out authorization from AudioRendererHost. (Closed)
Patch Set: Minor fixes. Created 4 years, 1 month 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 93b3dfd31ae2a043ceef2df66f33d0fc7e19891d..9069daf2f4c9c9a50183aa604e54bad694c4bf7a 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1060,6 +1060,8 @@ source_set("browser") {
"renderer_host/media/audio_input_renderer_host.h",
"renderer_host/media/audio_input_sync_writer.cc",
"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_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_authorization_handler.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698