| Index: mojo/mojo_services.gypi
|
| diff --git a/mojo/mojo_services.gypi b/mojo/mojo_services.gypi
|
| index 62c7f8fdd4039d394848ddaa2e3ea08e1804ab88..3ff1c2c0ac41aea15631cea872426b67b3dd10c2 100644
|
| --- a/mojo/mojo_services.gypi
|
| +++ b/mojo/mojo_services.gypi
|
| @@ -183,6 +183,20 @@
|
| ],
|
| },
|
| {
|
| + 'target_name': 'mojo_navigation_bindings',
|
| + 'type': 'static_library',
|
| + 'sources': [
|
| + 'services/navigation/navigation.mojom',
|
| + ],
|
| + 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
|
| + 'export_dependent_settings': [
|
| + 'mojo_cpp_bindings',
|
| + ],
|
| + 'dependencies': [
|
| + 'mojo_cpp_bindings',
|
| + ],
|
| + },
|
| + {
|
| 'target_name': 'mojo_network_bindings',
|
| 'type': 'static_library',
|
| 'sources': [
|
|
|