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

Side by Side Diff: ui/ui.gyp

Issue 10115029: Set toolbar padding to something appropriate for Metro icons. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Const not OK for Mac build. Created 8 years, 8 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/resource/resource_bundle_win.cc ('k') | no next file » | 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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 'base/l10n/l10n_font_util.cc', 184 'base/l10n/l10n_font_util.cc',
185 'base/l10n/l10n_font_util.h', 185 'base/l10n/l10n_font_util.h',
186 'base/l10n/l10n_util.cc', 186 'base/l10n/l10n_util.cc',
187 'base/l10n/l10n_util.h', 187 'base/l10n/l10n_util.h',
188 'base/l10n/l10n_util_collator.h', 188 'base/l10n/l10n_util_collator.h',
189 'base/l10n/l10n_util_mac.h', 189 'base/l10n/l10n_util_mac.h',
190 'base/l10n/l10n_util_mac.mm', 190 'base/l10n/l10n_util_mac.mm',
191 'base/l10n/l10n_util_posix.cc', 191 'base/l10n/l10n_util_posix.cc',
192 'base/l10n/l10n_util_win.cc', 192 'base/l10n/l10n_util_win.cc',
193 'base/l10n/l10n_util_win.h', 193 'base/l10n/l10n_util_win.h',
194 'base/layout.cc',
195 'base/layout.h',
194 'base/models/button_menu_item_model.cc', 196 'base/models/button_menu_item_model.cc',
195 'base/models/button_menu_item_model.h', 197 'base/models/button_menu_item_model.h',
196 'base/models/combobox_model.h', 198 'base/models/combobox_model.h',
197 'base/models/list_model.h', 199 'base/models/list_model.h',
198 'base/models/list_model_observer.h', 200 'base/models/list_model_observer.h',
199 'base/models/menu_model.cc', 201 'base/models/menu_model.cc',
200 'base/models/menu_model.h', 202 'base/models/menu_model.h',
201 'base/models/menu_model_delegate.h', 203 'base/models/menu_model_delegate.h',
202 'base/models/simple_menu_model.cc', 204 'base/models/simple_menu_model.cc',
203 'base/models/simple_menu_model.h', 205 'base/models/simple_menu_model.h',
(...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
736 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 738 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
737 'os.chmod(\'<(ui_copy_dest)\', 0700)' 739 'os.chmod(\'<(ui_copy_dest)\', 0700)'
738 ] 740 ]
739 } 741 }
740 ], 742 ],
741 }, 743 },
742 ], 744 ],
743 }], 745 }],
744 ], 746 ],
745 } 747 }
OLDNEW
« no previous file with comments | « ui/base/resource/resource_bundle_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698