Index: mojo/mojo_services.gypi |
diff --git a/mojo/mojo_services.gypi b/mojo/mojo_services.gypi |
index 856f18ed2a3833c5f896ea4bddc98c3b05b003dd..ac08a7005a329ed06d5cbf4f2b21fd44f693e441 100644 |
--- a/mojo/mojo_services.gypi |
+++ b/mojo/mojo_services.gypi |
@@ -360,6 +360,23 @@ |
], |
}, |
{ |
+ 'target_name': 'mojo_surfaces_bindings', |
+ 'type': 'static_library', |
+ 'sources': [ |
+ 'services/public/interfaces/surfaces/surfaces.mojom', |
+ 'services/public/interfaces/surfaces/surface_id.mojom', |
+ 'services/public/interfaces/surfaces/quads.mojom', |
+ ], |
+ 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
+ 'export_dependent_settings': [ |
+ 'mojo_cpp_bindings', |
+ ], |
+ 'dependencies': [ |
+ 'mojo_cpp_bindings', |
+ 'mojo_geometry_bindings', |
+ ], |
+ }, |
+ { |
'target_name': 'mojo_test_service_bindings', |
'type': 'static_library', |
'sources': [ |