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

Unified Diff: media/mojo/clients/BUILD.gn

Issue 2640003002: Implement MojoAudioRendererSink and use it in UtilityMojoMediaClient (Closed)
Patch Set: Make sure to stop the audio sink. Also unbind from the audio device thread 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: media/mojo/clients/BUILD.gn
diff --git a/media/mojo/clients/BUILD.gn b/media/mojo/clients/BUILD.gn
index f2257183ae2a20ee77ed4f014ea22ea21d27577a..09cdd05713b96db08d3a37cbcaae95ea2f160811 100644
--- a/media/mojo/clients/BUILD.gn
+++ b/media/mojo/clients/BUILD.gn
@@ -20,6 +20,8 @@ source_set("clients") {
sources = [
"mojo_audio_decoder.cc",
"mojo_audio_decoder.h",
+ "mojo_audio_renderer_sink_impl.cc",
+ "mojo_audio_renderer_sink_impl.h",
"mojo_cdm.cc",
"mojo_cdm.h",
"mojo_cdm_factory.cc",

Powered by Google App Engine
This is Rietveld 408576698