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

Side by Side Diff: ash/ash.gyp

Issue 68523017: ash: Add GetItemIndexForType() function to ShelfModel. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | ash/shelf/shelf_model.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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 'shelf/shelf_bezel_event_filter.cc', 206 'shelf/shelf_bezel_event_filter.cc',
207 'shelf/shelf_bezel_event_filter.h', 207 'shelf/shelf_bezel_event_filter.h',
208 'shelf/shelf_button_host.h', 208 'shelf/shelf_button_host.h',
209 'shelf/shelf_icon_observer.h', 209 'shelf/shelf_icon_observer.h',
210 'shelf/shelf_layout_manager.cc', 210 'shelf/shelf_layout_manager.cc',
211 'shelf/shelf_layout_manager.h', 211 'shelf/shelf_layout_manager.h',
212 'shelf/shelf_layout_manager_observer.h', 212 'shelf/shelf_layout_manager_observer.h',
213 'shelf/shelf_model.cc', 213 'shelf/shelf_model.cc',
214 'shelf/shelf_model.h', 214 'shelf/shelf_model.h',
215 'shelf/shelf_model_observer.h', 215 'shelf/shelf_model_observer.h',
216 'shelf/shelf_model_util.cc',
217 'shelf/shelf_model_util.h',
218 'shelf/shelf_navigator.cc', 216 'shelf/shelf_navigator.cc',
219 'shelf/shelf_navigator.h', 217 'shelf/shelf_navigator.h',
220 'shelf/shelf_tooltip_manager.cc', 218 'shelf/shelf_tooltip_manager.cc',
221 'shelf/shelf_tooltip_manager.h', 219 'shelf/shelf_tooltip_manager.h',
222 'shelf/shelf_types.h', 220 'shelf/shelf_types.h',
223 'shelf/shelf_util.cc', 221 'shelf/shelf_util.cc',
224 'shelf/shelf_util.h', 222 'shelf/shelf_util.h',
225 'shelf/shelf_view.cc', 223 'shelf/shelf_view.cc',
226 'shelf/shelf_view.h', 224 'shelf/shelf_view.h',
227 'shelf/shelf_widget.cc', 225 'shelf/shelf_widget.cc',
(...skipping 754 matching lines...) Expand 10 before | Expand all | Expand 10 after
982 }, 980 },
983 }, 981 },
984 'dependencies': [ 982 'dependencies': [
985 '../sandbox/sandbox.gyp:sandbox', 983 '../sandbox/sandbox.gyp:sandbox',
986 ], 984 ],
987 }], 985 }],
988 ], 986 ],
989 }, 987 },
990 ], 988 ],
991 } 989 }
OLDNEW
« no previous file with comments | « no previous file | ash/shelf/shelf_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698