Index: mojo/mojo_public.gyp |
diff --git a/mojo/mojo_public.gyp b/mojo/mojo_public.gyp |
index 800adfde8ee2907d4821395ccc164f481bdb8cf8..5943b6c55b1da19d5664dbf94dbc22aa3df51c65 100644 |
--- a/mojo/mojo_public.gyp |
+++ b/mojo/mojo_public.gyp |
@@ -371,6 +371,7 @@ |
'public/interfaces/bindings/tests/scoping.mojom', |
'public/interfaces/bindings/tests/serialization_test_structs.mojom', |
'public/interfaces/bindings/tests/test_constants.mojom', |
+ 'public/interfaces/bindings/tests/test_native_types.mojom', |
'public/interfaces/bindings/tests/test_structs.mojom', |
'public/interfaces/bindings/tests/test_sync_methods.mojom', |
'public/interfaces/bindings/tests/test_unions.mojom', |
@@ -401,7 +402,24 @@ |
'--typemap', '<(DEPTH)/mojo/public/interfaces/bindings/tests/blink_test.typemap', |
], |
'mojom_files': [ |
+ 'public/interfaces/bindings/tests/math_calculator.mojom', |
yzshen1
2016/03/22 17:43:32
It makes more sense to me to rename this target to
Sam McNally
2016/03/22 19:22:03
The reason for this is there's a dependency from t
yzshen1
2016/03/22 20:29:13
Could we make this list a variable that can be sha
Sam McNally
2016/03/22 21:54:30
Done.
|
+ 'public/interfaces/bindings/tests/no_module.mojom', |
+ 'public/interfaces/bindings/tests/ping_service.mojom', |
+ 'public/interfaces/bindings/tests/rect.mojom', |
+ 'public/interfaces/bindings/tests/regression_tests.mojom', |
+ 'public/interfaces/bindings/tests/sample_factory.mojom', |
+ 'public/interfaces/bindings/tests/sample_import.mojom', |
+ 'public/interfaces/bindings/tests/sample_import2.mojom', |
+ 'public/interfaces/bindings/tests/sample_interfaces.mojom', |
+ 'public/interfaces/bindings/tests/sample_service.mojom', |
+ 'public/interfaces/bindings/tests/scoping.mojom', |
+ 'public/interfaces/bindings/tests/serialization_test_structs.mojom', |
+ 'public/interfaces/bindings/tests/test_constants.mojom', |
'public/interfaces/bindings/tests/test_native_types.mojom', |
+ 'public/interfaces/bindings/tests/test_structs.mojom', |
+ 'public/interfaces/bindings/tests/test_sync_methods.mojom', |
+ 'public/interfaces/bindings/tests/test_unions.mojom', |
+ 'public/interfaces/bindings/tests/validation_test_interfaces.mojom', |
], |
}, |
'includes': [ 'mojom_bindings_generator_explicit.gypi' ], |
@@ -418,7 +436,24 @@ |
'--typemap', '<(DEPTH)/mojo/public/interfaces/bindings/tests/chromium_test.typemap', |
], |
'mojom_files': [ |
+ 'public/interfaces/bindings/tests/math_calculator.mojom', |
yzshen1
2016/03/22 17:43:32
ditto
|
+ 'public/interfaces/bindings/tests/no_module.mojom', |
+ 'public/interfaces/bindings/tests/ping_service.mojom', |
+ 'public/interfaces/bindings/tests/rect.mojom', |
+ 'public/interfaces/bindings/tests/regression_tests.mojom', |
+ 'public/interfaces/bindings/tests/sample_factory.mojom', |
+ 'public/interfaces/bindings/tests/sample_import.mojom', |
+ 'public/interfaces/bindings/tests/sample_import2.mojom', |
+ 'public/interfaces/bindings/tests/sample_interfaces.mojom', |
+ 'public/interfaces/bindings/tests/sample_service.mojom', |
+ 'public/interfaces/bindings/tests/scoping.mojom', |
+ 'public/interfaces/bindings/tests/serialization_test_structs.mojom', |
+ 'public/interfaces/bindings/tests/test_constants.mojom', |
'public/interfaces/bindings/tests/test_native_types.mojom', |
+ 'public/interfaces/bindings/tests/test_structs.mojom', |
+ 'public/interfaces/bindings/tests/test_sync_methods.mojom', |
+ 'public/interfaces/bindings/tests/test_unions.mojom', |
+ 'public/interfaces/bindings/tests/validation_test_interfaces.mojom', |
], |
}, |
'includes': [ 'mojom_bindings_generator_explicit.gypi' ], |