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

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: 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
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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 'high_contrast/high_contrast_controller.h', 108 'high_contrast/high_contrast_controller.h',
109 'host/root_window_host_factory.cc', 109 'host/root_window_host_factory.cc',
110 'host/root_window_host_factory.h', 110 'host/root_window_host_factory.h',
111 'host/root_window_host_factory_win.cc', 111 'host/root_window_host_factory_win.cc',
112 'keyboard_overlay/keyboard_overlay_delegate.cc', 112 'keyboard_overlay/keyboard_overlay_delegate.cc',
113 'keyboard_overlay/keyboard_overlay_delegate.h', 113 'keyboard_overlay/keyboard_overlay_delegate.h',
114 'keyboard_overlay/keyboard_overlay_view.cc', 114 'keyboard_overlay/keyboard_overlay_view.cc',
115 'keyboard_overlay/keyboard_overlay_view.h', 115 'keyboard_overlay/keyboard_overlay_view.h',
116 'launcher/app_list_button.cc', 116 'launcher/app_list_button.cc',
117 'launcher/app_list_button.h', 117 'launcher/app_list_button.h',
118 'launcher/background_animator.cc',
119 'launcher/background_animator.h',
120 'launcher/launcher.cc', 118 'launcher/launcher.cc',
121 'launcher/launcher.h', 119 'launcher/launcher.h',
122 'launcher/launcher_alignment_menu.cc', 120 'launcher/launcher_alignment_menu.cc',
123 'launcher/launcher_alignment_menu.h', 121 'launcher/launcher_alignment_menu.h',
124 'launcher/launcher_button.cc', 122 'launcher/launcher_button.cc',
125 'launcher/launcher_button.h', 123 'launcher/launcher_button.h',
126 'launcher/launcher_delegate.h', 124 'launcher/launcher_delegate.h',
127 'launcher/launcher_icon_observer.h', 125 'launcher/launcher_icon_observer.h',
128 'launcher/launcher_model.cc', 126 'launcher/launcher_model.cc',
129 'launcher/launcher_model.h', 127 'launcher/launcher_model.h',
(...skipping 21 matching lines...) Expand all
151 'magnifier/partial_magnification_controller.h', 149 'magnifier/partial_magnification_controller.h',
152 'root_window_controller.cc', 150 'root_window_controller.cc',
153 'root_window_controller.h', 151 'root_window_controller.h',
154 'rotator/screen_rotation.cc', 152 'rotator/screen_rotation.cc',
155 'rotator/screen_rotation.h', 153 'rotator/screen_rotation.h',
156 'screen_ash.cc', 154 'screen_ash.cc',
157 'screen_ash.h', 155 'screen_ash.h',
158 'screensaver/screensaver_view.cc', 156 'screensaver/screensaver_view.cc',
159 'screensaver/screensaver_view.h', 157 'screensaver/screensaver_view.h',
160 'screenshot_delegate.h', 158 'screenshot_delegate.h',
159 'shelf/background_animator.cc',
160 'shelf/background_animator.h',
161 'shelf/shelf_layout_manager.cc',
162 'shelf/shelf_layout_manager.h',
163 'shelf/shelf_types.h',
164 'shelf/shelf_widget.cc',
165 'shelf/shelf_widget.h',
161 'shell.cc', 166 'shell.cc',
162 'shell.h', 167 'shell.h',
163 'shell_delegate.h', 168 'shell_delegate.h',
164 'shell_factory.h', 169 'shell_factory.h',
165 'shelf_types.h',
166 'shell_window_ids.h', 170 'shell_window_ids.h',
167 'system/audio/audio_observer.h', 171 'system/audio/audio_observer.h',
168 'system/audio/tray_volume.cc', 172 'system/audio/tray_volume.cc',
169 'system/audio/tray_volume.h', 173 'system/audio/tray_volume.h',
170 'system/bluetooth/bluetooth_observer.h', 174 'system/bluetooth/bluetooth_observer.h',
171 'system/bluetooth/tray_bluetooth.cc', 175 'system/bluetooth/tray_bluetooth.cc',
172 'system/bluetooth/tray_bluetooth.h', 176 'system/bluetooth/tray_bluetooth.h',
173 'system/brightness/brightness_observer.h', 177 'system/brightness/brightness_observer.h',
174 'system/brightness/brightness_control_delegate.h', 178 'system/brightness/brightness_control_delegate.h',
175 'system/brightness/tray_brightness.cc', 179 'system/brightness/tray_brightness.cc',
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 'wm/screen_dimmer.h', 377 'wm/screen_dimmer.h',
374 'wm/session_state_animator.cc', 378 'wm/session_state_animator.cc',
375 'wm/session_state_animator.h', 379 'wm/session_state_animator.h',
376 'wm/session_state_controller.cc', 380 'wm/session_state_controller.cc',
377 'wm/session_state_controller.h', 381 'wm/session_state_controller.h',
378 'wm/session_state_controller_impl.cc', 382 'wm/session_state_controller_impl.cc',
379 'wm/session_state_controller_impl.h', 383 'wm/session_state_controller_impl.h',
380 'wm/session_state_controller_impl2.cc', 384 'wm/session_state_controller_impl2.cc',
381 'wm/session_state_controller_impl2.h', 385 'wm/session_state_controller_impl2.h',
382 'wm/session_state_observer.h', 386 'wm/session_state_observer.h',
383 'wm/shelf_layout_manager.cc',
384 'wm/shelf_layout_manager.h',
385 'wm/stacking_controller.cc', 387 'wm/stacking_controller.cc',
386 'wm/stacking_controller.h', 388 'wm/stacking_controller.h',
387 'wm/status_area_layout_manager.cc', 389 'wm/status_area_layout_manager.cc',
388 'wm/status_area_layout_manager.h', 390 'wm/status_area_layout_manager.h',
389 'wm/system_background_controller.cc', 391 'wm/system_background_controller.cc',
390 'wm/system_background_controller.h', 392 'wm/system_background_controller.h',
391 'wm/system_gesture_event_filter.cc', 393 'wm/system_gesture_event_filter.cc',
392 'wm/system_gesture_event_filter.h', 394 'wm/system_gesture_event_filter.h',
393 'wm/system_modal_container_event_filter.cc', 395 'wm/system_modal_container_event_filter.cc',
394 'wm/system_modal_container_event_filter.h', 396 'wm/system_modal_container_event_filter.h',
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 'keyboard_overlay/keyboard_overlay_view_unittest.cc', 600 'keyboard_overlay/keyboard_overlay_view_unittest.cc',
599 'launcher/launcher_model_unittest.cc', 601 'launcher/launcher_model_unittest.cc',
600 'launcher/launcher_navigator_unittest.cc', 602 'launcher/launcher_navigator_unittest.cc',
601 'launcher/launcher_tooltip_manager_unittest.cc', 603 'launcher/launcher_tooltip_manager_unittest.cc',
602 'launcher/launcher_unittest.cc', 604 'launcher/launcher_unittest.cc',
603 'launcher/launcher_view_unittest.cc', 605 'launcher/launcher_view_unittest.cc',
604 'magnifier/magnification_controller_unittest.cc', 606 'magnifier/magnification_controller_unittest.cc',
605 'root_window_controller_unittest.cc', 607 'root_window_controller_unittest.cc',
606 'screen_ash_unittest.cc', 608 'screen_ash_unittest.cc',
607 'screensaver/screensaver_view_unittest.cc', 609 'screensaver/screensaver_view_unittest.cc',
610 'shelf/shelf_layout_manager_unittest.cc',
611 'shelf/shelf_widget_unittest.cc',
608 'shell_unittest.cc', 612 'shell_unittest.cc',
609 'shell/app_list.cc', 613 'shell/app_list.cc',
610 'shell/bubble.cc', 614 'shell/bubble.cc',
611 'shell/context_menu.cc', 615 'shell/context_menu.cc',
612 'shell/context_menu.h', 616 'shell/context_menu.h',
613 'shell/launcher_delegate_impl.cc', 617 'shell/launcher_delegate_impl.cc',
614 'shell/lock_view.cc', 618 'shell/lock_view.cc',
615 'shell/panel_window.cc', 619 'shell/panel_window.cc',
616 'shell/shell_delegate_impl.cc', 620 'shell/shell_delegate_impl.cc',
617 'shell/shell_delegate_impl.h', 621 'shell/shell_delegate_impl.h',
(...skipping 11 matching lines...) Expand all
629 'wm/ash_native_cursor_manager_unittest.cc', 633 'wm/ash_native_cursor_manager_unittest.cc',
630 'wm/base_layout_manager_unittest.cc', 634 'wm/base_layout_manager_unittest.cc',
631 'wm/custom_frame_view_ash_unittest.cc', 635 'wm/custom_frame_view_ash_unittest.cc',
632 'wm/drag_window_resizer_unittest.cc', 636 'wm/drag_window_resizer_unittest.cc',
633 'wm/frame_painter_unittest.cc', 637 'wm/frame_painter_unittest.cc',
634 'wm/panel_layout_manager_unittest.cc', 638 'wm/panel_layout_manager_unittest.cc',
635 'wm/panel_window_resizer_unittest.cc', 639 'wm/panel_window_resizer_unittest.cc',
636 'wm/power_button_controller_unittest.cc', 640 'wm/power_button_controller_unittest.cc',
637 'wm/screen_dimmer_unittest.cc', 641 'wm/screen_dimmer_unittest.cc',
638 'wm/session_state_controller_impl2_unittest.cc', 642 'wm/session_state_controller_impl2_unittest.cc',
639 'wm/shelf_layout_manager_unittest.cc',
640 'wm/system_gesture_event_filter_unittest.cc', 643 'wm/system_gesture_event_filter_unittest.cc',
641 'wm/system_modal_container_layout_manager_unittest.cc', 644 'wm/system_modal_container_layout_manager_unittest.cc',
642 'wm/toplevel_window_event_handler_unittest.cc', 645 'wm/toplevel_window_event_handler_unittest.cc',
643 'wm/user_activity_detector_unittest.cc', 646 'wm/user_activity_detector_unittest.cc',
644 'wm/video_detector_unittest.cc', 647 'wm/video_detector_unittest.cc',
645 'wm/window_animations_unittest.cc', 648 'wm/window_animations_unittest.cc',
646 'wm/window_cycle_controller_unittest.cc', 649 'wm/window_cycle_controller_unittest.cc',
647 'wm/window_manager_unittest.cc', 650 'wm/window_manager_unittest.cc',
648 'wm/window_modality_controller_unittest.cc', 651 'wm/window_modality_controller_unittest.cc',
649 'wm/workspace_controller_test_helper.cc', 652 'wm/workspace_controller_test_helper.cc',
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
786 'shell/cocoa/app-Info.plist', 789 'shell/cocoa/app-Info.plist',
787 ], 790 ],
788 'xcode_settings': { 791 'xcode_settings': {
789 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 792 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
790 }, 793 },
791 }], 794 }],
792 ], 795 ],
793 }, 796 },
794 ], 797 ],
795 } 798 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698