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

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: scale -> layout 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
« ui/base/layout.h ('K') | « 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 'base/win/dpi.h', 254 'base/win/dpi.h',
253 'base/win/events_win.cc', 255 'base/win/events_win.cc',
254 'base/win/foreground_helper.cc', 256 'base/win/foreground_helper.cc',
255 'base/win/foreground_helper.h', 257 'base/win/foreground_helper.h',
256 'base/win/hwnd_util.cc', 258 'base/win/hwnd_util.cc',
257 'base/win/hwnd_util.h', 259 'base/win/hwnd_util.h',
258 'base/win/ime_input.cc', 260 'base/win/ime_input.cc',
259 'base/win/ime_input.h', 261 'base/win/ime_input.h',
260 'base/win/message_box_win.cc', 262 'base/win/message_box_win.cc',
261 'base/win/message_box_win.h', 263 'base/win/message_box_win.h',
264 'base/win/metro.cc',
265 'base/win/metro.h',
262 'base/win/mouse_wheel_util.cc', 266 'base/win/mouse_wheel_util.cc',
263 'base/win/mouse_wheel_util.h', 267 'base/win/mouse_wheel_util.h',
264 'base/win/scoped_ole_initializer.cc', 268 'base/win/scoped_ole_initializer.cc',
265 'base/win/scoped_ole_initializer.h', 269 'base/win/scoped_ole_initializer.h',
266 'base/win/scoped_set_map_mode.h', 270 'base/win/scoped_set_map_mode.h',
267 'base/win/shell.cc', 271 'base/win/shell.cc',
268 'base/win/shell.h', 272 'base/win/shell.h',
269 'base/win/singleton_hwnd.cc', 273 'base/win/singleton_hwnd.cc',
270 'base/win/singleton_hwnd.h', 274 'base/win/singleton_hwnd.h',
271 'base/win/window_impl.cc', 275 'base/win/window_impl.cc',
(...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after
731 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 735 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
732 'os.chmod(\'<(ui_copy_dest)\', 0700)' 736 'os.chmod(\'<(ui_copy_dest)\', 0700)'
733 ] 737 ]
734 } 738 }
735 ], 739 ],
736 }, 740 },
737 ], 741 ],
738 }], 742 }],
739 ], 743 ],
740 } 744 }
OLDNEW
« ui/base/layout.h ('K') | « 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