| Index: mojo/mojo_services.gypi
|
| diff --git a/mojo/mojo_services.gypi b/mojo/mojo_services.gypi
|
| index 20516bad355cf72ddf1b57fefcec3ca80bb0fa3c..958ab97a0b39d38f897039e099ecfc8302118489 100644
|
| --- a/mojo/mojo_services.gypi
|
| +++ b/mojo/mojo_services.gypi
|
| @@ -407,6 +407,22 @@
|
| ],
|
| },
|
| {
|
| + # GN version: //mojo/services/public/interfaces/media
|
| + 'target_name': 'mojo_media_bindings',
|
| + 'type': 'static_library',
|
| + 'sources': [
|
| + 'services/public/interfaces/media/media_types.mojom',
|
| + 'services/public/interfaces/media/media_renderer.mojom',
|
| + ],
|
| + 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
|
| + 'export_dependent_settings': [
|
| + 'mojo_base.gyp:mojo_cpp_bindings',
|
| + ],
|
| + 'dependencies': [
|
| + 'mojo_base.gyp:mojo_cpp_bindings',
|
| + ],
|
| + },
|
| + {
|
| # GN version: //mojo/services/surfaces
|
| 'target_name': 'mojo_surfaces_service',
|
| 'type': 'loadable_module',
|
|
|