Index: mojo/mojo_services.gypi |
diff --git a/mojo/mojo_services.gypi b/mojo/mojo_services.gypi |
index 3e07f8e034055354392eb999e495e62c1bbbc477..4853ecb2d813884d157fc92618455e51efed9e3f 100644 |
--- a/mojo/mojo_services.gypi |
+++ b/mojo/mojo_services.gypi |
@@ -365,6 +365,22 @@ |
], |
}, |
{ |
+ # 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_cpp_bindings', |
+ 'mojo_network_bindings', |
+ ], |
+ }, |
+ { |
# GN version: //mojo/services/public/interfaces/network |
'target_name': 'mojo_network_bindings', |
'type': 'static_library', |