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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
252 'sources': [ | 252 'sources': [ |
253 'services/public/interfaces/launcher/launcher.mojom', | 253 'services/public/interfaces/launcher/launcher.mojom', |
254 ], | 254 ], |
255 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], | 255 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
256 'export_dependent_settings': [ | 256 'export_dependent_settings': [ |
257 'mojo_cpp_bindings', | 257 'mojo_cpp_bindings', |
258 ], | 258 ], |
259 'dependencies': [ | 259 'dependencies': [ |
260 'mojo_cpp_bindings', | 260 'mojo_cpp_bindings', |
261 'mojo_network_bindings', | 261 'mojo_network_bindings', |
262 'mojo_navigation_bindings', | |
263 ], | 262 ], |
264 }, | 263 }, |
265 { | 264 { |
266 'target_name': 'mojo_launcher', | 265 'target_name': 'mojo_launcher', |
267 'type': 'shared_library', | 266 'type': 'shared_library', |
268 'dependencies': [ | 267 'dependencies': [ |
269 '../base/base.gyp:base', | 268 '../base/base.gyp:base', |
270 'mojo_application', | 269 'mojo_application', |
271 'mojo_cpp_bindings', | 270 'mojo_cpp_bindings', |
272 'mojo_environment_chromium', | 271 'mojo_environment_chromium', |
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
543 'mojo_system_impl', | 542 'mojo_system_impl', |
544 ], | 543 ], |
545 'sources': [ | 544 'sources': [ |
546 'services/dbus_echo/dbus_echo_service.cc', | 545 'services/dbus_echo/dbus_echo_service.cc', |
547 ], | 546 ], |
548 }, | 547 }, |
549 ], | 548 ], |
550 }], | 549 }], |
551 ], | 550 ], |
552 } | 551 } |
OLD | NEW |