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

Unified Diff: media/audio/BUILD.gn

Issue 651373003: Add support for real audio output to mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo_ari
Patch Set: Comments. Created 6 years, 2 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 | « no previous file | media/audio/audio_output_stream_sink.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 5b473e84acb39c7dafb01f3199fede6997f9817e..d89881e62a5cca993d983bafeca523f625dc8308 100644
--- a/media/audio/BUILD.gn
+++ b/media/audio/BUILD.gn
@@ -65,6 +65,8 @@ source_set("audio") {
"audio_output_proxy.h",
"audio_output_resampler.cc",
"audio_output_resampler.h",
+ "audio_output_stream_sink.cc",
+ "audio_output_stream_sink.h",
"audio_power_monitor.cc",
"audio_power_monitor.h",
"audio_source_diverter.h",
« no previous file with comments | « no previous file | media/audio/audio_output_stream_sink.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698