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 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', |
|
Henrik Grunell
2016/05/12 10:34:37
I'm still confused by that the other parts in this
jam
2016/05/12 16:38:51
the way it is now is consistent with other gyp fil
rchtara
2016/05/13 12:00:09
Done.
rchtara
2016/05/13 12:00:09
Done.
rchtara
2016/05/13 12:39:25
As jam:
|
| + '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': [ |