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 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
524 'mojo_system_impl', | 525 'mojo_system_impl', |
525 ], | 526 ], |
526 'sources': [ | 527 'sources': [ |
527 'services/dbus_echo/dbus_echo_service.cc', | 528 'services/dbus_echo/dbus_echo_service.cc', |
528 ], | 529 ], |
529 }, | 530 }, |
530 ], | 531 ], |
531 }], | 532 }], |
532 ], | 533 ], |
533 } | 534 } |
OLD | NEW |