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

Side by Side Diff: ash/ash.gyp

Issue 2274333002: ash: Move more code from Shelf to WmShelf (Closed)
Patch Set: review comments 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/accelerators/accelerator_controller_delegate_aura.cc ('k') | ash/common/shelf/shelf.h » ('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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 'common/shelf/shelf_item_types.h', 151 'common/shelf/shelf_item_types.h',
152 'common/shelf/shelf_layout_manager.cc', 152 'common/shelf/shelf_layout_manager.cc',
153 'common/shelf/shelf_layout_manager.h', 153 'common/shelf/shelf_layout_manager.h',
154 'common/shelf/shelf_layout_manager_observer.h', 154 'common/shelf/shelf_layout_manager_observer.h',
155 'common/shelf/shelf_locking_manager.cc', 155 'common/shelf/shelf_locking_manager.cc',
156 'common/shelf/shelf_locking_manager.h', 156 'common/shelf/shelf_locking_manager.h',
157 'common/shelf/shelf_menu_model.h', 157 'common/shelf/shelf_menu_model.h',
158 'common/shelf/shelf_model.cc', 158 'common/shelf/shelf_model.cc',
159 'common/shelf/shelf_model.h', 159 'common/shelf/shelf_model.h',
160 'common/shelf/shelf_model_observer.h', 160 'common/shelf/shelf_model_observer.h',
161 'common/shelf/shelf_navigator.cc',
162 'common/shelf/shelf_navigator.h',
163 'common/shelf/shelf_tooltip_manager.cc', 161 'common/shelf/shelf_tooltip_manager.cc',
164 'common/shelf/shelf_tooltip_manager.h', 162 'common/shelf/shelf_tooltip_manager.h',
165 'common/shelf/shelf_types.h', 163 'common/shelf/shelf_types.h',
166 'common/shelf/shelf_view.cc', 164 'common/shelf/shelf_view.cc',
167 'common/shelf/shelf_view.h', 165 'common/shelf/shelf_view.h',
168 'common/shelf/shelf_widget.cc', 166 'common/shelf/shelf_widget.cc',
169 'common/shelf/shelf_widget.h', 167 'common/shelf/shelf_widget.h',
170 'common/shelf/shelf_window_watcher.cc', 168 'common/shelf/shelf_window_watcher.cc',
171 'common/shelf/shelf_window_watcher.h', 169 'common/shelf/shelf_window_watcher.h',
172 'common/shelf/shelf_window_watcher_item_delegate.cc', 170 'common/shelf/shelf_window_watcher_item_delegate.cc',
(...skipping 775 matching lines...) Expand 10 before | Expand all | Expand 10 after
948 'common/display/display_info_unittest.cc', 946 'common/display/display_info_unittest.cc',
949 'common/frame/caption_buttons/frame_caption_button_container_view_unittest .cc', 947 'common/frame/caption_buttons/frame_caption_button_container_view_unittest .cc',
950 'common/frame/custom_frame_view_ash_unittest.cc', 948 'common/frame/custom_frame_view_ash_unittest.cc',
951 'common/frame/default_header_painter_unittest.cc', 949 'common/frame/default_header_painter_unittest.cc',
952 'common/material_design/material_design_controller_unittest.cc', 950 'common/material_design/material_design_controller_unittest.cc',
953 'common/popup_message_unittest.cc', 951 'common/popup_message_unittest.cc',
954 'common/shelf/shelf_background_animator_unittest.cc', 952 'common/shelf/shelf_background_animator_unittest.cc',
955 'common/shelf/shelf_button_pressed_metric_tracker_unittest.cc', 953 'common/shelf/shelf_button_pressed_metric_tracker_unittest.cc',
956 'common/shelf/shelf_locking_manager_unittest.cc', 954 'common/shelf/shelf_locking_manager_unittest.cc',
957 'common/shelf/shelf_model_unittest.cc', 955 'common/shelf/shelf_model_unittest.cc',
958 'common/shelf/shelf_navigator_unittest.cc',
959 'common/shelf/shelf_tooltip_manager_unittest.cc', 956 'common/shelf/shelf_tooltip_manager_unittest.cc',
960 'common/shelf/shelf_window_watcher_unittest.cc', 957 'common/shelf/shelf_window_watcher_unittest.cc',
961 'common/system/chromeos/brightness/tray_brightness_unittest.cc', 958 'common/system/chromeos/brightness/tray_brightness_unittest.cc',
962 'common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc', 959 'common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc',
963 'common/system/chromeos/media_security/multi_profile_media_tray_item_unitt est.cc', 960 'common/system/chromeos/media_security/multi_profile_media_tray_item_unitt est.cc',
964 'common/system/chromeos/palette/mock_palette_tool_delegate.cc', 961 'common/system/chromeos/palette/mock_palette_tool_delegate.cc',
965 'common/system/chromeos/palette/mock_palette_tool_delegate.h', 962 'common/system/chromeos/palette/mock_palette_tool_delegate.h',
966 'common/system/chromeos/palette/palette_tool_manager_unittest.cc', 963 'common/system/chromeos/palette/palette_tool_manager_unittest.cc',
967 'common/system/chromeos/palette/tools/create_note_unittest.cc', 964 'common/system/chromeos/palette/tools/create_note_unittest.cc',
968 'common/system/chromeos/palette/tools/screenshot_unittest.cc', 965 'common/system/chromeos/palette/tools/screenshot_unittest.cc',
(...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after
1513 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1510 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1514 ], 1511 ],
1515 } 1512 }
1516 ], 1513 ],
1517 ], 1514 ],
1518 }, 1515 },
1519 ], 1516 ],
1520 }], 1517 }],
1521 ], 1518 ],
1522 } 1519 }
OLDNEW
« no previous file with comments | « ash/accelerators/accelerator_controller_delegate_aura.cc ('k') | ash/common/shelf/shelf.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698