| 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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 ], | 176 ], |
| 177 }], | 177 }], |
| 178 ['OS=="android"', { | 178 ['OS=="android"', { |
| 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', |
| 187 'type': 'static_library', |
| 188 'sources': [ |
| 189 'services/navigation/navigation.mojom', |
| 190 ], |
| 191 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
| 192 'export_dependent_settings': [ |
| 193 'mojo_cpp_bindings', |
| 194 ], |
| 195 'dependencies': [ |
| 196 'mojo_cpp_bindings', |
| 197 ], |
| 198 }, |
| 199 { |
| 186 'target_name': 'mojo_network_bindings', | 200 'target_name': 'mojo_network_bindings', |
| 187 'type': 'static_library', | 201 'type': 'static_library', |
| 188 'sources': [ | 202 'sources': [ |
| 189 'services/public/interfaces/network/network_error.mojom', | 203 'services/public/interfaces/network/network_error.mojom', |
| 190 'services/public/interfaces/network/network_service.mojom', | 204 'services/public/interfaces/network/network_service.mojom', |
| 191 'services/public/interfaces/network/url_loader.mojom', | 205 'services/public/interfaces/network/url_loader.mojom', |
| 192 ], | 206 ], |
| 193 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], | 207 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
| 194 'export_dependent_settings': [ | 208 'export_dependent_settings': [ |
| 195 'mojo_cpp_bindings', | 209 'mojo_cpp_bindings', |
| (...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 479 'mojo_system_impl', | 493 'mojo_system_impl', |
| 480 ], | 494 ], |
| 481 'sources': [ | 495 'sources': [ |
| 482 'services/dbus_echo/dbus_echo_service.cc', | 496 'services/dbus_echo/dbus_echo_service.cc', |
| 483 ], | 497 ], |
| 484 }, | 498 }, |
| 485 ], | 499 ], |
| 486 }], | 500 }], |
| 487 ], | 501 ], |
| 488 } | 502 } |
| OLD | NEW |