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

Side by Side Diff: ash/ash.gyp

Issue 57453002: ash: Rename LauncherButtonHost to ShelfButtonHost. (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/launcher/launcher_button.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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 'shelf/background_animator.h', 203 'shelf/background_animator.h',
204 'shelf/overflow_bubble.cc', 204 'shelf/overflow_bubble.cc',
205 'shelf/overflow_bubble.h', 205 'shelf/overflow_bubble.h',
206 'shelf/overflow_button.cc', 206 'shelf/overflow_button.cc',
207 'shelf/overflow_button.h', 207 'shelf/overflow_button.h',
208 'shelf/scoped_observer_with_duplicated_sources.h', 208 'shelf/scoped_observer_with_duplicated_sources.h',
209 'shelf/shelf_alignment_menu.cc', 209 'shelf/shelf_alignment_menu.cc',
210 'shelf/shelf_alignment_menu.h', 210 'shelf/shelf_alignment_menu.h',
211 'shelf/shelf_bezel_event_filter.cc', 211 'shelf/shelf_bezel_event_filter.cc',
212 'shelf/shelf_bezel_event_filter.h', 212 'shelf/shelf_bezel_event_filter.h',
213 'shelf/shelf_button_host.h',
213 'shelf/shelf_icon_observer.h', 214 'shelf/shelf_icon_observer.h',
214 'shelf/shelf_layout_manager.cc', 215 'shelf/shelf_layout_manager.cc',
215 'shelf/shelf_layout_manager.h', 216 'shelf/shelf_layout_manager.h',
216 'shelf/shelf_layout_manager_observer.h', 217 'shelf/shelf_layout_manager_observer.h',
217 'shelf/shelf_model_util.cc', 218 'shelf/shelf_model_util.cc',
218 'shelf/shelf_model_util.h', 219 'shelf/shelf_model_util.h',
219 'shelf/shelf_navigator.cc', 220 'shelf/shelf_navigator.cc',
220 'shelf/shelf_navigator.h', 221 'shelf/shelf_navigator.h',
221 'shelf/shelf_tooltip_manager.cc', 222 'shelf/shelf_tooltip_manager.cc',
222 'shelf/shelf_tooltip_manager.h', 223 'shelf/shelf_tooltip_manager.h',
(...skipping 735 matching lines...) Expand 10 before | Expand all | Expand 10 after
958 }, 959 },
959 }, 960 },
960 'dependencies': [ 961 'dependencies': [
961 '../sandbox/sandbox.gyp:sandbox', 962 '../sandbox/sandbox.gyp:sandbox',
962 ], 963 ],
963 }], 964 }],
964 ], 965 ],
965 }, 966 },
966 ], 967 ],
967 } 968 }
OLDNEW
« no previous file with comments | « no previous file | ash/launcher/launcher_button.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698