| 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', |
| 151 'keyboard_overlay/keyboard_overlay_delegate.cc', | 153 'keyboard_overlay/keyboard_overlay_delegate.cc', |
| 152 'keyboard_overlay/keyboard_overlay_delegate.h', | 154 'keyboard_overlay/keyboard_overlay_delegate.h', |
| 153 'keyboard_overlay/keyboard_overlay_view.cc', | 155 'keyboard_overlay/keyboard_overlay_view.cc', |
| 154 'keyboard_overlay/keyboard_overlay_view.h', | 156 'keyboard_overlay/keyboard_overlay_view.h', |
| 155 'keyboard_uma_event_filter.cc', | 157 'keyboard_uma_event_filter.cc', |
| 156 'keyboard_uma_event_filter.h', | 158 'keyboard_uma_event_filter.h', |
| 157 'launcher/launcher.cc', | 159 'launcher/launcher.cc', |
| 158 'launcher/launcher.h', | 160 'launcher/launcher.h', |
| 159 'launcher/launcher_button.cc', | 161 'launcher/launcher_button.cc', |
| 160 'launcher/launcher_button.h', | 162 'launcher/launcher_button.h', |
| (...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 630 'type': 'static_library', | 632 'type': 'static_library', |
| 631 'dependencies': [ | 633 'dependencies': [ |
| 632 '../skia/skia.gyp:skia', | 634 '../skia/skia.gyp:skia', |
| 633 '../testing/gtest.gyp:gtest', | 635 '../testing/gtest.gyp:gtest', |
| 634 'ash', | 636 'ash', |
| 635 'ash_resources', | 637 'ash_resources', |
| 636 ], | 638 ], |
| 637 'sources': [ | 639 'sources': [ |
| 638 'shell/toplevel_window.cc', | 640 'shell/toplevel_window.cc', |
| 639 'shell/toplevel_window.h', | 641 'shell/toplevel_window.h', |
| 640 'shell/keyboard_controller_proxy_stub.cc', | |
| 641 'shell/keyboard_controller_proxy_stub.h', | |
| 642 'test/app_list_controller_test_api.cc', | 642 'test/app_list_controller_test_api.cc', |
| 643 'test/app_list_controller_test_api.h', | 643 'test/app_list_controller_test_api.h', |
| 644 'test/ash_test_base.cc', | 644 'test/ash_test_base.cc', |
| 645 'test/ash_test_base.h', | 645 'test/ash_test_base.h', |
| 646 'test/ash_test_helper.cc', | 646 'test/ash_test_helper.cc', |
| 647 'test/ash_test_helper.h', | 647 'test/ash_test_helper.h', |
| 648 'test/cursor_manager_test_api.cc', | 648 'test/cursor_manager_test_api.cc', |
| 649 'test/cursor_manager_test_api.h', | 649 'test/cursor_manager_test_api.h', |
| 650 'test/launcher_test_api.cc', | 650 'test/launcher_test_api.cc', |
| 651 'test/launcher_test_api.h', | 651 'test/launcher_test_api.h', |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 747 'autoclick/autoclick_unittest.cc', | 747 'autoclick/autoclick_unittest.cc', |
| 748 'desktop_background/desktop_background_controller_unittest.cc', | 748 'desktop_background/desktop_background_controller_unittest.cc', |
| 749 'desktop_background/wallpaper_resizer_unittest.cc', | 749 'desktop_background/wallpaper_resizer_unittest.cc', |
| 750 'dip_unittest.cc', | 750 'dip_unittest.cc', |
| 751 'display/display_change_observer_chromeos_unittest.cc', | 751 'display/display_change_observer_chromeos_unittest.cc', |
| 752 'display/display_controller_unittest.cc', | 752 'display/display_controller_unittest.cc', |
| 753 'display/display_error_observer_chromeos_unittest.cc', | 753 'display/display_error_observer_chromeos_unittest.cc', |
| 754 'display/display_info_unittest.cc', | 754 'display/display_info_unittest.cc', |
| 755 'display/display_manager_unittest.cc', | 755 'display/display_manager_unittest.cc', |
| 756 'display/mirror_window_controller_unittest.cc', | 756 'display/mirror_window_controller_unittest.cc', |
| 757 'display/virtual_keyboard_window_controller_unittest.cc', | |
| 758 'display/mouse_cursor_event_filter_unittest.cc', | 757 'display/mouse_cursor_event_filter_unittest.cc', |
| 759 'display/resolution_notification_controller_unittest.cc', | 758 'display/resolution_notification_controller_unittest.cc', |
| 760 'display/root_window_transformers_unittest.cc', | 759 'display/root_window_transformers_unittest.cc', |
| 761 'display/screen_position_controller_unittest.cc', | 760 'display/screen_position_controller_unittest.cc', |
| 762 'drag_drop/drag_drop_controller_unittest.cc', | 761 'drag_drop/drag_drop_controller_unittest.cc', |
| 763 'drag_drop/drag_drop_tracker_unittest.cc', | 762 'drag_drop/drag_drop_tracker_unittest.cc', |
| 764 'extended_desktop_unittest.cc', | 763 'extended_desktop_unittest.cc', |
| 765 'focus_cycler_unittest.cc', | 764 'focus_cycler_unittest.cc', |
| 766 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc', | 765 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc', |
| 767 'keyboard_overlay/keyboard_overlay_view_unittest.cc', | 766 'keyboard_overlay/keyboard_overlay_view_unittest.cc', |
| (...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 943 'shell/bubble.cc', | 942 'shell/bubble.cc', |
| 944 'shell/content_client/shell_browser_main_parts.cc', | 943 'shell/content_client/shell_browser_main_parts.cc', |
| 945 'shell/content_client/shell_browser_main_parts.h', | 944 'shell/content_client/shell_browser_main_parts.h', |
| 946 'shell/content_client/shell_content_browser_client.cc', | 945 'shell/content_client/shell_content_browser_client.cc', |
| 947 'shell/content_client/shell_content_browser_client.h', | 946 'shell/content_client/shell_content_browser_client.h', |
| 948 'shell/content_client/shell_main_delegate.cc', | 947 'shell/content_client/shell_main_delegate.cc', |
| 949 'shell/content_client/shell_main_delegate.h', | 948 'shell/content_client/shell_main_delegate.h', |
| 950 'shell/context_menu.cc', | 949 'shell/context_menu.cc', |
| 951 'shell/context_menu.h', | 950 'shell/context_menu.h', |
| 952 'shell/example_factory.h', | 951 'shell/example_factory.h', |
| 953 'shell/keyboard_controller_proxy_stub.cc', | |
| 954 'shell/keyboard_controller_proxy_stub.h', | |
| 955 'shell/launcher_delegate_impl.cc', | 952 'shell/launcher_delegate_impl.cc', |
| 956 'shell/launcher_delegate_impl.h', | 953 'shell/launcher_delegate_impl.h', |
| 957 'shell/lock_view.cc', | 954 'shell/lock_view.cc', |
| 958 'shell/panel_window.cc', | 955 'shell/panel_window.cc', |
| 959 'shell/panel_window.h', | 956 'shell/panel_window.h', |
| 960 'shell/shell_delegate_impl.cc', | 957 'shell/shell_delegate_impl.cc', |
| 961 'shell/shell_delegate_impl.h', | 958 'shell/shell_delegate_impl.h', |
| 962 'shell/shell_main.cc', | 959 'shell/shell_main.cc', |
| 963 'shell/shell_main_parts.cc', | 960 'shell/shell_main_parts.cc', |
| 964 'shell/shell_main_parts.h', | 961 'shell/shell_main_parts.h', |
| (...skipping 17 matching lines...) Expand all Loading... |
| 982 }, | 979 }, |
| 983 }, | 980 }, |
| 984 'dependencies': [ | 981 'dependencies': [ |
| 985 '../sandbox/sandbox.gyp:sandbox', | 982 '../sandbox/sandbox.gyp:sandbox', |
| 986 ], | 983 ], |
| 987 }], | 984 }], |
| 988 ], | 985 ], |
| 989 }, | 986 }, |
| 990 ], | 987 ], |
| 991 } | 988 } |
| OLD | NEW |