| 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 'high_contrast/high_contrast_controller.h', | 149 'high_contrast/high_contrast_controller.h', |
| 150 'host/root_window_host_factory.cc', | 150 'host/root_window_host_factory.cc', |
| 151 'host/root_window_host_factory.h', | 151 'host/root_window_host_factory.h', |
| 152 'host/root_window_host_factory_win.cc', | 152 'host/root_window_host_factory_win.cc', |
| 153 'keyboard_overlay/keyboard_overlay_delegate.cc', | 153 'keyboard_overlay/keyboard_overlay_delegate.cc', |
| 154 'keyboard_overlay/keyboard_overlay_delegate.h', | 154 'keyboard_overlay/keyboard_overlay_delegate.h', |
| 155 'keyboard_overlay/keyboard_overlay_view.cc', | 155 'keyboard_overlay/keyboard_overlay_view.cc', |
| 156 'keyboard_overlay/keyboard_overlay_view.h', | 156 'keyboard_overlay/keyboard_overlay_view.h', |
| 157 'keyboard_uma_event_filter.cc', | 157 'keyboard_uma_event_filter.cc', |
| 158 'keyboard_uma_event_filter.h', | 158 'keyboard_uma_event_filter.h', |
| 159 'launcher/launcher.cc', | |
| 160 'launcher/launcher.h', | |
| 161 'launcher/launcher_types.cc', | 159 'launcher/launcher_types.cc', |
| 162 'launcher/launcher_types.h', | 160 'launcher/launcher_types.h', |
| 163 'magnifier/magnification_controller.cc', | 161 'magnifier/magnification_controller.cc', |
| 164 'magnifier/magnification_controller.h', | 162 'magnifier/magnification_controller.h', |
| 165 'magnifier/magnifier_constants.h', | 163 'magnifier/magnifier_constants.h', |
| 166 'magnifier/partial_magnification_controller.cc', | 164 'magnifier/partial_magnification_controller.cc', |
| 167 'magnifier/partial_magnification_controller.h', | 165 'magnifier/partial_magnification_controller.h', |
| 168 'metrics/user_metrics_recorder.cc', | 166 'metrics/user_metrics_recorder.cc', |
| 169 'metrics/user_metrics_recorder.h', | 167 'metrics/user_metrics_recorder.h', |
| 170 'multi_profile_uma.cc', | 168 'multi_profile_uma.cc', |
| (...skipping 23 matching lines...) Expand all Loading... |
| 194 'shelf/app_list_shelf_item_delegate.h', | 192 'shelf/app_list_shelf_item_delegate.h', |
| 195 'shelf/background_animator.cc', | 193 'shelf/background_animator.cc', |
| 196 'shelf/background_animator.h', | 194 'shelf/background_animator.h', |
| 197 'shelf/overflow_bubble.cc', | 195 'shelf/overflow_bubble.cc', |
| 198 'shelf/overflow_bubble.h', | 196 'shelf/overflow_bubble.h', |
| 199 'shelf/overflow_bubble_view.cc', | 197 'shelf/overflow_bubble_view.cc', |
| 200 'shelf/overflow_bubble_view.h', | 198 'shelf/overflow_bubble_view.h', |
| 201 'shelf/overflow_button.cc', | 199 'shelf/overflow_button.cc', |
| 202 'shelf/overflow_button.h', | 200 'shelf/overflow_button.h', |
| 203 'shelf/scoped_observer_with_duplicated_sources.h', | 201 'shelf/scoped_observer_with_duplicated_sources.h', |
| 202 'shelf/shelf.cc', |
| 203 'shelf/shelf.h', |
| 204 'shelf/shelf_alignment_menu.cc', | 204 'shelf/shelf_alignment_menu.cc', |
| 205 'shelf/shelf_alignment_menu.h', | 205 'shelf/shelf_alignment_menu.h', |
| 206 'shelf/shelf_bezel_event_filter.cc', | 206 'shelf/shelf_bezel_event_filter.cc', |
| 207 'shelf/shelf_bezel_event_filter.h', | 207 'shelf/shelf_bezel_event_filter.h', |
| 208 'shelf/shelf_button.cc', | 208 'shelf/shelf_button.cc', |
| 209 'shelf/shelf_button.h', | 209 'shelf/shelf_button.h', |
| 210 'shelf/shelf_button_host.h', | 210 'shelf/shelf_button_host.h', |
| 211 'shelf/shelf_delegate.h', | 211 'shelf/shelf_delegate.h', |
| 212 'shelf/shelf_icon_observer.h', | 212 'shelf/shelf_icon_observer.h', |
| 213 'shelf/shelf_item_delegate.h', | 213 'shelf/shelf_item_delegate.h', |
| (...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 640 'target_name': 'ash_test_support', | 640 'target_name': 'ash_test_support', |
| 641 'type': 'static_library', | 641 'type': 'static_library', |
| 642 'dependencies': [ | 642 'dependencies': [ |
| 643 '../skia/skia.gyp:skia', | 643 '../skia/skia.gyp:skia', |
| 644 '../testing/gtest.gyp:gtest', | 644 '../testing/gtest.gyp:gtest', |
| 645 '../ui/app_list/app_list.gyp:app_list_test_support', | 645 '../ui/app_list/app_list.gyp:app_list_test_support', |
| 646 'ash', | 646 'ash', |
| 647 'ash_resources', | 647 'ash_resources', |
| 648 ], | 648 ], |
| 649 'sources': [ | 649 'sources': [ |
| 650 'shell/keyboard_controller_proxy_stub.cc', |
| 651 'shell/keyboard_controller_proxy_stub.h', |
| 650 'shell/toplevel_window.cc', | 652 'shell/toplevel_window.cc', |
| 651 'shell/toplevel_window.h', | 653 'shell/toplevel_window.h', |
| 652 'shell/keyboard_controller_proxy_stub.cc', | |
| 653 'shell/keyboard_controller_proxy_stub.h', | |
| 654 'test/app_list_controller_test_api.cc', | 654 'test/app_list_controller_test_api.cc', |
| 655 'test/app_list_controller_test_api.h', | 655 'test/app_list_controller_test_api.h', |
| 656 'test/ash_test_base.cc', | 656 'test/ash_test_base.cc', |
| 657 'test/ash_test_base.h', | 657 'test/ash_test_base.h', |
| 658 'test/ash_test_helper.cc', | 658 'test/ash_test_helper.cc', |
| 659 'test/ash_test_helper.h', | 659 'test/ash_test_helper.h', |
| 660 'test/cursor_manager_test_api.cc', | 660 'test/cursor_manager_test_api.cc', |
| 661 'test/cursor_manager_test_api.h', | 661 'test/cursor_manager_test_api.h', |
| 662 'test/display_manager_test_api.cc', | 662 'test/display_manager_test_api.cc', |
| 663 'test/display_manager_test_api.h', | 663 'test/display_manager_test_api.h', |
| 664 'test/launcher_test_api.cc', | |
| 665 'test/launcher_test_api.h', | |
| 666 'test/mirror_window_test_api.cc', | 664 'test/mirror_window_test_api.cc', |
| 667 'test/mirror_window_test_api.h', | 665 'test/mirror_window_test_api.h', |
| 668 'test/overflow_bubble_view_test_api.cc', | 666 'test/overflow_bubble_view_test_api.cc', |
| 669 'test/overflow_bubble_view_test_api.h', | 667 'test/overflow_bubble_view_test_api.h', |
| 670 'test/shelf_item_delegate_manager_test_api.cc', | 668 'test/shelf_item_delegate_manager_test_api.cc', |
| 671 'test/shelf_item_delegate_manager_test_api.h', | 669 'test/shelf_item_delegate_manager_test_api.h', |
| 670 'test/shelf_test_api.cc', |
| 671 'test/shelf_test_api.h', |
| 672 'test/shelf_view_test_api.cc', | 672 'test/shelf_view_test_api.cc', |
| 673 'test/shelf_view_test_api.h', | 673 'test/shelf_view_test_api.h', |
| 674 'test/shell_test_api.cc', | 674 'test/shell_test_api.cc', |
| 675 'test/shell_test_api.h', | 675 'test/shell_test_api.h', |
| 676 'test/test_activation_delegate.cc', | 676 'test/test_activation_delegate.cc', |
| 677 'test/test_activation_delegate.h', | 677 'test/test_activation_delegate.h', |
| 678 'test/test_screenshot_delegate.cc', | 678 'test/test_screenshot_delegate.cc', |
| 679 'test/test_screenshot_delegate.cc', | 679 'test/test_screenshot_delegate.cc', |
| 680 'test/test_session_state_delegate.cc', | 680 'test/test_session_state_delegate.cc', |
| 681 'test/test_session_state_delegate.h', | 681 'test/test_session_state_delegate.h', |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 773 'display/mouse_cursor_event_filter_unittest.cc', | 773 'display/mouse_cursor_event_filter_unittest.cc', |
| 774 'display/resolution_notification_controller_unittest.cc', | 774 'display/resolution_notification_controller_unittest.cc', |
| 775 'display/root_window_transformers_unittest.cc', | 775 'display/root_window_transformers_unittest.cc', |
| 776 'display/screen_position_controller_unittest.cc', | 776 'display/screen_position_controller_unittest.cc', |
| 777 'drag_drop/drag_drop_controller_unittest.cc', | 777 'drag_drop/drag_drop_controller_unittest.cc', |
| 778 'drag_drop/drag_drop_tracker_unittest.cc', | 778 'drag_drop/drag_drop_tracker_unittest.cc', |
| 779 'extended_desktop_unittest.cc', | 779 'extended_desktop_unittest.cc', |
| 780 'focus_cycler_unittest.cc', | 780 'focus_cycler_unittest.cc', |
| 781 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc', | 781 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc', |
| 782 'keyboard_overlay/keyboard_overlay_view_unittest.cc', | 782 'keyboard_overlay/keyboard_overlay_view_unittest.cc', |
| 783 'launcher/launcher_unittest.cc', | |
| 784 'magnifier/magnification_controller_unittest.cc', | 783 'magnifier/magnification_controller_unittest.cc', |
| 785 'root_window_controller_unittest.cc', | 784 'root_window_controller_unittest.cc', |
| 786 'screen_ash_unittest.cc', | 785 'screen_ash_unittest.cc', |
| 787 'screensaver/screensaver_view_unittest.cc', | 786 'screensaver/screensaver_view_unittest.cc', |
| 788 'session_state_delegate_stub.cc', | 787 'session_state_delegate_stub.cc', |
| 789 'session_state_delegate_stub.h', | 788 'session_state_delegate_stub.h', |
| 790 'shelf/scoped_observer_with_duplicated_sources_unittest.cc', | 789 'shelf/scoped_observer_with_duplicated_sources_unittest.cc', |
| 791 'shelf/shelf_layout_manager_unittest.cc', | 790 'shelf/shelf_layout_manager_unittest.cc', |
| 792 'shelf/shelf_model_unittest.cc', | 791 'shelf/shelf_model_unittest.cc', |
| 793 'shelf/shelf_navigator_unittest.cc', | 792 'shelf/shelf_navigator_unittest.cc', |
| 794 'shelf/shelf_tooltip_manager_unittest.cc', | 793 'shelf/shelf_tooltip_manager_unittest.cc', |
| 794 'shelf/shelf_unittest.cc', |
| 795 'shelf/shelf_view_unittest.cc', | 795 'shelf/shelf_view_unittest.cc', |
| 796 'shelf/shelf_widget_unittest.cc', | 796 'shelf/shelf_widget_unittest.cc', |
| 797 'shelf/shelf_window_watcher_unittest.cc', | 797 'shelf/shelf_window_watcher_unittest.cc', |
| 798 'shell/app_list.cc', | 798 'shell/app_list.cc', |
| 799 'shell/bubble.cc', | 799 'shell/bubble.cc', |
| 800 'shell/context_menu.cc', | 800 'shell/context_menu.cc', |
| 801 'shell/context_menu.h', | 801 'shell/context_menu.h', |
| 802 'shell/lock_view.cc', | 802 'shell/lock_view.cc', |
| 803 'shell/panel_window.cc', | 803 'shell/panel_window.cc', |
| 804 'shell/panel_window.h', | 804 'shell/panel_window.h', |
| (...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1003 }, | 1003 }, |
| 1004 }, | 1004 }, |
| 1005 'dependencies': [ | 1005 'dependencies': [ |
| 1006 '../sandbox/sandbox.gyp:sandbox', | 1006 '../sandbox/sandbox.gyp:sandbox', |
| 1007 ], | 1007 ], |
| 1008 }], | 1008 }], |
| 1009 ], | 1009 ], |
| 1010 }, | 1010 }, |
| 1011 ], | 1011 ], |
| 1012 } | 1012 } |
| OLD | NEW |