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

Unified Diff: media/mojo/interfaces/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/mojo/common/mojo_data_buffer_converter.cc ('k') | media/mojo/interfaces/data_source.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/interfaces/BUILD.gn
diff --git a/media/mojo/interfaces/BUILD.gn b/media/mojo/interfaces/BUILD.gn
index 2f7611ad17e0e740bdee2dcadf77d6df25429c11..805f9a9e9d842da52227f23569cfa593f6f887af 100644
--- a/media/mojo/interfaces/BUILD.gn
+++ b/media/mojo/interfaces/BUILD.gn
@@ -11,7 +11,9 @@ mojom("interfaces") {
"audio_parameters.mojom",
"audio_renderer_sink.mojom",
"content_decryption_module.mojom",
+ "data_source.mojom",
"decryptor.mojom",
+ "demuxer.mojom",
"demuxer_stream.mojom",
"interface_factory.mojom",
"media_service.mojom",
@@ -20,6 +22,7 @@ mojom("interfaces") {
"output_protection.mojom",
"provision_fetcher.mojom",
"renderer.mojom",
+ "source_buffer.mojom",
"video_decoder.mojom",
"video_renderer_sink.mojom",
]
« no previous file with comments | « media/mojo/common/mojo_data_buffer_converter.cc ('k') | media/mojo/interfaces/data_source.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698