Index: mojo/mojo_services.gypi |
diff --git a/mojo/mojo_services.gypi b/mojo/mojo_services.gypi |
index b66c1e42dc8428452574e58369afc9e5854c48fc..ab58b298c80e1b68d0119ea77931978359ee8afc 100644 |
--- a/mojo/mojo_services.gypi |
+++ b/mojo/mojo_services.gypi |
@@ -360,6 +360,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_cpp_bindings', |
+ ], |
+ 'dependencies': [ |
+ 'mojo_cpp_bindings', |
+ 'mojo_network_bindings', |
+ ], |
+ }, |
+ { |
# GN version: //mojo/services/public/interfaces/network:bindings |
'target_name': 'mojo_network_bindings', |
'type': 'static_library', |