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

Side by Side Diff: ash/ash.gyp

Issue 12313118: Refactor: Shelf Widget (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: safer shutdown (status_area_widget_) Created 7 years, 9 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/accelerators/accelerator_controller.cc ('k') | ash/dip_unittest.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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 'high_contrast/high_contrast_controller.h', 111 'high_contrast/high_contrast_controller.h',
112 'host/root_window_host_factory.cc', 112 'host/root_window_host_factory.cc',
113 'host/root_window_host_factory.h', 113 'host/root_window_host_factory.h',
114 'host/root_window_host_factory_win.cc', 114 'host/root_window_host_factory_win.cc',
115 'keyboard_overlay/keyboard_overlay_delegate.cc', 115 'keyboard_overlay/keyboard_overlay_delegate.cc',
116 'keyboard_overlay/keyboard_overlay_delegate.h', 116 'keyboard_overlay/keyboard_overlay_delegate.h',
117 'keyboard_overlay/keyboard_overlay_view.cc', 117 'keyboard_overlay/keyboard_overlay_view.cc',
118 'keyboard_overlay/keyboard_overlay_view.h', 118 'keyboard_overlay/keyboard_overlay_view.h',
119 'launcher/app_list_button.cc', 119 'launcher/app_list_button.cc',
120 'launcher/app_list_button.h', 120 'launcher/app_list_button.h',
121 'launcher/background_animator.cc',
122 'launcher/background_animator.h',
123 'launcher/launcher.cc', 121 'launcher/launcher.cc',
124 'launcher/launcher.h', 122 'launcher/launcher.h',
125 'launcher/launcher_alignment_menu.cc', 123 'launcher/launcher_alignment_menu.cc',
126 'launcher/launcher_alignment_menu.h', 124 'launcher/launcher_alignment_menu.h',
127 'launcher/launcher_button.cc', 125 'launcher/launcher_button.cc',
128 'launcher/launcher_button.h', 126 'launcher/launcher_button.h',
129 'launcher/launcher_delegate.h', 127 'launcher/launcher_delegate.h',
130 'launcher/launcher_icon_observer.h', 128 'launcher/launcher_icon_observer.h',
131 'launcher/launcher_model.cc', 129 'launcher/launcher_model.cc',
132 'launcher/launcher_model.h', 130 'launcher/launcher_model.h',
(...skipping 21 matching lines...) Expand all
154 'magnifier/partial_magnification_controller.h', 152 'magnifier/partial_magnification_controller.h',
155 'root_window_controller.cc', 153 'root_window_controller.cc',
156 'root_window_controller.h', 154 'root_window_controller.h',
157 'rotator/screen_rotation.cc', 155 'rotator/screen_rotation.cc',
158 'rotator/screen_rotation.h', 156 'rotator/screen_rotation.h',
159 'screen_ash.cc', 157 'screen_ash.cc',
160 'screen_ash.h', 158 'screen_ash.h',
161 'screensaver/screensaver_view.cc', 159 'screensaver/screensaver_view.cc',
162 'screensaver/screensaver_view.h', 160 'screensaver/screensaver_view.h',
163 'screenshot_delegate.h', 161 'screenshot_delegate.h',
162 'shelf/background_animator.cc',
163 'shelf/background_animator.h',
164 'shelf/shelf_layout_manager.cc',
165 'shelf/shelf_layout_manager.h',
166 'shelf/shelf_types.h',
167 'shelf/shelf_widget.cc',
168 'shelf/shelf_widget.h',
164 'shell.cc', 169 'shell.cc',
165 'shell.h', 170 'shell.h',
166 'shell_delegate.h', 171 'shell_delegate.h',
167 'shell_factory.h', 172 'shell_factory.h',
168 'shelf_types.h',
169 'shell_window_ids.h', 173 'shell_window_ids.h',
170 'system/audio/audio_observer.h', 174 'system/audio/audio_observer.h',
171 'system/audio/tray_volume.cc', 175 'system/audio/tray_volume.cc',
172 'system/audio/tray_volume.h', 176 'system/audio/tray_volume.h',
173 'system/bluetooth/bluetooth_observer.h', 177 'system/bluetooth/bluetooth_observer.h',
174 'system/bluetooth/tray_bluetooth.cc', 178 'system/bluetooth/tray_bluetooth.cc',
175 'system/bluetooth/tray_bluetooth.h', 179 'system/bluetooth/tray_bluetooth.h',
176 'system/brightness/brightness_observer.h', 180 'system/brightness/brightness_observer.h',
177 'system/brightness/brightness_control_delegate.h', 181 'system/brightness/brightness_control_delegate.h',
178 'system/brightness/tray_brightness.cc', 182 'system/brightness/tray_brightness.cc',
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 'wm/screen_dimmer.h', 385 'wm/screen_dimmer.h',
382 'wm/session_state_animator.cc', 386 'wm/session_state_animator.cc',
383 'wm/session_state_animator.h', 387 'wm/session_state_animator.h',
384 'wm/session_state_controller.cc', 388 'wm/session_state_controller.cc',
385 'wm/session_state_controller.h', 389 'wm/session_state_controller.h',
386 'wm/session_state_controller_impl.cc', 390 'wm/session_state_controller_impl.cc',
387 'wm/session_state_controller_impl.h', 391 'wm/session_state_controller_impl.h',
388 'wm/session_state_controller_impl2.cc', 392 'wm/session_state_controller_impl2.cc',
389 'wm/session_state_controller_impl2.h', 393 'wm/session_state_controller_impl2.h',
390 'wm/session_state_observer.h', 394 'wm/session_state_observer.h',
391 'wm/shelf_layout_manager.cc',
392 'wm/shelf_layout_manager.h',
393 'wm/stacking_controller.cc', 395 'wm/stacking_controller.cc',
394 'wm/stacking_controller.h', 396 'wm/stacking_controller.h',
395 'wm/status_area_layout_manager.cc', 397 'wm/status_area_layout_manager.cc',
396 'wm/status_area_layout_manager.h', 398 'wm/status_area_layout_manager.h',
397 'wm/system_background_controller.cc', 399 'wm/system_background_controller.cc',
398 'wm/system_background_controller.h', 400 'wm/system_background_controller.h',
399 'wm/system_gesture_event_filter.cc', 401 'wm/system_gesture_event_filter.cc',
400 'wm/system_gesture_event_filter.h', 402 'wm/system_gesture_event_filter.h',
401 'wm/system_modal_container_event_filter.cc', 403 'wm/system_modal_container_event_filter.cc',
402 'wm/system_modal_container_event_filter.h', 404 'wm/system_modal_container_event_filter.h',
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
606 'keyboard_overlay/keyboard_overlay_view_unittest.cc', 608 'keyboard_overlay/keyboard_overlay_view_unittest.cc',
607 'launcher/launcher_model_unittest.cc', 609 'launcher/launcher_model_unittest.cc',
608 'launcher/launcher_navigator_unittest.cc', 610 'launcher/launcher_navigator_unittest.cc',
609 'launcher/launcher_tooltip_manager_unittest.cc', 611 'launcher/launcher_tooltip_manager_unittest.cc',
610 'launcher/launcher_unittest.cc', 612 'launcher/launcher_unittest.cc',
611 'launcher/launcher_view_unittest.cc', 613 'launcher/launcher_view_unittest.cc',
612 'magnifier/magnification_controller_unittest.cc', 614 'magnifier/magnification_controller_unittest.cc',
613 'root_window_controller_unittest.cc', 615 'root_window_controller_unittest.cc',
614 'screen_ash_unittest.cc', 616 'screen_ash_unittest.cc',
615 'screensaver/screensaver_view_unittest.cc', 617 'screensaver/screensaver_view_unittest.cc',
618 'shelf/shelf_layout_manager_unittest.cc',
619 'shelf/shelf_widget_unittest.cc',
616 'shell_unittest.cc', 620 'shell_unittest.cc',
617 'shell/app_list.cc', 621 'shell/app_list.cc',
618 'shell/bubble.cc', 622 'shell/bubble.cc',
619 'shell/context_menu.cc', 623 'shell/context_menu.cc',
620 'shell/context_menu.h', 624 'shell/context_menu.h',
621 'shell/launcher_delegate_impl.cc', 625 'shell/launcher_delegate_impl.cc',
622 'shell/lock_view.cc', 626 'shell/lock_view.cc',
623 'shell/panel_window.cc', 627 'shell/panel_window.cc',
624 'shell/shell_delegate_impl.cc', 628 'shell/shell_delegate_impl.cc',
625 'shell/shell_delegate_impl.h', 629 'shell/shell_delegate_impl.h',
(...skipping 11 matching lines...) Expand all
637 'wm/ash_native_cursor_manager_unittest.cc', 641 'wm/ash_native_cursor_manager_unittest.cc',
638 'wm/base_layout_manager_unittest.cc', 642 'wm/base_layout_manager_unittest.cc',
639 'wm/custom_frame_view_ash_unittest.cc', 643 'wm/custom_frame_view_ash_unittest.cc',
640 'wm/drag_window_resizer_unittest.cc', 644 'wm/drag_window_resizer_unittest.cc',
641 'wm/frame_painter_unittest.cc', 645 'wm/frame_painter_unittest.cc',
642 'wm/panels/panel_layout_manager_unittest.cc', 646 'wm/panels/panel_layout_manager_unittest.cc',
643 'wm/panels/panel_window_resizer_unittest.cc', 647 'wm/panels/panel_window_resizer_unittest.cc',
644 'wm/power_button_controller_unittest.cc', 648 'wm/power_button_controller_unittest.cc',
645 'wm/screen_dimmer_unittest.cc', 649 'wm/screen_dimmer_unittest.cc',
646 'wm/session_state_controller_impl2_unittest.cc', 650 'wm/session_state_controller_impl2_unittest.cc',
647 'wm/shelf_layout_manager_unittest.cc',
648 'wm/stacking_controller_unittest.cc', 651 'wm/stacking_controller_unittest.cc',
649 'wm/system_gesture_event_filter_unittest.cc', 652 'wm/system_gesture_event_filter_unittest.cc',
650 'wm/system_modal_container_layout_manager_unittest.cc', 653 'wm/system_modal_container_layout_manager_unittest.cc',
651 'wm/toplevel_window_event_handler_unittest.cc', 654 'wm/toplevel_window_event_handler_unittest.cc',
652 'wm/user_activity_detector_unittest.cc', 655 'wm/user_activity_detector_unittest.cc',
653 'wm/video_detector_unittest.cc', 656 'wm/video_detector_unittest.cc',
654 'wm/window_animations_unittest.cc', 657 'wm/window_animations_unittest.cc',
655 'wm/window_cycle_controller_unittest.cc', 658 'wm/window_cycle_controller_unittest.cc',
656 'wm/window_manager_unittest.cc', 659 'wm/window_manager_unittest.cc',
657 'wm/window_modality_controller_unittest.cc', 660 'wm/window_modality_controller_unittest.cc',
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
795 'shell/cocoa/app-Info.plist', 798 'shell/cocoa/app-Info.plist',
796 ], 799 ],
797 'xcode_settings': { 800 'xcode_settings': {
798 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 801 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
799 }, 802 },
800 }], 803 }],
801 ], 804 ],
802 }, 805 },
803 ], 806 ],
804 } 807 }
OLDNEW
« no previous file with comments | « ash/accelerators/accelerator_controller.cc ('k') | ash/dip_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698