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

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

Issue 2640003002: Implement MojoAudioRendererSink and use it in UtilityMojoMediaClient (Closed)
Patch Set: Rebase Created 3 years, 10 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 | « media/base/ipc/media_param_traits_macros.h ('k') | media/mojo/clients/mojo_audio_renderer_sink_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « media/base/ipc/media_param_traits_macros.h ('k') | media/mojo/clients/mojo_audio_renderer_sink_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698