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

Side by Side Diff: ash/ash.gyp

Issue 2268823002: mash: Move more shelf files to ash/common/shelf. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix rebase. Created 4 years, 4 months 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
« no previous file with comments | « ash/app_list/app_list_presenter_delegate.cc ('k') | ash/aura/wm_root_window_controller_aura.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 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'ash_sources': [ 9 'ash_sources': [
10 'accelerators/accelerator_commands_aura.cc', 10 'accelerators/accelerator_commands_aura.cc',
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 'common/shelf/app_list_button.h', 125 'common/shelf/app_list_button.h',
126 'common/shelf/app_list_shelf_item_delegate.cc', 126 'common/shelf/app_list_shelf_item_delegate.cc',
127 'common/shelf/app_list_shelf_item_delegate.h', 127 'common/shelf/app_list_shelf_item_delegate.h',
128 'common/shelf/ink_drop_button_listener.h', 128 'common/shelf/ink_drop_button_listener.h',
129 'common/shelf/overflow_bubble.cc', 129 'common/shelf/overflow_bubble.cc',
130 'common/shelf/overflow_bubble.h', 130 'common/shelf/overflow_bubble.h',
131 'common/shelf/overflow_bubble_view.cc', 131 'common/shelf/overflow_bubble_view.cc',
132 'common/shelf/overflow_bubble_view.h', 132 'common/shelf/overflow_bubble_view.h',
133 'common/shelf/overflow_button.cc', 133 'common/shelf/overflow_button.cc',
134 'common/shelf/overflow_button.h', 134 'common/shelf/overflow_button.h',
135 'common/shelf/shelf.cc',
136 'common/shelf/shelf.h',
135 'common/shelf/shelf_alignment_menu.cc', 137 'common/shelf/shelf_alignment_menu.cc',
136 'common/shelf/shelf_alignment_menu.h', 138 'common/shelf/shelf_alignment_menu.h',
137 'common/shelf/shelf_background_animator.cc', 139 'common/shelf/shelf_background_animator.cc',
138 'common/shelf/shelf_background_animator.h', 140 'common/shelf/shelf_background_animator.h',
139 'common/shelf/shelf_background_animator_observer.h', 141 'common/shelf/shelf_background_animator_observer.h',
140 'common/shelf/shelf_button.cc', 142 'common/shelf/shelf_button.cc',
141 'common/shelf/shelf_button.h', 143 'common/shelf/shelf_button.h',
142 'common/shelf/shelf_button_pressed_metric_tracker.cc', 144 'common/shelf/shelf_button_pressed_metric_tracker.cc',
143 'common/shelf/shelf_button_pressed_metric_tracker.h', 145 'common/shelf/shelf_button_pressed_metric_tracker.h',
144 'common/shelf/shelf_constants.cc', 146 'common/shelf/shelf_constants.cc',
145 'common/shelf/shelf_constants.h', 147 'common/shelf/shelf_constants.h',
146 'common/shelf/shelf_delegate.h', 148 'common/shelf/shelf_delegate.h',
147 'common/shelf/shelf_item_delegate.h', 149 'common/shelf/shelf_item_delegate.h',
148 'common/shelf/shelf_item_types.cc', 150 'common/shelf/shelf_item_types.cc',
149 'common/shelf/shelf_item_types.h', 151 'common/shelf/shelf_item_types.h',
152 'common/shelf/shelf_layout_manager.cc',
153 'common/shelf/shelf_layout_manager.h',
154 'common/shelf/shelf_layout_manager_observer.h',
150 'common/shelf/shelf_locking_manager.cc', 155 'common/shelf/shelf_locking_manager.cc',
151 'common/shelf/shelf_locking_manager.h', 156 'common/shelf/shelf_locking_manager.h',
152 'common/shelf/shelf_menu_model.h', 157 'common/shelf/shelf_menu_model.h',
153 'common/shelf/shelf_model.cc', 158 'common/shelf/shelf_model.cc',
154 'common/shelf/shelf_model.h', 159 'common/shelf/shelf_model.h',
155 'common/shelf/shelf_model_observer.h', 160 'common/shelf/shelf_model_observer.h',
156 'common/shelf/shelf_navigator.cc', 161 'common/shelf/shelf_navigator.cc',
157 'common/shelf/shelf_navigator.h', 162 'common/shelf/shelf_navigator.h',
158 'common/shelf/shelf_tooltip_manager.cc', 163 'common/shelf/shelf_tooltip_manager.cc',
159 'common/shelf/shelf_tooltip_manager.h', 164 'common/shelf/shelf_tooltip_manager.h',
160 'common/shelf/shelf_types.h', 165 'common/shelf/shelf_types.h',
161 'common/shelf/shelf_view.cc', 166 'common/shelf/shelf_view.cc',
162 'common/shelf/shelf_view.h', 167 'common/shelf/shelf_view.h',
168 'common/shelf/shelf_widget.cc',
169 'common/shelf/shelf_widget.h',
163 'common/shelf/shelf_window_watcher.cc', 170 'common/shelf/shelf_window_watcher.cc',
164 'common/shelf/shelf_window_watcher.h', 171 'common/shelf/shelf_window_watcher.h',
165 'common/shelf/shelf_window_watcher_item_delegate.cc', 172 'common/shelf/shelf_window_watcher_item_delegate.cc',
166 'common/shelf/shelf_window_watcher_item_delegate.h', 173 'common/shelf/shelf_window_watcher_item_delegate.h',
167 'common/shelf/wm_shelf.cc', 174 'common/shelf/wm_shelf.cc',
168 'common/shelf/wm_shelf.h', 175 'common/shelf/wm_shelf.h',
169 'common/shelf/wm_shelf_observer.h', 176 'common/shelf/wm_shelf_observer.h',
170 'common/shelf/wm_shelf_util.cc', 177 'common/shelf/wm_shelf_util.cc',
171 'common/shelf/wm_shelf_util.h', 178 'common/shelf/wm_shelf_util.h',
172 'common/shell_delegate.h', 179 'common/shell_delegate.h',
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 'common/system/ime/tray_ime_chromeos.cc', 304 'common/system/ime/tray_ime_chromeos.cc',
298 'common/system/ime/tray_ime_chromeos.h', 305 'common/system/ime/tray_ime_chromeos.h',
299 'common/system/keyboard_brightness_control_delegate.h', 306 'common/system/keyboard_brightness_control_delegate.h',
300 'common/system/locale/locale_notification_controller.cc', 307 'common/system/locale/locale_notification_controller.cc',
301 'common/system/locale/locale_notification_controller.h', 308 'common/system/locale/locale_notification_controller.h',
302 'common/system/locale/locale_observer.h', 309 'common/system/locale/locale_observer.h',
303 'common/system/networking_config_delegate.cc', 310 'common/system/networking_config_delegate.cc',
304 'common/system/networking_config_delegate.h', 311 'common/system/networking_config_delegate.h',
305 'common/system/overview/overview_button_tray.cc', 312 'common/system/overview/overview_button_tray.cc',
306 'common/system/overview/overview_button_tray.h', 313 'common/system/overview/overview_button_tray.h',
314 'common/system/status_area_layout_manager.cc',
315 'common/system/status_area_layout_manager.h',
307 'common/system/status_area_widget.cc', 316 'common/system/status_area_widget.cc',
308 'common/system/status_area_widget.h', 317 'common/system/status_area_widget.h',
309 'common/system/status_area_widget_delegate.cc', 318 'common/system/status_area_widget_delegate.cc',
310 'common/system/status_area_widget_delegate.h', 319 'common/system/status_area_widget_delegate.h',
311 'common/system/system_notifier.cc', 320 'common/system/system_notifier.cc',
312 'common/system/system_notifier.h', 321 'common/system/system_notifier.h',
313 'common/system/toast/toast_data.cc', 322 'common/system/toast/toast_data.cc',
314 'common/system/toast/toast_data.h', 323 'common/system/toast/toast_data.h',
315 'common/system/toast/toast_manager.cc', 324 'common/system/toast/toast_manager.cc',
316 'common/system/toast/toast_manager.h', 325 'common/system/toast/toast_manager.h',
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 'shared/immersive_fullscreen_controller.cc', 658 'shared/immersive_fullscreen_controller.cc',
650 'shared/immersive_fullscreen_controller.h', 659 'shared/immersive_fullscreen_controller.h',
651 'shared/immersive_fullscreen_controller_delegate.h', 660 'shared/immersive_fullscreen_controller_delegate.h',
652 'shared/immersive_gesture_handler.h', 661 'shared/immersive_gesture_handler.h',
653 'shared/immersive_handler_factory.cc', 662 'shared/immersive_handler_factory.cc',
654 'shared/immersive_handler_factory.h', 663 'shared/immersive_handler_factory.h',
655 'shared/immersive_revealed_lock.cc', 664 'shared/immersive_revealed_lock.cc',
656 'shared/immersive_revealed_lock.h', 665 'shared/immersive_revealed_lock.h',
657 'shelf/dimmer_view.cc', 666 'shelf/dimmer_view.cc',
658 'shelf/dimmer_view.h', 667 'shelf/dimmer_view.h',
659 'shelf/shelf.cc',
660 'shelf/shelf.h',
661 'shelf/shelf_bezel_event_handler.cc', 668 'shelf/shelf_bezel_event_handler.cc',
662 'shelf/shelf_bezel_event_handler.h', 669 'shelf/shelf_bezel_event_handler.h',
663 'shelf/shelf_layout_manager.cc',
664 'shelf/shelf_layout_manager.h',
665 'shelf/shelf_layout_manager_observer.h',
666 'shelf/shelf_util.cc', 670 'shelf/shelf_util.cc',
667 'shelf/shelf_util.h', 671 'shelf/shelf_util.h',
668 'shelf/shelf_widget.cc',
669 'shelf/shelf_widget.h',
670 'shelf/shelf_window_targeter.cc', 672 'shelf/shelf_window_targeter.cc',
671 'shelf/shelf_window_targeter.h', 673 'shelf/shelf_window_targeter.h',
672 'shell.cc', 674 'shell.cc',
673 'shell.h', 675 'shell.h',
674 'shell_init_params.cc', 676 'shell_init_params.cc',
675 'shell_init_params.h', 677 'shell_init_params.h',
676 'snap_to_pixel_layout_manager.cc', 678 'snap_to_pixel_layout_manager.cc',
677 'snap_to_pixel_layout_manager.h', 679 'snap_to_pixel_layout_manager.h',
678 'sticky_keys/sticky_keys_controller.cc', 680 'sticky_keys/sticky_keys_controller.cc',
679 'sticky_keys/sticky_keys_controller.h', 681 'sticky_keys/sticky_keys_controller.h',
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
763 'wm/screen_dimmer.cc', 765 'wm/screen_dimmer.cc',
764 'wm/screen_dimmer.h', 766 'wm/screen_dimmer.h',
765 'wm/screen_pinning_controller.cc', 767 'wm/screen_pinning_controller.cc',
766 'wm/screen_pinning_controller.h', 768 'wm/screen_pinning_controller.h',
767 'wm/session_state_animator.cc', 769 'wm/session_state_animator.cc',
768 'wm/session_state_animator.h', 770 'wm/session_state_animator.h',
769 'wm/session_state_animator_impl.cc', 771 'wm/session_state_animator_impl.cc',
770 'wm/session_state_animator_impl.h', 772 'wm/session_state_animator_impl.h',
771 'wm/stacking_controller.cc', 773 'wm/stacking_controller.cc',
772 'wm/stacking_controller.h', 774 'wm/stacking_controller.h',
773 'wm/status_area_layout_manager.cc',
774 'wm/status_area_layout_manager.h',
775 'wm/system_background_controller.cc', 775 'wm/system_background_controller.cc',
776 'wm/system_background_controller.h', 776 'wm/system_background_controller.h',
777 'wm/system_gesture_event_filter.cc', 777 'wm/system_gesture_event_filter.cc',
778 'wm/system_gesture_event_filter.h', 778 'wm/system_gesture_event_filter.h',
779 'wm/system_modal_container_event_filter.cc', 779 'wm/system_modal_container_event_filter.cc',
780 'wm/system_modal_container_event_filter.h', 780 'wm/system_modal_container_event_filter.h',
781 'wm/system_modal_container_event_filter_delegate.h', 781 'wm/system_modal_container_event_filter_delegate.h',
782 'wm/system_modal_container_layout_manager.cc', 782 'wm/system_modal_container_layout_manager.cc',
783 'wm/system_modal_container_layout_manager.h', 783 'wm/system_modal_container_layout_manager.h',
784 'wm/toplevel_window_event_handler.cc', 784 'wm/toplevel_window_event_handler.cc',
(...skipping 721 matching lines...) Expand 10 before | Expand all | Expand 10 after
1506 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1506 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1507 ], 1507 ],
1508 } 1508 }
1509 ], 1509 ],
1510 ], 1510 ],
1511 }, 1511 },
1512 ], 1512 ],
1513 }], 1513 }],
1514 ], 1514 ],
1515 } 1515 }
OLDNEW
« no previous file with comments | « ash/app_list/app_list_presenter_delegate.cc ('k') | ash/aura/wm_root_window_controller_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698