OLD | NEW |
1 # Copyright (c) 2014 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2014 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 # GN version: //mojo/services/dbus_echo:bindings | 8 # GN version: //mojo/services/dbus_echo:bindings |
9 'target_name': 'mojo_echo_bindings', | 9 'target_name': 'mojo_echo_bindings', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
477 'target_name': 'mojo_view_manager_lib', | 477 'target_name': 'mojo_view_manager_lib', |
478 'type': 'static_library', | 478 'type': 'static_library', |
479 'dependencies': [ | 479 'dependencies': [ |
480 '../base/base.gyp:base', | 480 '../base/base.gyp:base', |
481 '../skia/skia.gyp:skia', | 481 '../skia/skia.gyp:skia', |
482 '../ui/events/events.gyp:events', | 482 '../ui/events/events.gyp:events', |
483 '../ui/gfx/gfx.gyp:gfx', | 483 '../ui/gfx/gfx.gyp:gfx', |
484 '../ui/gfx/gfx.gyp:gfx_geometry', | 484 '../ui/gfx/gfx.gyp:gfx_geometry', |
485 'mojo_base.gyp:mojo_application_chromium', | 485 'mojo_base.gyp:mojo_application_chromium', |
486 'mojo_base.gyp:mojo_application_bindings', | 486 'mojo_base.gyp:mojo_application_bindings', |
| 487 'mojo_core_window_manager_bindings', |
487 'mojo_geometry_bindings', | 488 'mojo_geometry_bindings', |
488 'mojo_geometry_lib', | 489 'mojo_geometry_lib', |
489 'mojo_view_manager_bindings', | 490 'mojo_view_manager_bindings', |
490 'mojo_view_manager_common', | 491 'mojo_view_manager_common', |
491 ], | 492 ], |
492 'sources': [ | 493 'sources': [ |
493 'services/public/cpp/view_manager/lib/view.cc', | 494 'services/public/cpp/view_manager/lib/view.cc', |
494 'services/public/cpp/view_manager/lib/view_manager_client_factory.cc', | 495 'services/public/cpp/view_manager/lib/view_manager_client_factory.cc', |
495 'services/public/cpp/view_manager/lib/view_manager_client_impl.cc', | 496 'services/public/cpp/view_manager/lib/view_manager_client_impl.cc', |
496 'services/public/cpp/view_manager/lib/view_manager_client_impl.h', | 497 'services/public/cpp/view_manager/lib/view_manager_client_impl.h', |
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
781 '../base/base.gyp:base', | 782 '../base/base.gyp:base', |
782 '../ui/base/ui_base.gyp:ui_base', | 783 '../ui/base/ui_base.gyp:ui_base', |
783 '../ui/gfx/gfx.gyp:gfx', | 784 '../ui/gfx/gfx.gyp:gfx', |
784 '../ui/gfx/gfx.gyp:gfx_geometry', | 785 '../ui/gfx/gfx.gyp:gfx_geometry', |
785 '../ui/wm/wm.gyp:wm', | 786 '../ui/wm/wm.gyp:wm', |
786 'mojo_base.gyp:mojo_common_lib', | 787 'mojo_base.gyp:mojo_common_lib', |
787 'mojo_base.gyp:mojo_environment_chromium', | 788 'mojo_base.gyp:mojo_environment_chromium', |
788 'mojo_base.gyp:mojo_application_chromium', | 789 'mojo_base.gyp:mojo_application_chromium', |
789 'mojo_aura_support', | 790 'mojo_aura_support', |
790 'mojo_core_window_manager_bindings', | 791 'mojo_core_window_manager_bindings', |
| 792 'mojo_input_events_lib', |
791 'mojo_view_manager_lib', | 793 'mojo_view_manager_lib', |
792 ], | 794 ], |
793 'sources': [ | 795 'sources': [ |
794 'services/window_manager/window_manager_app.cc', | 796 'services/window_manager/window_manager_app.cc', |
795 'services/window_manager/window_manager_app.h', | 797 'services/window_manager/window_manager_app.h', |
796 'services/window_manager/window_manager_service_impl.cc', | 798 'services/window_manager/window_manager_service_impl.cc', |
797 'services/window_manager/window_manager_service_impl.h', | 799 'services/window_manager/window_manager_service_impl.h', |
798 ], | 800 ], |
799 }, | 801 }, |
800 { | 802 { |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
861 'mojo_echo_bindings', | 863 'mojo_echo_bindings', |
862 ], | 864 ], |
863 'sources': [ | 865 'sources': [ |
864 'services/dbus_echo/dbus_echo_service.cc', | 866 'services/dbus_echo/dbus_echo_service.cc', |
865 ], | 867 ], |
866 }, | 868 }, |
867 ], | 869 ], |
868 }], | 870 }], |
869 ], | 871 ], |
870 } | 872 } |
OLD | NEW |