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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
239 ], | 239 ], |
240 }, | 240 }, |
241 { | 241 { |
242 'target_name': 'mojo_view_manager_common', | 242 'target_name': 'mojo_view_manager_common', |
243 'type': 'static_library', | 243 'type': 'static_library', |
244 'sources': [ | 244 'sources': [ |
245 'services/public/cpp/view_manager/view_manager_types.h', | 245 'services/public/cpp/view_manager/view_manager_types.h', |
246 ], | 246 ], |
247 }, | 247 }, |
248 { | 248 { |
| 249 'target_name': 'mojo_launcher_bindings', |
| 250 'type': 'static_library', |
| 251 'sources': [ |
| 252 'services/public/interfaces/launcher/launcher.mojom', |
| 253 ], |
| 254 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
| 255 'export_dependent_settings': [ |
| 256 'mojo_cpp_bindings', |
| 257 ], |
| 258 'dependencies': [ |
| 259 'mojo_cpp_bindings', |
| 260 'mojo_network_bindings', |
| 261 ], |
| 262 }, |
| 263 { |
| 264 'target_name': 'mojo_launcher', |
| 265 'type': 'shared_library', |
| 266 'dependencies': [ |
| 267 '../base/base.gyp:base', |
| 268 'mojo_application', |
| 269 'mojo_cpp_bindings', |
| 270 'mojo_environment_chromium', |
| 271 'mojo_launcher_bindings', |
| 272 'mojo_network_bindings', |
| 273 'mojo_system_impl', |
| 274 'mojo_utility', |
| 275 ], |
| 276 'sources': [ |
| 277 'services/launcher/launcher.cc', |
| 278 'public/cpp/application/lib/mojo_main_chromium.cc', |
| 279 ], |
| 280 }, |
| 281 { |
249 'target_name': 'mojo_view_manager_bindings', | 282 'target_name': 'mojo_view_manager_bindings', |
250 'type': 'static_library', | 283 'type': 'static_library', |
251 'sources': [ | 284 'sources': [ |
252 'services/public/interfaces/view_manager/view_manager.mojom', | 285 'services/public/interfaces/view_manager/view_manager.mojom', |
253 ], | 286 ], |
254 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], | 287 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
255 'export_dependent_settings': [ | 288 'export_dependent_settings': [ |
256 'mojo_cpp_bindings', | 289 'mojo_cpp_bindings', |
257 ], | 290 ], |
258 'dependencies': [ | 291 'dependencies': [ |
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
493 'mojo_system_impl', | 526 'mojo_system_impl', |
494 ], | 527 ], |
495 'sources': [ | 528 'sources': [ |
496 'services/dbus_echo/dbus_echo_service.cc', | 529 'services/dbus_echo/dbus_echo_service.cc', |
497 ], | 530 ], |
498 }, | 531 }, |
499 ], | 532 ], |
500 }], | 533 }], |
501 ], | 534 ], |
502 } | 535 } |
OLD | NEW |