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 413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
424 '../ui/aura/aura.gyp:aura', | 424 '../ui/aura/aura.gyp:aura', |
425 '../ui/base/ui_base.gyp:ui_base', | 425 '../ui/base/ui_base.gyp:ui_base', |
426 '../ui/compositor/compositor.gyp:compositor', | 426 '../ui/compositor/compositor.gyp:compositor', |
427 '../ui/events/events.gyp:events', | 427 '../ui/events/events.gyp:events', |
428 '../ui/events/events.gyp:events_base', | 428 '../ui/events/events.gyp:events_base', |
429 '../ui/gfx/gfx.gyp:gfx', | 429 '../ui/gfx/gfx.gyp:gfx', |
430 '../ui/gfx/gfx.gyp:gfx_geometry', | 430 '../ui/gfx/gfx.gyp:gfx_geometry', |
431 '../ui/gl/gl.gyp:gl', | 431 '../ui/gl/gl.gyp:gl', |
432 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 432 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
433 'mojo_application', | 433 'mojo_application', |
434 'mojo_aura_support', | 434 'mojo_cc_support', |
435 'mojo_common_lib', | 435 'mojo_common_lib', |
436 'mojo_environment_chromium', | 436 'mojo_environment_chromium', |
437 'mojo_geometry_bindings', | 437 'mojo_geometry_bindings', |
438 'mojo_geometry_lib', | 438 'mojo_geometry_lib', |
439 'mojo_gles2', | 439 'mojo_gles2', |
440 'mojo_input_events_bindings', | 440 'mojo_input_events_bindings', |
441 'mojo_input_events_lib', | 441 'mojo_input_events_lib', |
442 'mojo_native_viewport_bindings', | 442 'mojo_native_viewport_bindings', |
443 'mojo_system_impl', | 443 'mojo_system_impl', |
444 'mojo_view_manager_bindings', | 444 'mojo_view_manager_bindings', |
445 'mojo_view_manager_common', | 445 'mojo_view_manager_common', |
446 ], | 446 ], |
447 'sources': [ | 447 'sources': [ |
448 'public/cpp/application/lib/mojo_main_chromium.cc', | 448 'public/cpp/application/lib/mojo_main_chromium.cc', |
449 'services/view_manager/ids.h', | 449 'services/view_manager/ids.h', |
450 'services/view_manager/main.cc', | 450 'services/view_manager/main.cc', |
451 'services/view_manager/node.cc', | 451 'services/view_manager/node.cc', |
452 'services/view_manager/node.h', | 452 'services/view_manager/node.h', |
453 'services/view_manager/node_delegate.h', | 453 'services/view_manager/node_delegate.h', |
454 'services/view_manager/root_node_manager.cc', | 454 'services/view_manager/root_node_manager.cc', |
455 'services/view_manager/root_node_manager.h', | 455 'services/view_manager/root_node_manager.h', |
456 'services/view_manager/root_view_manager.cc', | 456 'services/view_manager/root_view_manager.cc', |
457 'services/view_manager/root_view_manager.h', | 457 'services/view_manager/root_view_manager.h', |
458 'services/view_manager/root_view_manager_delegate.h', | 458 'services/view_manager/root_view_manager_delegate.h', |
| 459 'services/view_manager/screen_impl.cc', |
| 460 'services/view_manager/screen_impl.h', |
459 'services/view_manager/view.cc', | 461 'services/view_manager/view.cc', |
460 'services/view_manager/view.h', | 462 'services/view_manager/view.h', |
461 'services/view_manager/view_manager_export.h', | 463 'services/view_manager/view_manager_export.h', |
462 'services/view_manager/view_manager_init_service_impl.cc', | 464 'services/view_manager/view_manager_init_service_impl.cc', |
463 'services/view_manager/view_manager_init_service_impl.h', | 465 'services/view_manager/view_manager_init_service_impl.h', |
464 'services/view_manager/view_manager_service_impl.cc', | 466 'services/view_manager/view_manager_service_impl.cc', |
465 'services/view_manager/view_manager_service_impl.h', | 467 'services/view_manager/view_manager_service_impl.h', |
466 'services/view_manager/context_factory_impl.cc', | 468 'services/view_manager/context_factory_impl.cc', |
467 'services/view_manager/context_factory_impl.h', | 469 'services/view_manager/context_factory_impl.h', |
468 'services/view_manager/window_tree_host_impl.cc', | 470 'services/view_manager/window_tree_host_impl.cc', |
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
542 'mojo_system_impl', | 544 'mojo_system_impl', |
543 ], | 545 ], |
544 'sources': [ | 546 'sources': [ |
545 'services/dbus_echo/dbus_echo_service.cc', | 547 'services/dbus_echo/dbus_echo_service.cc', |
546 ], | 548 ], |
547 }, | 549 }, |
548 ], | 550 ], |
549 }], | 551 }], |
550 ], | 552 ], |
551 } | 553 } |
OLD | NEW |