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

Unified Diff: media/audio/BUILD.gn

Issue 2697793002: Add mojo interface+impl for audio stream control. (Closed)
Patch Set: Don't inline AudioOutputDelegate(EventHandler) dtor. Created 3 years, 9 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
« no previous file with comments | « content/common/media/audio_messages.h ('k') | media/audio/audio_output_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/BUILD.gn
diff --git a/media/audio/BUILD.gn b/media/audio/BUILD.gn
index 11e618a4ee805cc3fdb8b8351176b1ead9d8f4f0..4b79155224d434704381040210fc42b011b21052 100644
--- a/media/audio/BUILD.gn
+++ b/media/audio/BUILD.gn
@@ -81,6 +81,8 @@ source_set("audio") {
"audio_manager_base.h",
"audio_output_controller.cc",
"audio_output_controller.h",
+ "audio_output_delegate.cc",
+ "audio_output_delegate.h",
"audio_output_device.cc",
"audio_output_device.h",
"audio_output_dispatcher.cc",
« no previous file with comments | « content/common/media/audio_messages.h ('k') | media/audio/audio_output_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698