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

Side by Side Diff: ash/ash.gyp

Issue 107163005: [ash] Add TYPE_DIALOG and its item's LauncherContextMenu (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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/ash_strings.grd » ('j') | ash/shelf/shelf_item_context_menu.h » ('J')
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/scoped_observer_with_duplicated_sources.h', 203 'shelf/scoped_observer_with_duplicated_sources.h',
204 'shelf/shelf_alignment_menu.cc', 204 'shelf/shelf_alignment_menu.cc',
205 'shelf/shelf_alignment_menu.h', 205 'shelf/shelf_alignment_menu.h',
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.cc', 208 'shelf/shelf_button.cc',
209 'shelf/shelf_button.h', 209 'shelf/shelf_button.h',
210 'shelf/shelf_button_host.h', 210 'shelf/shelf_button_host.h',
211 'shelf/shelf_delegate.h', 211 'shelf/shelf_delegate.h',
212 'shelf/shelf_icon_observer.h', 212 'shelf/shelf_icon_observer.h',
213 'shelf/shelf_item_context_menu.cc',
214 'shelf/shelf_item_context_menu.h',
213 'shelf/shelf_item_delegate.h', 215 'shelf/shelf_item_delegate.h',
214 'shelf/shelf_item_delegate_manager.cc', 216 'shelf/shelf_item_delegate_manager.cc',
215 'shelf/shelf_item_delegate_manager.h', 217 'shelf/shelf_item_delegate_manager.h',
216 'shelf/shelf_layout_manager.cc', 218 'shelf/shelf_layout_manager.cc',
217 'shelf/shelf_layout_manager.h', 219 'shelf/shelf_layout_manager.h',
218 'shelf/shelf_layout_manager_observer.h', 220 'shelf/shelf_layout_manager_observer.h',
219 'shelf/shelf_menu_model.h', 221 'shelf/shelf_menu_model.h',
220 'shelf/shelf_model.cc', 222 'shelf/shelf_model.cc',
221 'shelf/shelf_model.h', 223 'shelf/shelf_model.h',
222 'shelf/shelf_model_observer.h', 224 'shelf/shelf_model_observer.h',
(...skipping 779 matching lines...) Expand 10 before | Expand all | Expand 10 after
1002 }, 1004 },
1003 }, 1005 },
1004 'dependencies': [ 1006 'dependencies': [
1005 '../sandbox/sandbox.gyp:sandbox', 1007 '../sandbox/sandbox.gyp:sandbox',
1006 ], 1008 ],
1007 }], 1009 }],
1008 ], 1010 ],
1009 }, 1011 },
1010 ], 1012 ],
1011 } 1013 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_strings.grd » ('j') | ash/shelf/shelf_item_context_menu.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698