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