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

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: fix typo 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
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 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 'shelf/shelf_bezel_event_filter.cc', 208 'shelf/shelf_bezel_event_filter.cc',
209 'shelf/shelf_bezel_event_filter.h', 209 'shelf/shelf_bezel_event_filter.h',
210 'shelf/shelf_button_host.h', 210 'shelf/shelf_button_host.h',
211 'shelf/shelf_icon_observer.h', 211 'shelf/shelf_icon_observer.h',
212 'shelf/shelf_layout_manager.cc', 212 'shelf/shelf_layout_manager.cc',
213 'shelf/shelf_layout_manager.h', 213 'shelf/shelf_layout_manager.h',
214 'shelf/shelf_layout_manager_observer.h', 214 'shelf/shelf_layout_manager_observer.h',
215 'shelf/shelf_model.cc', 215 'shelf/shelf_model.cc',
216 'shelf/shelf_model.h', 216 'shelf/shelf_model.h',
217 'shelf/shelf_model_observer.h', 217 'shelf/shelf_model_observer.h',
218 'shelf/shelf_model_util.cc',
219 'shelf/shelf_model_util.h',
220 'shelf/shelf_navigator.cc', 218 'shelf/shelf_navigator.cc',
221 'shelf/shelf_navigator.h', 219 'shelf/shelf_navigator.h',
222 'shelf/shelf_tooltip_manager.cc', 220 'shelf/shelf_tooltip_manager.cc',
223 'shelf/shelf_tooltip_manager.h', 221 'shelf/shelf_tooltip_manager.h',
224 'shelf/shelf_types.h', 222 'shelf/shelf_types.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',
228 'shelf/shelf_widget.h', 226 'shelf/shelf_widget.h',
229 'shell.cc', 227 'shell.cc',
(...skipping 747 matching lines...) Expand 10 before | Expand all | Expand 10 after
977 }, 975 },
978 }, 976 },
979 'dependencies': [ 977 'dependencies': [
980 '../sandbox/sandbox.gyp:sandbox', 978 '../sandbox/sandbox.gyp:sandbox',
981 ], 979 ],
982 }], 980 }],
983 ], 981 ],
984 }, 982 },
985 ], 983 ],
986 } 984 }
OLDNEW
« no previous file with comments | « no previous file | ash/shelf/shelf_model.h » ('j') | chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698