OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', | 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', |
9 }, | 9 }, |
10 'includes': [ | 10 'includes': [ |
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
141 'first_run/first_run_helper.h', | 141 'first_run/first_run_helper.h', |
142 'first_run/first_run_helper_impl.cc', | 142 'first_run/first_run_helper_impl.cc', |
143 'first_run/first_run_helper_impl.h', | 143 'first_run/first_run_helper_impl.h', |
144 'focus_cycler.cc', | 144 'focus_cycler.cc', |
145 'focus_cycler.h', | 145 'focus_cycler.h', |
146 'high_contrast/high_contrast_controller.cc', | 146 'high_contrast/high_contrast_controller.cc', |
147 'high_contrast/high_contrast_controller.h', | 147 'high_contrast/high_contrast_controller.h', |
148 'host/root_window_host_factory.cc', | 148 'host/root_window_host_factory.cc', |
149 'host/root_window_host_factory.h', | 149 'host/root_window_host_factory.h', |
150 'host/root_window_host_factory_win.cc', | 150 'host/root_window_host_factory_win.cc', |
151 'keyboard_controller_proxy_stub.cc', | |
152 'keyboard_controller_proxy_stub.h', | |
153 'keyboard_overlay/keyboard_overlay_delegate.cc', | 151 'keyboard_overlay/keyboard_overlay_delegate.cc', |
154 'keyboard_overlay/keyboard_overlay_delegate.h', | 152 'keyboard_overlay/keyboard_overlay_delegate.h', |
155 'keyboard_overlay/keyboard_overlay_view.cc', | 153 'keyboard_overlay/keyboard_overlay_view.cc', |
156 'keyboard_overlay/keyboard_overlay_view.h', | 154 'keyboard_overlay/keyboard_overlay_view.h', |
157 'keyboard_uma_event_filter.cc', | 155 'keyboard_uma_event_filter.cc', |
158 'keyboard_uma_event_filter.h', | 156 'keyboard_uma_event_filter.h', |
159 'launcher/launcher.cc', | 157 'launcher/launcher.cc', |
160 'launcher/launcher.h', | 158 'launcher/launcher.h', |
161 'launcher/launcher_button.cc', | 159 'launcher/launcher_button.cc', |
162 'launcher/launcher_button.h', | 160 'launcher/launcher_button.h', |
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
630 'type': 'static_library', | 628 'type': 'static_library', |
631 'dependencies': [ | 629 'dependencies': [ |
632 '../skia/skia.gyp:skia', | 630 '../skia/skia.gyp:skia', |
633 '../testing/gtest.gyp:gtest', | 631 '../testing/gtest.gyp:gtest', |
634 'ash', | 632 'ash', |
635 'ash_resources', | 633 'ash_resources', |
636 ], | 634 ], |
637 'sources': [ | 635 'sources': [ |
638 'shell/toplevel_window.cc', | 636 'shell/toplevel_window.cc', |
639 'shell/toplevel_window.h', | 637 'shell/toplevel_window.h', |
| 638 'shell/keyboard_controller_proxy_stub.cc', |
| 639 'shell/keyboard_controller_proxy_stub.h', |
640 'test/app_list_controller_test_api.cc', | 640 'test/app_list_controller_test_api.cc', |
641 'test/app_list_controller_test_api.h', | 641 'test/app_list_controller_test_api.h', |
642 'test/ash_test_base.cc', | 642 'test/ash_test_base.cc', |
643 'test/ash_test_base.h', | 643 'test/ash_test_base.h', |
644 'test/ash_test_helper.cc', | 644 'test/ash_test_helper.cc', |
645 'test/ash_test_helper.h', | 645 'test/ash_test_helper.h', |
646 'test/cursor_manager_test_api.cc', | 646 'test/cursor_manager_test_api.cc', |
647 'test/cursor_manager_test_api.h', | 647 'test/cursor_manager_test_api.h', |
648 'test/launcher_test_api.cc', | 648 'test/launcher_test_api.cc', |
649 'test/launcher_test_api.h', | 649 'test/launcher_test_api.h', |
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
745 'autoclick/autoclick_unittest.cc', | 745 'autoclick/autoclick_unittest.cc', |
746 'desktop_background/desktop_background_controller_unittest.cc', | 746 'desktop_background/desktop_background_controller_unittest.cc', |
747 'desktop_background/wallpaper_resizer_unittest.cc', | 747 'desktop_background/wallpaper_resizer_unittest.cc', |
748 'dip_unittest.cc', | 748 'dip_unittest.cc', |
749 'display/display_change_observer_chromeos_unittest.cc', | 749 'display/display_change_observer_chromeos_unittest.cc', |
750 'display/display_controller_unittest.cc', | 750 'display/display_controller_unittest.cc', |
751 'display/display_error_observer_chromeos_unittest.cc', | 751 'display/display_error_observer_chromeos_unittest.cc', |
752 'display/display_info_unittest.cc', | 752 'display/display_info_unittest.cc', |
753 'display/display_manager_unittest.cc', | 753 'display/display_manager_unittest.cc', |
754 'display/mirror_window_controller_unittest.cc', | 754 'display/mirror_window_controller_unittest.cc', |
| 755 'display/virtual_keyboard_window_controller_unittest.cc', |
755 'display/mouse_cursor_event_filter_unittest.cc', | 756 'display/mouse_cursor_event_filter_unittest.cc', |
756 'display/resolution_notification_controller_unittest.cc', | 757 'display/resolution_notification_controller_unittest.cc', |
757 'display/root_window_transformers_unittest.cc', | 758 'display/root_window_transformers_unittest.cc', |
758 'display/screen_position_controller_unittest.cc', | 759 'display/screen_position_controller_unittest.cc', |
759 'drag_drop/drag_drop_controller_unittest.cc', | 760 'drag_drop/drag_drop_controller_unittest.cc', |
760 'drag_drop/drag_drop_tracker_unittest.cc', | 761 'drag_drop/drag_drop_tracker_unittest.cc', |
761 'extended_desktop_unittest.cc', | 762 'extended_desktop_unittest.cc', |
762 'focus_cycler_unittest.cc', | 763 'focus_cycler_unittest.cc', |
763 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc', | 764 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc', |
764 'keyboard_overlay/keyboard_overlay_view_unittest.cc', | 765 'keyboard_overlay/keyboard_overlay_view_unittest.cc', |
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
940 'shell/bubble.cc', | 941 'shell/bubble.cc', |
941 'shell/content_client/shell_browser_main_parts.cc', | 942 'shell/content_client/shell_browser_main_parts.cc', |
942 'shell/content_client/shell_browser_main_parts.h', | 943 'shell/content_client/shell_browser_main_parts.h', |
943 'shell/content_client/shell_content_browser_client.cc', | 944 'shell/content_client/shell_content_browser_client.cc', |
944 'shell/content_client/shell_content_browser_client.h', | 945 'shell/content_client/shell_content_browser_client.h', |
945 'shell/content_client/shell_main_delegate.cc', | 946 'shell/content_client/shell_main_delegate.cc', |
946 'shell/content_client/shell_main_delegate.h', | 947 'shell/content_client/shell_main_delegate.h', |
947 'shell/context_menu.cc', | 948 'shell/context_menu.cc', |
948 'shell/context_menu.h', | 949 'shell/context_menu.h', |
949 'shell/example_factory.h', | 950 'shell/example_factory.h', |
| 951 'shell/keyboard_controller_proxy_stub.cc', |
| 952 'shell/keyboard_controller_proxy_stub.h', |
950 'shell/launcher_delegate_impl.cc', | 953 'shell/launcher_delegate_impl.cc', |
951 'shell/launcher_delegate_impl.h', | 954 'shell/launcher_delegate_impl.h', |
952 'shell/lock_view.cc', | 955 'shell/lock_view.cc', |
953 'shell/panel_window.cc', | 956 'shell/panel_window.cc', |
954 'shell/panel_window.h', | 957 'shell/panel_window.h', |
955 'shell/shell_delegate_impl.cc', | 958 'shell/shell_delegate_impl.cc', |
956 'shell/shell_delegate_impl.h', | 959 'shell/shell_delegate_impl.h', |
957 'shell/shell_main.cc', | 960 'shell/shell_main.cc', |
958 'shell/shell_main_parts.cc', | 961 'shell/shell_main_parts.cc', |
959 'shell/shell_main_parts.h', | 962 'shell/shell_main_parts.h', |
(...skipping 17 matching lines...) Expand all Loading... |
977 }, | 980 }, |
978 }, | 981 }, |
979 'dependencies': [ | 982 'dependencies': [ |
980 '../sandbox/sandbox.gyp:sandbox', | 983 '../sandbox/sandbox.gyp:sandbox', |
981 ], | 984 ], |
982 }], | 985 }], |
983 ], | 986 ], |
984 }, | 987 }, |
985 ], | 988 ], |
986 } | 989 } |
OLD | NEW |