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

Side by Side Diff: ash/ash.gyp

Issue 2247503002: mash: Create and show a shelf in mash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix WindowManager WmShell::Shutdown; delay PointerWatcherEventRouter teardown; cleanup shutdown wor… 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
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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 'common/shelf/shelf_background_animator.cc', 134 'common/shelf/shelf_background_animator.cc',
135 'common/shelf/shelf_background_animator.h', 135 'common/shelf/shelf_background_animator.h',
136 'common/shelf/shelf_background_animator_observer.h', 136 'common/shelf/shelf_background_animator_observer.h',
137 'common/shelf/shelf_button.cc', 137 'common/shelf/shelf_button.cc',
138 'common/shelf/shelf_button.h', 138 'common/shelf/shelf_button.h',
139 'common/shelf/shelf_button_pressed_metric_tracker.cc', 139 'common/shelf/shelf_button_pressed_metric_tracker.cc',
140 'common/shelf/shelf_button_pressed_metric_tracker.h', 140 'common/shelf/shelf_button_pressed_metric_tracker.h',
141 'common/shelf/shelf_constants.cc', 141 'common/shelf/shelf_constants.cc',
142 'common/shelf/shelf_constants.h', 142 'common/shelf/shelf_constants.h',
143 'common/shelf/shelf_delegate.h', 143 'common/shelf/shelf_delegate.h',
144 'common/shelf/shelf_icon_observer.h',
145 'common/shelf/shelf_item_delegate.h', 144 'common/shelf/shelf_item_delegate.h',
146 'common/shelf/shelf_item_types.cc', 145 'common/shelf/shelf_item_types.cc',
147 'common/shelf/shelf_item_types.h', 146 'common/shelf/shelf_item_types.h',
148 'common/shelf/shelf_locking_manager.cc', 147 'common/shelf/shelf_locking_manager.cc',
149 'common/shelf/shelf_locking_manager.h', 148 'common/shelf/shelf_locking_manager.h',
150 'common/shelf/shelf_menu_model.h', 149 'common/shelf/shelf_menu_model.h',
151 'common/shelf/shelf_model.cc', 150 'common/shelf/shelf_model.cc',
152 'common/shelf/shelf_model.h', 151 'common/shelf/shelf_model.h',
153 'common/shelf/shelf_model_observer.h', 152 'common/shelf/shelf_model_observer.h',
154 'common/shelf/shelf_navigator.cc', 153 'common/shelf/shelf_navigator.cc',
(...skipping 1331 matching lines...) Expand 10 before | Expand all | Expand 10 after
1486 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1485 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1487 ], 1486 ],
1488 } 1487 }
1489 ], 1488 ],
1490 ], 1489 ],
1491 }, 1490 },
1492 ], 1491 ],
1493 }], 1492 }],
1494 ], 1493 ],
1495 } 1494 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698