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

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

Issue 2643743002: Mojify demuxers and allow running {Chunk/FFmpeg}Demuxer in a Utility Process (Closed)
Patch Set: Rebase and make sure to unbind mojom::DemuxerPtr on the bound thread during termination 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/filters/vpx_video_decoder.cc ('k') | media/mojo/clients/mojo_data_source_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 09cdd05713b96db08d3a37cbcaae95ea2f160811..eb6eebc2f0612b23387c41ed318796be96fcc932 100644
--- a/media/mojo/clients/BUILD.gn
+++ b/media/mojo/clients/BUILD.gn
@@ -26,10 +26,18 @@ source_set("clients") {
"mojo_cdm.h",
"mojo_cdm_factory.cc",
"mojo_cdm_factory.h",
+ "mojo_data_source_impl.cc",
+ "mojo_data_source_impl.h",
"mojo_decoder_factory.cc",
"mojo_decoder_factory.h",
"mojo_decryptor.cc",
"mojo_decryptor.h",
+ "mojo_demuxer.cc",
+ "mojo_demuxer.h",
+ "mojo_demuxer_factory.cc",
+ "mojo_demuxer_factory.h",
+ "mojo_demuxer_source_buffer.cc",
+ "mojo_demuxer_source_buffer.h",
"mojo_demuxer_stream_impl.cc",
"mojo_demuxer_stream_impl.h",
"mojo_renderer.cc",
« no previous file with comments | « media/filters/vpx_video_decoder.cc ('k') | media/mojo/clients/mojo_data_source_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698