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 463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
626 'type': 'static_library', | 624 'type': 'static_library', |
627 'dependencies': [ | 625 'dependencies': [ |
628 '../skia/skia.gyp:skia', | 626 '../skia/skia.gyp:skia', |
629 '../testing/gtest.gyp:gtest', | 627 '../testing/gtest.gyp:gtest', |
630 'ash', | 628 'ash', |
631 'ash_resources', | 629 'ash_resources', |
632 ], | 630 ], |
633 'sources': [ | 631 'sources': [ |
634 'shell/toplevel_window.cc', | 632 'shell/toplevel_window.cc', |
635 'shell/toplevel_window.h', | 633 'shell/toplevel_window.h', |
| 634 'shell/keyboard_controller_proxy_stub.cc', |
| 635 'shell/keyboard_controller_proxy_stub.h', |
636 'test/app_list_controller_test_api.cc', | 636 'test/app_list_controller_test_api.cc', |
637 'test/app_list_controller_test_api.h', | 637 'test/app_list_controller_test_api.h', |
638 'test/ash_test_base.cc', | 638 'test/ash_test_base.cc', |
639 'test/ash_test_base.h', | 639 'test/ash_test_base.h', |
640 'test/ash_test_helper.cc', | 640 'test/ash_test_helper.cc', |
641 'test/ash_test_helper.h', | 641 'test/ash_test_helper.h', |
642 'test/cursor_manager_test_api.cc', | 642 'test/cursor_manager_test_api.cc', |
643 'test/cursor_manager_test_api.h', | 643 'test/cursor_manager_test_api.h', |
644 'test/launcher_test_api.cc', | 644 'test/launcher_test_api.cc', |
645 'test/launcher_test_api.h', | 645 'test/launcher_test_api.h', |
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
741 'autoclick/autoclick_unittest.cc', | 741 'autoclick/autoclick_unittest.cc', |
742 'desktop_background/desktop_background_controller_unittest.cc', | 742 'desktop_background/desktop_background_controller_unittest.cc', |
743 'desktop_background/wallpaper_resizer_unittest.cc', | 743 'desktop_background/wallpaper_resizer_unittest.cc', |
744 'dip_unittest.cc', | 744 'dip_unittest.cc', |
745 'display/display_change_observer_chromeos_unittest.cc', | 745 'display/display_change_observer_chromeos_unittest.cc', |
746 'display/display_controller_unittest.cc', | 746 'display/display_controller_unittest.cc', |
747 'display/display_error_observer_chromeos_unittest.cc', | 747 'display/display_error_observer_chromeos_unittest.cc', |
748 'display/display_info_unittest.cc', | 748 'display/display_info_unittest.cc', |
749 'display/display_manager_unittest.cc', | 749 'display/display_manager_unittest.cc', |
750 'display/mirror_window_controller_unittest.cc', | 750 'display/mirror_window_controller_unittest.cc', |
| 751 'display/virtual_keyboard_window_controller_unittest.cc', |
751 'display/mouse_cursor_event_filter_unittest.cc', | 752 'display/mouse_cursor_event_filter_unittest.cc', |
752 'display/resolution_notification_controller_unittest.cc', | 753 'display/resolution_notification_controller_unittest.cc', |
753 'display/root_window_transformers_unittest.cc', | 754 'display/root_window_transformers_unittest.cc', |
754 'display/screen_position_controller_unittest.cc', | 755 'display/screen_position_controller_unittest.cc', |
755 'drag_drop/drag_drop_controller_unittest.cc', | 756 'drag_drop/drag_drop_controller_unittest.cc', |
756 'drag_drop/drag_drop_tracker_unittest.cc', | 757 'drag_drop/drag_drop_tracker_unittest.cc', |
757 'extended_desktop_unittest.cc', | 758 'extended_desktop_unittest.cc', |
758 'focus_cycler_unittest.cc', | 759 'focus_cycler_unittest.cc', |
759 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc', | 760 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc', |
760 'keyboard_overlay/keyboard_overlay_view_unittest.cc', | 761 'keyboard_overlay/keyboard_overlay_view_unittest.cc', |
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
929 'shell/bubble.cc', | 930 'shell/bubble.cc', |
930 'shell/content_client/shell_browser_main_parts.cc', | 931 'shell/content_client/shell_browser_main_parts.cc', |
931 'shell/content_client/shell_browser_main_parts.h', | 932 'shell/content_client/shell_browser_main_parts.h', |
932 'shell/content_client/shell_content_browser_client.cc', | 933 'shell/content_client/shell_content_browser_client.cc', |
933 'shell/content_client/shell_content_browser_client.h', | 934 'shell/content_client/shell_content_browser_client.h', |
934 'shell/content_client/shell_main_delegate.cc', | 935 'shell/content_client/shell_main_delegate.cc', |
935 'shell/content_client/shell_main_delegate.h', | 936 'shell/content_client/shell_main_delegate.h', |
936 'shell/context_menu.cc', | 937 'shell/context_menu.cc', |
937 'shell/context_menu.h', | 938 'shell/context_menu.h', |
938 'shell/example_factory.h', | 939 'shell/example_factory.h', |
| 940 'shell/keyboard_controller_proxy_stub.cc', |
| 941 'shell/keyboard_controller_proxy_stub.h', |
939 'shell/launcher_delegate_impl.cc', | 942 'shell/launcher_delegate_impl.cc', |
940 'shell/launcher_delegate_impl.h', | 943 'shell/launcher_delegate_impl.h', |
941 'shell/lock_view.cc', | 944 'shell/lock_view.cc', |
942 'shell/panel_window.cc', | 945 'shell/panel_window.cc', |
943 'shell/panel_window.h', | 946 'shell/panel_window.h', |
944 'shell/shell_delegate_impl.cc', | 947 'shell/shell_delegate_impl.cc', |
945 'shell/shell_delegate_impl.h', | 948 'shell/shell_delegate_impl.h', |
946 'shell/shell_main.cc', | 949 'shell/shell_main.cc', |
947 'shell/shell_main_parts.cc', | 950 'shell/shell_main_parts.cc', |
948 'shell/shell_main_parts.h', | 951 'shell/shell_main_parts.h', |
(...skipping 17 matching lines...) Expand all Loading... |
966 }, | 969 }, |
967 }, | 970 }, |
968 'dependencies': [ | 971 'dependencies': [ |
969 '../sandbox/sandbox.gyp:sandbox', | 972 '../sandbox/sandbox.gyp:sandbox', |
970 ], | 973 ], |
971 }], | 974 }], |
972 ], | 975 ], |
973 }, | 976 }, |
974 ], | 977 ], |
975 } | 978 } |
OLD | NEW |