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

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: rename media.interfaces - media.mojom 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
« no previous file with comments | « media/mojo/interfaces/audio_parameters.typemap ('k') | media/mojo/interfaces/typemaps.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/interfaces/mojo_bindings.gyp
diff --git a/media/mojo/interfaces/mojo_bindings.gyp b/media/mojo/interfaces/mojo_bindings.gyp
index 7a3bf4588a98171d88dc607f2c684f318371212a..8a4bdfe62062faa48fb6a9938f80ce37508f7310 100644
--- a/media/mojo/interfaces/mojo_bindings.gyp
+++ b/media/mojo/interfaces/mojo_bindings.gyp
@@ -5,6 +5,31 @@
'targets': [
{
# GN version: //media/mojo/interfaces
+ 'target_name': 'audio_output_mojom',
+ 'type': 'none',
+ 'variables': {
+ 'mojom_files': [
+ 'audio_output.mojom',
+ 'audio_parameters.mojom',
+ ],
+ },
+ 'dependencies': [
+ '../../../mojo/mojo_public.gyp:mojo_cpp_bindings',
+ ],
+ 'includes': [ '../../../mojo/mojom_bindings_generator_explicit.gypi' ],
+ 'mojom_typemaps': [
+ 'audio_parameters.typemap',
+ ],
+ },
+ {
+ 'target_name': 'audio_output_mojom_bindings',
+ 'type': 'static_library',
+ 'dependencies': [
+ 'audio_output_mojom',
+ ],
+ },
+ {
+ # GN version: //media/mojo/interfaces
'target_name': 'platform_verification_mojo_bindings',
'type': 'none',
'sources': [
« no previous file with comments | « media/mojo/interfaces/audio_parameters.typemap ('k') | media/mojo/interfaces/typemaps.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698