| 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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 187 'type': 'static_library', | 187 'type': 'static_library', |
| 188 'sources': [ | 188 'sources': [ |
| 189 'services/navigation/navigation.mojom', | 189 'services/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 ], | 198 ], |
| 198 }, | 199 }, |
| 199 { | 200 { |
| 200 'target_name': 'mojo_network_bindings', | 201 'target_name': 'mojo_network_bindings', |
| 201 'type': 'static_library', | 202 'type': 'static_library', |
| 202 'sources': [ | 203 'sources': [ |
| 203 'services/public/interfaces/network/network_error.mojom', | 204 'services/public/interfaces/network/network_error.mojom', |
| 204 'services/public/interfaces/network/network_service.mojom', | 205 'services/public/interfaces/network/network_service.mojom', |
| 205 'services/public/interfaces/network/url_loader.mojom', | 206 'services/public/interfaces/network/url_loader.mojom', |
| 206 ], | 207 ], |
| (...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 528 'mojo_system_impl', | 529 'mojo_system_impl', |
| 529 ], | 530 ], |
| 530 'sources': [ | 531 'sources': [ |
| 531 'services/dbus_echo/dbus_echo_service.cc', | 532 'services/dbus_echo/dbus_echo_service.cc', |
| 532 ], | 533 ], |
| 533 }, | 534 }, |
| 534 ], | 535 ], |
| 535 }], | 536 }], |
| 536 ], | 537 ], |
| 537 } | 538 } |
| OLD | NEW |