Chromium Code Reviews| 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..f364e9f4914fcf8b32a27ab7f635c09e188bfc38 100644 |
| --- a/media/mojo/interfaces/mojo_bindings.gyp |
| +++ b/media/mojo/interfaces/mojo_bindings.gyp |
| @@ -45,5 +45,37 @@ |
| '../../../services/shell/shell.gyp:shell_public', |
| ], |
| }, |
| + { |
| + # GN version: //content/common:mojo_bindings |
| + 'includes': [ '../../../mojo/mojom_bindings_generator.gypi' ], |
| + 'target_name': 'audio_output_mojom', |
| + 'type': 'none', |
| + 'variables': { |
| + 'mojom_files': [ |
| + 'audio_output.mojom', |
| + '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': 'audio_output_mojom_bindings', |
|
xhwang
2016/05/03 00:14:34
The naming of the target doesn't really match what
rchtara
2016/05/03 07:44:03
yes, but I will need it for the other cl.
https:/
rchtara
2016/05/04 08:38:43
Done.
|
| + 'type': 'static_library', |
| + 'dependencies': [ |
| + 'audio_output_mojom', |
| + ], |
| + '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', |
| + ] |
| + }, |
| ], |
| } |