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 704 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
715 'services/view_manager/root_node_manager.cc', | 715 'services/view_manager/root_node_manager.cc', |
716 'services/view_manager/root_node_manager.h', | 716 'services/view_manager/root_node_manager.h', |
717 'services/view_manager/root_view_manager.cc', | 717 'services/view_manager/root_view_manager.cc', |
718 'services/view_manager/root_view_manager.h', | 718 'services/view_manager/root_view_manager.h', |
719 'services/view_manager/root_view_manager_delegate.h', | 719 'services/view_manager/root_view_manager_delegate.h', |
720 'services/view_manager/screen_impl.cc', | 720 'services/view_manager/screen_impl.cc', |
721 'services/view_manager/screen_impl.h', | 721 'services/view_manager/screen_impl.h', |
722 'services/view_manager/view.cc', | 722 'services/view_manager/view.cc', |
723 'services/view_manager/view.h', | 723 'services/view_manager/view.h', |
724 'services/view_manager/view_manager_export.h', | 724 'services/view_manager/view_manager_export.h', |
| 725 'services/view_manager/view_manager_init_service_context.cc', |
| 726 'services/view_manager/view_manager_init_service_context.h', |
725 'services/view_manager/view_manager_init_service_impl.cc', | 727 'services/view_manager/view_manager_init_service_impl.cc', |
726 'services/view_manager/view_manager_init_service_impl.h', | 728 'services/view_manager/view_manager_init_service_impl.h', |
727 'services/view_manager/view_manager_service_impl.cc', | 729 'services/view_manager/view_manager_service_impl.cc', |
728 'services/view_manager/view_manager_service_impl.h', | 730 'services/view_manager/view_manager_service_impl.h', |
729 'services/view_manager/context_factory_impl.cc', | 731 'services/view_manager/context_factory_impl.cc', |
730 'services/view_manager/context_factory_impl.h', | 732 'services/view_manager/context_factory_impl.h', |
731 'services/view_manager/window_tree_host_impl.cc', | 733 'services/view_manager/window_tree_host_impl.cc', |
732 'services/view_manager/window_tree_host_impl.h', | 734 'services/view_manager/window_tree_host_impl.h', |
733 ], | 735 ], |
734 'defines': [ | 736 'defines': [ |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
793 ], | 795 ], |
794 }, | 796 }, |
795 { | 797 { |
796 'target_name': 'package_mojo_view_manager', | 798 'target_name': 'package_mojo_view_manager', |
797 'variables': { | 799 'variables': { |
798 'app_name': 'mojo_view_manager', | 800 'app_name': 'mojo_view_manager', |
799 }, | 801 }, |
800 'includes': [ 'build/package_app.gypi' ], | 802 'includes': [ 'build/package_app.gypi' ], |
801 }, | 803 }, |
802 { | 804 { |
803 'target_name': 'mojo_core_window_manager', | 805 'target_name': 'mojo_core_window_manager_lib', |
804 'type': 'loadable_module', | 806 'type': 'static_library', |
805 'dependencies': [ | 807 'dependencies': [ |
806 '../base/base.gyp:base', | 808 '../base/base.gyp:base', |
807 '../ui/base/ui_base.gyp:ui_base', | 809 '../ui/base/ui_base.gyp:ui_base', |
808 '../ui/gfx/gfx.gyp:gfx', | 810 '../ui/gfx/gfx.gyp:gfx', |
809 '../ui/gfx/gfx.gyp:gfx_geometry', | 811 '../ui/gfx/gfx.gyp:gfx_geometry', |
810 '../ui/wm/wm.gyp:wm', | 812 '../ui/wm/wm.gyp:wm', |
811 'mojo_application', | 813 'mojo_application', |
812 'mojo_aura_support', | 814 'mojo_aura_support', |
813 'mojo_common_lib', | 815 'mojo_common_lib', |
814 'mojo_core_window_manager_bindings', | 816 'mojo_core_window_manager_bindings', |
815 'mojo_environment_chromium', | 817 'mojo_environment_chromium', |
816 'mojo_view_manager_lib', | 818 'mojo_view_manager_lib', |
817 '<(mojo_system_for_loadable_module)', | |
818 ], | 819 ], |
819 'sources': [ | 820 'sources': [ |
820 'public/cpp/application/lib/mojo_main_chromium.cc', | |
821 'services/window_manager/window_manager_app.cc', | 821 'services/window_manager/window_manager_app.cc', |
822 'services/window_manager/window_manager_app.h', | 822 'services/window_manager/window_manager_app.h', |
823 'services/window_manager/window_manager_service_impl.cc', | 823 'services/window_manager/window_manager_service_impl.cc', |
824 'services/window_manager/window_manager_service_impl.h', | 824 'services/window_manager/window_manager_service_impl.h', |
825 ], | 825 ], |
826 }, | 826 }, |
827 { | 827 { |
| 828 'target_name': 'mojo_core_window_manager', |
| 829 'type': 'loadable_module', |
| 830 'dependencies': [ |
| 831 'mojo_core_window_manager_lib', |
| 832 '<(mojo_system_for_loadable_module)', |
| 833 ], |
| 834 'sources': [ |
| 835 'public/cpp/application/lib/mojo_main_chromium.cc', |
| 836 'services/window_manager/main.cc', |
| 837 ], |
| 838 }, |
| 839 { |
828 'target_name': 'mojo_core_window_manager_unittests', | 840 'target_name': 'mojo_core_window_manager_unittests', |
829 'type': 'executable', | 841 'type': 'executable', |
830 'dependencies': [ | 842 'dependencies': [ |
831 '../base/base.gyp:test_support_base', | 843 '../base/base.gyp:test_support_base', |
832 '../testing/gtest.gyp:gtest', | 844 '../testing/gtest.gyp:gtest', |
833 '../ui/gl/gl.gyp:gl', | 845 '../ui/gl/gl.gyp:gl', |
834 'mojo_core_window_manager_bindings', | 846 'mojo_core_window_manager_bindings', |
835 'mojo_environment_chromium', | 847 'mojo_environment_chromium', |
836 'mojo_service_manager', | 848 'mojo_service_manager', |
837 'mojo_shell_test_support', | 849 'mojo_shell_test_support', |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
876 'mojo_system_impl', | 888 'mojo_system_impl', |
877 ], | 889 ], |
878 'sources': [ | 890 'sources': [ |
879 'services/dbus_echo/dbus_echo_service.cc', | 891 'services/dbus_echo/dbus_echo_service.cc', |
880 ], | 892 ], |
881 }, | 893 }, |
882 ], | 894 ], |
883 }], | 895 }], |
884 ], | 896 ], |
885 } | 897 } |
OLD | NEW |