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

Unified Diff: media/mojo/interfaces/mojo_bindings.gyp

Issue 1896883002: Mojo interfaces needed for switching audio rendering stream creation and closing from IPC to Mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add close Created 4 years, 7 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/interfaces/mojo_bindings.gyp
diff --git a/media/mojo/interfaces/mojo_bindings.gyp b/media/mojo/interfaces/mojo_bindings.gyp
index 353c642bb4bf4087b1a4ed1bdf5eb0f3a82d2ad0..2b7db297a20173fa3604675a7c17b923edbbb5a8 100644
--- a/media/mojo/interfaces/mojo_bindings.gyp
+++ b/media/mojo/interfaces/mojo_bindings.gyp
@@ -45,5 +45,35 @@
'../../../services/shell/shell.gyp:shell_public',
],
},
+ {
+ # GN version: //content/common:mojo_bindings
+ 'target_name': 'mojo_bindings',
+ 'type': 'none',
+ 'variables': {
+ 'mojom_files': [
+ 'content_decryption_module.mojom',
+ 'decryptor.mojom',
+ 'demuxer_stream.mojom',
+ 'media_types.mojom',
+ ],
+ },
+ 'dependencies': [
+ '../../../mojo/mojo_public.gyp:mojo_cpp_bindings',
+ ],
+ 'includes': [ '../../../mojo/mojom_bindings_generator_explicit.gypi' ],
+ },
+ {
+ 'target_name': 'mojo_type_convertor',
+ 'type': 'static_library',
+ 'dependencies': [
+ 'mojo_bindings',
+ ],
+ 'sources': [
+ '../common/media_type_converters.cc',
+ '../common/media_type_converters.h',
+ '../common/mojo_shared_buffer_video_frame.cc',
+ '../common/mojo_shared_buffer_video_frame.h',
+ ]
+ },
],
}
« media/mojo/interfaces/media_types.mojom ('K') | « media/mojo/interfaces/media_types.mojom ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698