Index: mojo/mojo_services.gypi |
diff --git a/mojo/mojo_services.gypi b/mojo/mojo_services.gypi |
index de07a71651fc294a050c7e311d971e6a6e53909d..175e20deeeaf5ed72e30d3c34d6d85737175a4e8 100644 |
--- a/mojo/mojo_services.gypi |
+++ b/mojo/mojo_services.gypi |
@@ -365,6 +365,21 @@ |
], |
}, |
{ |
+ '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', |