| Index: mojo/mojo_services.gypi
|
| diff --git a/mojo/mojo_services.gypi b/mojo/mojo_services.gypi
|
| index 3e07f8e034055354392eb999e495e62c1bbbc477..611aee07937473c6f7c080cabea7ba1d8e28bd1f 100644
|
| --- a/mojo/mojo_services.gypi
|
| +++ b/mojo/mojo_services.gypi
|
| @@ -365,6 +365,23 @@
|
| ],
|
| },
|
| {
|
| + # GN version: //mojo/services/public/interfaces/content_handler
|
| + 'target_name': 'mojo_content_handler_bindings',
|
| + 'type': 'static_library',
|
| + 'sources': [
|
| + 'services/public/interfaces/content_handler/content_handler.mojom',
|
| + ],
|
| + 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
|
| + 'export_dependent_settings': [
|
| + 'mojo_base.gyp:mojo_cpp_bindings',
|
| + ],
|
| + 'dependencies': [
|
| + 'mojo_base.gyp:mojo_application_bindings',
|
| + 'mojo_base.gyp:mojo_cpp_bindings',
|
| + 'mojo_network_bindings',
|
| + ],
|
| + },
|
| + {
|
| # GN version: //mojo/services/public/interfaces/network
|
| 'target_name': 'mojo_network_bindings',
|
| 'type': 'static_library',
|
|
|