Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(762)

Side by Side Diff: ash/ash.gyp

Issue 97173003: ash: Rename more Launcher classes to Shelf*. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: link chrome Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | ash/launcher/launcher.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
150 'host/root_window_host_factory_win.cc', 150 'host/root_window_host_factory_win.cc',
151 'keyboard_overlay/keyboard_overlay_delegate.cc', 151 'keyboard_overlay/keyboard_overlay_delegate.cc',
152 'keyboard_overlay/keyboard_overlay_delegate.h', 152 'keyboard_overlay/keyboard_overlay_delegate.h',
153 'keyboard_overlay/keyboard_overlay_view.cc', 153 'keyboard_overlay/keyboard_overlay_view.cc',
154 'keyboard_overlay/keyboard_overlay_view.h', 154 'keyboard_overlay/keyboard_overlay_view.h',
155 'keyboard_uma_event_filter.cc', 155 'keyboard_uma_event_filter.cc',
156 'keyboard_uma_event_filter.h', 156 'keyboard_uma_event_filter.h',
157 'launcher/launcher.cc', 157 'launcher/launcher.cc',
158 'launcher/launcher.h', 158 'launcher/launcher.h',
159 'launcher/launcher_delegate.h', 159 'launcher/launcher_delegate.h',
160 'launcher/launcher_item_delegate_manager.cc',
161 'launcher/launcher_item_delegate_manager.h',
162 'launcher/launcher_item_delegate.h',
163 'launcher/launcher_types.cc', 160 'launcher/launcher_types.cc',
164 'launcher/launcher_types.h', 161 'launcher/launcher_types.h',
165 'magnifier/magnification_controller.cc', 162 'magnifier/magnification_controller.cc',
166 'magnifier/magnification_controller.h', 163 'magnifier/magnification_controller.h',
167 'magnifier/magnifier_constants.h', 164 'magnifier/magnifier_constants.h',
168 'magnifier/partial_magnification_controller.cc', 165 'magnifier/partial_magnification_controller.cc',
169 'magnifier/partial_magnification_controller.h', 166 'magnifier/partial_magnification_controller.h',
170 'multi_profile_uma.cc', 167 'multi_profile_uma.cc',
171 'multi_profile_uma.h', 168 'multi_profile_uma.h',
172 'periodic_metrics_recorder.cc', 169 'periodic_metrics_recorder.cc',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 'shelf/overflow_button.h', 201 'shelf/overflow_button.h',
205 'shelf/scoped_observer_with_duplicated_sources.h', 202 'shelf/scoped_observer_with_duplicated_sources.h',
206 'shelf/shelf_alignment_menu.cc', 203 'shelf/shelf_alignment_menu.cc',
207 'shelf/shelf_alignment_menu.h', 204 'shelf/shelf_alignment_menu.h',
208 'shelf/shelf_bezel_event_filter.cc', 205 'shelf/shelf_bezel_event_filter.cc',
209 'shelf/shelf_bezel_event_filter.h', 206 'shelf/shelf_bezel_event_filter.h',
210 'shelf/shelf_button.cc', 207 'shelf/shelf_button.cc',
211 'shelf/shelf_button.h', 208 'shelf/shelf_button.h',
212 'shelf/shelf_button_host.h', 209 'shelf/shelf_button_host.h',
213 'shelf/shelf_icon_observer.h', 210 'shelf/shelf_icon_observer.h',
211 'shelf/shelf_item_delegate.h',
212 'shelf/shelf_item_delegate_manager.cc',
213 'shelf/shelf_item_delegate_manager.h',
214 'shelf/shelf_layout_manager.cc', 214 'shelf/shelf_layout_manager.cc',
215 'shelf/shelf_layout_manager.h', 215 'shelf/shelf_layout_manager.h',
216 'shelf/shelf_layout_manager_observer.h', 216 'shelf/shelf_layout_manager_observer.h',
217 'shelf/shelf_menu_model.h',
217 'shelf/shelf_model.cc', 218 'shelf/shelf_model.cc',
218 'shelf/shelf_model.h', 219 'shelf/shelf_model.h',
219 'shelf/shelf_model_observer.h', 220 'shelf/shelf_model_observer.h',
220 'shelf/shelf_navigator.cc', 221 'shelf/shelf_navigator.cc',
221 'shelf/shelf_navigator.h', 222 'shelf/shelf_navigator.h',
222 'shelf/shelf_tooltip_manager.cc', 223 'shelf/shelf_tooltip_manager.cc',
223 'shelf/shelf_tooltip_manager.h', 224 'shelf/shelf_tooltip_manager.h',
224 'shelf/shelf_types.h', 225 'shelf/shelf_types.h',
225 'shelf/shelf_util.cc', 226 'shelf/shelf_util.cc',
226 'shelf/shelf_util.h', 227 'shelf/shelf_util.h',
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
640 'shell/keyboard_controller_proxy_stub.cc', 641 'shell/keyboard_controller_proxy_stub.cc',
641 'shell/keyboard_controller_proxy_stub.h', 642 'shell/keyboard_controller_proxy_stub.h',
642 'test/app_list_controller_test_api.cc', 643 'test/app_list_controller_test_api.cc',
643 'test/app_list_controller_test_api.h', 644 'test/app_list_controller_test_api.h',
644 'test/ash_test_base.cc', 645 'test/ash_test_base.cc',
645 'test/ash_test_base.h', 646 'test/ash_test_base.h',
646 'test/ash_test_helper.cc', 647 'test/ash_test_helper.cc',
647 'test/ash_test_helper.h', 648 'test/ash_test_helper.h',
648 'test/cursor_manager_test_api.cc', 649 'test/cursor_manager_test_api.cc',
649 'test/cursor_manager_test_api.h', 650 'test/cursor_manager_test_api.h',
651 'test/display_manager_test_api.cc',
652 'test/display_manager_test_api.h',
650 'test/launcher_test_api.cc', 653 'test/launcher_test_api.cc',
651 'test/launcher_test_api.h', 654 'test/launcher_test_api.h',
652 'test/shelf_view_test_api.cc',
653 'test/shelf_view_test_api.h',
654 'test/display_manager_test_api.cc',
655 'test/display_manager_test_api.h',
656 'test/launcher_item_delegate_manager_test_api.cc',
657 'test/launcher_item_delegate_manager_test_api.h',
658 'test/mirror_window_test_api.cc', 655 'test/mirror_window_test_api.cc',
659 'test/mirror_window_test_api.h', 656 'test/mirror_window_test_api.h',
660 'test/overflow_bubble_view_test_api.cc', 657 'test/overflow_bubble_view_test_api.cc',
661 'test/overflow_bubble_view_test_api.h', 658 'test/overflow_bubble_view_test_api.h',
659 'test/shelf_item_delegate_manager_test_api.cc',
660 'test/shelf_item_delegate_manager_test_api.h',
661 'test/shelf_view_test_api.cc',
662 'test/shelf_view_test_api.h',
662 'test/shell_test_api.cc', 663 'test/shell_test_api.cc',
663 'test/shell_test_api.h', 664 'test/shell_test_api.h',
664 'test/test_activation_delegate.cc', 665 'test/test_activation_delegate.cc',
665 'test/test_activation_delegate.h', 666 'test/test_activation_delegate.h',
666 'test/test_user_wallpaper_delegate.cc',
667 'test/test_user_wallpaper_delegate.h',
668 'test/test_launcher_delegate.cc', 667 'test/test_launcher_delegate.cc',
669 'test/test_launcher_delegate.h', 668 'test/test_launcher_delegate.h',
670 'test/test_launcher_item_delegate.cc',
671 'test/test_launcher_item_delegate.h',
672 'test/test_screenshot_delegate.cc', 669 'test/test_screenshot_delegate.cc',
673 'test/test_screenshot_delegate.cc', 670 'test/test_screenshot_delegate.cc',
674 'test/test_session_state_delegate.cc', 671 'test/test_session_state_delegate.cc',
675 'test/test_session_state_delegate.h', 672 'test/test_session_state_delegate.h',
673 'test/test_shelf_item_delegate.cc',
674 'test/test_shelf_item_delegate.h',
676 'test/test_shell_delegate.cc', 675 'test/test_shell_delegate.cc',
677 'test/test_shell_delegate.h', 676 'test/test_shell_delegate.h',
678 'test/test_suite.cc', 677 'test/test_suite.cc',
679 'test/test_suite.h', 678 'test/test_suite.h',
680 'test/test_suite_init.h', 679 'test/test_suite_init.h',
681 'test/test_suite_init.mm', 680 'test/test_suite_init.mm',
682 'test/test_system_tray_delegate.cc', 681 'test/test_system_tray_delegate.cc',
683 'test/test_system_tray_delegate.h', 682 'test/test_system_tray_delegate.h',
683 'test/test_user_wallpaper_delegate.cc',
684 'test/test_user_wallpaper_delegate.h',
684 'test/ui_controls_factory_ash.cc', 685 'test/ui_controls_factory_ash.cc',
685 'test/ui_controls_factory_ash.h', 686 'test/ui_controls_factory_ash.h',
686 ], 687 ],
687 'conditions': [ 688 'conditions': [
688 ['OS=="win"', { 689 ['OS=="win"', {
689 'dependencies': [ 690 'dependencies': [
690 '../ipc/ipc.gyp:ipc', 691 '../ipc/ipc.gyp:ipc',
691 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages', 692 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages',
692 '../win8/win8.gyp:metro_viewer', 693 '../win8/win8.gyp:metro_viewer',
693 '../win8/win8.gyp:test_support_win8', 694 '../win8/win8.gyp:test_support_win8',
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
791 'shell/lock_view.cc', 792 'shell/lock_view.cc',
792 'shell/panel_window.cc', 793 'shell/panel_window.cc',
793 'shell/panel_window.h', 794 'shell/panel_window.h',
794 'shell/shell_delegate_impl.cc', 795 'shell/shell_delegate_impl.cc',
795 'shell/shell_delegate_impl.h', 796 'shell/shell_delegate_impl.h',
796 'shell/widgets.cc', 797 'shell/widgets.cc',
797 'shell/window_type_launcher.cc', 798 'shell/window_type_launcher.cc',
798 'shell/window_type_launcher.h', 799 'shell/window_type_launcher.h',
799 'shell/window_watcher.cc', 800 'shell/window_watcher.cc',
800 'shell/window_watcher.h', 801 'shell/window_watcher.h',
801 'shell/window_watcher_launcher_item_delegate.cc', 802 'shell/window_watcher_shelf_item_delegate.cc',
802 'shell/window_watcher_launcher_item_delegate.h', 803 'shell/window_watcher_shelf_item_delegate.h',
803 'shell/window_watcher_unittest.cc', 804 'shell/window_watcher_unittest.cc',
804 'shell_unittest.cc', 805 'shell_unittest.cc',
805 'system/chromeos/managed/tray_locally_managed_user_unittest.cc', 806 'system/chromeos/managed/tray_locally_managed_user_unittest.cc',
806 'system/chromeos/network/network_state_notifier_unittest.cc', 807 'system/chromeos/network/network_state_notifier_unittest.cc',
807 'system/chromeos/power/power_event_observer_unittest.cc', 808 'system/chromeos/power/power_event_observer_unittest.cc',
808 'system/chromeos/power/power_status_unittest.cc', 809 'system/chromeos/power/power_status_unittest.cc',
809 'system/chromeos/power/tray_power_unittest.cc', 810 'system/chromeos/power/tray_power_unittest.cc',
810 'system/chromeos/screen_security/screen_tray_item_unittest.cc', 811 'system/chromeos/screen_security/screen_tray_item_unittest.cc',
811 'system/chromeos/tray_display_unittest.cc', 812 'system/chromeos/tray_display_unittest.cc',
812 'system/date/date_view_unittest.cc', 813 'system/date/date_view_unittest.cc',
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
964 'shell/shell_main.cc', 965 'shell/shell_main.cc',
965 'shell/shell_main_parts.cc', 966 'shell/shell_main_parts.cc',
966 'shell/shell_main_parts.h', 967 'shell/shell_main_parts.h',
967 'shell/toplevel_window.cc', 968 'shell/toplevel_window.cc',
968 'shell/toplevel_window.h', 969 'shell/toplevel_window.h',
969 'shell/widgets.cc', 970 'shell/widgets.cc',
970 'shell/window_type_launcher.cc', 971 'shell/window_type_launcher.cc',
971 'shell/window_type_launcher.h', 972 'shell/window_type_launcher.h',
972 'shell/window_watcher.cc', 973 'shell/window_watcher.cc',
973 'shell/window_watcher.h', 974 'shell/window_watcher.h',
974 'shell/window_watcher_launcher_item_delegate.cc', 975 'shell/window_watcher_shelf_item_delegate.cc',
975 'shell/window_watcher_launcher_item_delegate.h', 976 'shell/window_watcher_shelf_item_delegate.h',
976 '../content/app/startup_helper_win.cc', 977 '../content/app/startup_helper_win.cc',
977 '../ui/views/test/test_views_delegate.cc', 978 '../ui/views/test/test_views_delegate.cc',
978 ], 979 ],
979 'conditions': [ 980 'conditions': [
980 ['OS=="win"', { 981 ['OS=="win"', {
981 'msvs_settings': { 982 'msvs_settings': {
982 'VCLinkerTool': { 983 'VCLinkerTool': {
983 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 984 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
984 }, 985 },
985 }, 986 },
986 'dependencies': [ 987 'dependencies': [
987 '../sandbox/sandbox.gyp:sandbox', 988 '../sandbox/sandbox.gyp:sandbox',
988 ], 989 ],
989 }], 990 }],
990 ], 991 ],
991 }, 992 },
992 ], 993 ],
993 } 994 }
OLDNEW
« no previous file with comments | « no previous file | ash/launcher/launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698