| OLD | NEW |
| 1 { | 1 { |
| 2 'targets': [ | 2 'targets': [ |
| 3 { | 3 { |
| 4 'target_name': 'mojo_echo_bindings', | 4 'target_name': 'mojo_echo_bindings', |
| 5 'type': 'static_library', | 5 'type': 'static_library', |
| 6 'sources': [ | 6 'sources': [ |
| 7 'services/dbus_echo/echo.mojom', | 7 'services/dbus_echo/echo.mojom', |
| 8 ], | 8 ], |
| 9 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], | 9 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
| 10 'export_dependent_settings': [ | 10 'export_dependent_settings': [ |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 'dependencies': [ | 179 'dependencies': [ |
| 180 'mojo_jni_headers', | 180 'mojo_jni_headers', |
| 181 ], | 181 ], |
| 182 }], | 182 }], |
| 183 ], | 183 ], |
| 184 }, | 184 }, |
| 185 { | 185 { |
| 186 'target_name': 'mojo_navigation_bindings', | 186 'target_name': 'mojo_navigation_bindings', |
| 187 'type': 'static_library', | 187 'type': 'static_library', |
| 188 'sources': [ | 188 'sources': [ |
| 189 'services/navigation/navigation.mojom', | 189 'services/public/interfaces/navigation/navigation.mojom', |
| 190 ], | 190 ], |
| 191 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], | 191 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
| 192 'export_dependent_settings': [ | 192 'export_dependent_settings': [ |
| 193 'mojo_cpp_bindings', | 193 'mojo_cpp_bindings', |
| 194 ], | 194 ], |
| 195 'dependencies': [ | 195 'dependencies': [ |
| 196 'mojo_cpp_bindings', | 196 'mojo_cpp_bindings', |
| 197 'mojo_network_bindings', | 197 'mojo_network_bindings', |
| 198 ], | 198 ], |
| 199 }, | 199 }, |
| (...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 542 'mojo_system_impl', | 542 'mojo_system_impl', |
| 543 ], | 543 ], |
| 544 'sources': [ | 544 'sources': [ |
| 545 'services/dbus_echo/dbus_echo_service.cc', | 545 'services/dbus_echo/dbus_echo_service.cc', |
| 546 ], | 546 ], |
| 547 }, | 547 }, |
| 548 ], | 548 ], |
| 549 }], | 549 }], |
| 550 ], | 550 ], |
| 551 } | 551 } |
| OLD | NEW |