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