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

Unified Diff: media/mojo/interfaces/typemaps.gni

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/interfaces/source_buffer.typemap ('k') | media/mojo/services/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/interfaces/typemaps.gni
diff --git a/media/mojo/interfaces/typemaps.gni b/media/mojo/interfaces/typemaps.gni
index 2f481097c35588239675042dcc3b39afeb08631a..098a30ab4f2299ee76c51460b26f0c20c127f72a 100644
--- a/media/mojo/interfaces/typemaps.gni
+++ b/media/mojo/interfaces/typemaps.gni
@@ -6,6 +6,8 @@ typemaps = [
"//media/mojo/interfaces/audio_parameters.typemap",
"//media/mojo/interfaces/content_decryption_module.typemap",
"//media/mojo/interfaces/decryptor.typemap",
+ "//media/mojo/interfaces/source_buffer.typemap",
+ "//media/mojo/interfaces/demuxer.typemap",
"//media/mojo/interfaces/demuxer_stream.typemap",
"//media/mojo/interfaces/media_types.typemap",
"//media/mojo/interfaces/output_device_info.typemap",
« no previous file with comments | « media/mojo/interfaces/source_buffer.typemap ('k') | media/mojo/services/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698