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 465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
628 'type': 'static_library', | 626 'type': 'static_library', |
629 'dependencies': [ | 627 'dependencies': [ |
630 '../skia/skia.gyp:skia', | 628 '../skia/skia.gyp:skia', |
631 '../testing/gtest.gyp:gtest', | 629 '../testing/gtest.gyp:gtest', |
632 'ash', | 630 'ash', |
633 'ash_resources', | 631 'ash_resources', |
634 ], | 632 ], |
635 'sources': [ | 633 'sources': [ |
636 'shell/toplevel_window.cc', | 634 'shell/toplevel_window.cc', |
637 'shell/toplevel_window.h', | 635 'shell/toplevel_window.h', |
| 636 'shell/keyboard_controller_proxy_stub.cc', |
| 637 'shell/keyboard_controller_proxy_stub.h', |
638 'test/app_list_controller_test_api.cc', | 638 'test/app_list_controller_test_api.cc', |
639 'test/app_list_controller_test_api.h', | 639 'test/app_list_controller_test_api.h', |
640 'test/ash_test_base.cc', | 640 'test/ash_test_base.cc', |
641 'test/ash_test_base.h', | 641 'test/ash_test_base.h', |
642 'test/ash_test_helper.cc', | 642 'test/ash_test_helper.cc', |
643 'test/ash_test_helper.h', | 643 'test/ash_test_helper.h', |
644 'test/cursor_manager_test_api.cc', | 644 'test/cursor_manager_test_api.cc', |
645 'test/cursor_manager_test_api.h', | 645 'test/cursor_manager_test_api.h', |
646 'test/launcher_test_api.cc', | 646 'test/launcher_test_api.cc', |
647 'test/launcher_test_api.h', | 647 'test/launcher_test_api.h', |
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
743 'autoclick/autoclick_unittest.cc', | 743 'autoclick/autoclick_unittest.cc', |
744 'desktop_background/desktop_background_controller_unittest.cc', | 744 'desktop_background/desktop_background_controller_unittest.cc', |
745 'desktop_background/wallpaper_resizer_unittest.cc', | 745 'desktop_background/wallpaper_resizer_unittest.cc', |
746 'dip_unittest.cc', | 746 'dip_unittest.cc', |
747 'display/display_change_observer_chromeos_unittest.cc', | 747 'display/display_change_observer_chromeos_unittest.cc', |
748 'display/display_controller_unittest.cc', | 748 'display/display_controller_unittest.cc', |
749 'display/display_error_observer_chromeos_unittest.cc', | 749 'display/display_error_observer_chromeos_unittest.cc', |
750 'display/display_info_unittest.cc', | 750 'display/display_info_unittest.cc', |
751 'display/display_manager_unittest.cc', | 751 'display/display_manager_unittest.cc', |
752 'display/mirror_window_controller_unittest.cc', | 752 'display/mirror_window_controller_unittest.cc', |
| 753 'display/virtual_keyboard_window_controller_unittest.cc', |
753 'display/mouse_cursor_event_filter_unittest.cc', | 754 'display/mouse_cursor_event_filter_unittest.cc', |
754 'display/resolution_notification_controller_unittest.cc', | 755 'display/resolution_notification_controller_unittest.cc', |
755 'display/root_window_transformers_unittest.cc', | 756 'display/root_window_transformers_unittest.cc', |
756 'display/screen_position_controller_unittest.cc', | 757 'display/screen_position_controller_unittest.cc', |
757 'drag_drop/drag_drop_controller_unittest.cc', | 758 'drag_drop/drag_drop_controller_unittest.cc', |
758 'drag_drop/drag_drop_tracker_unittest.cc', | 759 'drag_drop/drag_drop_tracker_unittest.cc', |
759 'extended_desktop_unittest.cc', | 760 'extended_desktop_unittest.cc', |
760 'focus_cycler_unittest.cc', | 761 'focus_cycler_unittest.cc', |
761 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc', | 762 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc', |
762 'keyboard_overlay/keyboard_overlay_view_unittest.cc', | 763 'keyboard_overlay/keyboard_overlay_view_unittest.cc', |
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
937 'shell/bubble.cc', | 938 'shell/bubble.cc', |
938 'shell/content_client/shell_browser_main_parts.cc', | 939 'shell/content_client/shell_browser_main_parts.cc', |
939 'shell/content_client/shell_browser_main_parts.h', | 940 'shell/content_client/shell_browser_main_parts.h', |
940 'shell/content_client/shell_content_browser_client.cc', | 941 'shell/content_client/shell_content_browser_client.cc', |
941 'shell/content_client/shell_content_browser_client.h', | 942 'shell/content_client/shell_content_browser_client.h', |
942 'shell/content_client/shell_main_delegate.cc', | 943 'shell/content_client/shell_main_delegate.cc', |
943 'shell/content_client/shell_main_delegate.h', | 944 'shell/content_client/shell_main_delegate.h', |
944 'shell/context_menu.cc', | 945 'shell/context_menu.cc', |
945 'shell/context_menu.h', | 946 'shell/context_menu.h', |
946 'shell/example_factory.h', | 947 'shell/example_factory.h', |
| 948 'shell/keyboard_controller_proxy_stub.cc', |
| 949 'shell/keyboard_controller_proxy_stub.h', |
947 'shell/launcher_delegate_impl.cc', | 950 'shell/launcher_delegate_impl.cc', |
948 'shell/launcher_delegate_impl.h', | 951 'shell/launcher_delegate_impl.h', |
949 'shell/lock_view.cc', | 952 'shell/lock_view.cc', |
950 'shell/panel_window.cc', | 953 'shell/panel_window.cc', |
951 'shell/panel_window.h', | 954 'shell/panel_window.h', |
952 'shell/shell_delegate_impl.cc', | 955 'shell/shell_delegate_impl.cc', |
953 'shell/shell_delegate_impl.h', | 956 'shell/shell_delegate_impl.h', |
954 'shell/shell_main.cc', | 957 'shell/shell_main.cc', |
955 'shell/shell_main_parts.cc', | 958 'shell/shell_main_parts.cc', |
956 'shell/shell_main_parts.h', | 959 'shell/shell_main_parts.h', |
(...skipping 17 matching lines...) Expand all Loading... |
974 }, | 977 }, |
975 }, | 978 }, |
976 'dependencies': [ | 979 'dependencies': [ |
977 '../sandbox/sandbox.gyp:sandbox', | 980 '../sandbox/sandbox.gyp:sandbox', |
978 ], | 981 ], |
979 }], | 982 }], |
980 ], | 983 ], |
981 }, | 984 }, |
982 ], | 985 ], |
983 } | 986 } |
OLD | NEW |