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

Side by Side Diff: ui/ui.gyp

Issue 10837317: Setting the touch wrench menu as default menu for ChromeOS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: And another merge! Created 8 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « ui/base/native_theme/native_theme_aura.cc ('k') | ui/views/controls/menu/menu_config.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 }, 8 },
9 'includes': [ 9 'includes': [
10 'ui_resources.gypi', 10 'ui_resources.gypi',
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 'base/layout.h', 238 'base/layout.h',
239 'base/layout_mac.mm', 239 'base/layout_mac.mm',
240 'base/models/button_menu_item_model.cc', 240 'base/models/button_menu_item_model.cc',
241 'base/models/button_menu_item_model.h', 241 'base/models/button_menu_item_model.h',
242 'base/models/combobox_model.h', 242 'base/models/combobox_model.h',
243 'base/models/list_model.h', 243 'base/models/list_model.h',
244 'base/models/list_model_observer.h', 244 'base/models/list_model_observer.h',
245 'base/models/menu_model.cc', 245 'base/models/menu_model.cc',
246 'base/models/menu_model.h', 246 'base/models/menu_model.h',
247 'base/models/menu_model_delegate.h', 247 'base/models/menu_model_delegate.h',
248 'base/models/menu_separator_types.h',
248 'base/models/simple_menu_model.cc', 249 'base/models/simple_menu_model.cc',
249 'base/models/simple_menu_model.h', 250 'base/models/simple_menu_model.h',
250 'base/models/table_model.cc', 251 'base/models/table_model.cc',
251 'base/models/table_model.h', 252 'base/models/table_model.h',
252 'base/models/table_model_observer.h', 253 'base/models/table_model_observer.h',
253 'base/models/tree_model.cc', 254 'base/models/tree_model.cc',
254 'base/models/tree_model.h', 255 'base/models/tree_model.h',
255 'base/models/tree_node_iterator.h', 256 'base/models/tree_node_iterator.h',
256 'base/models/tree_node_model.h', 257 'base/models/tree_node_model.h',
257 'base/native_theme/native_theme.cc', 258 'base/native_theme/native_theme.cc',
(...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after
773 ], 774 ],
774 'conditions': [ 775 'conditions': [
775 ['inside_chromium_build == 1 and OS != "ios"', { 776 ['inside_chromium_build == 1 and OS != "ios"', {
776 # TODO(ios): The ui tests do not compile yet on iOS. 777 # TODO(ios): The ui tests do not compile yet on iOS.
777 'includes': [ 778 'includes': [
778 'ui_unittests.gypi', 779 'ui_unittests.gypi',
779 ]}, 780 ]},
780 ], 781 ],
781 ], 782 ],
782 } 783 }
OLDNEW
« no previous file with comments | « ui/base/native_theme/native_theme_aura.cc ('k') | ui/views/controls/menu/menu_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698