| Index: mojo/mojo_public.gypi
|
| diff --git a/mojo/mojo_public.gypi b/mojo/mojo_public.gypi
|
| index c2b2b738e9acf6e6fb9bbd90a49a10929649f1a4..1caa85430207d5bd6567392b14b0ee8086dd7894 100644
|
| --- a/mojo/mojo_public.gypi
|
| +++ b/mojo/mojo_public.gypi
|
| @@ -350,6 +350,23 @@
|
| ],
|
| },
|
| {
|
| + 'target_name': 'mojo_geometry_bindings',
|
| + 'type': 'static_library',
|
| + 'sources': [
|
| + 'public/interfaces/geometry/geometry.mojom',
|
| + ],
|
| + 'variables': {
|
| + 'mojom_base_output_dir': 'mojo',
|
| + },
|
| + 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
|
| + 'dependencies': [
|
| + 'mojo_cpp_bindings',
|
| + ],
|
| + 'export_dependent_settings': [
|
| + 'mojo_cpp_bindings',
|
| + ],
|
| + },
|
| + {
|
| 'target_name': 'mojo_service_provider_bindings',
|
| 'type': 'static_library',
|
| 'sources': [
|
|
|