| Index: mojo/mojo_services.gypi
|
| diff --git a/mojo/mojo_services.gypi b/mojo/mojo_services.gypi
|
| index a8a5d155fa8d9a5be5b04d63d28c625e32e92b06..1768ccf89ea97ee119bfd63643c79353c956f0e4 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': [
|
|
|