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

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: Better positioning for new tab button. Simplify scale.h interface. 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/scale.h ('K') | « ui/base/scale.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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 'base/resource/resource_bundle_aurax11.cc', 220 'base/resource/resource_bundle_aurax11.cc',
221 'base/resource/resource_bundle_gtk.cc', 221 'base/resource/resource_bundle_gtk.cc',
222 'base/resource/resource_bundle_linux.cc', 222 'base/resource/resource_bundle_linux.cc',
223 'base/resource/resource_bundle_mac.mm', 223 'base/resource/resource_bundle_mac.mm',
224 'base/resource/resource_bundle_posix.cc', 224 'base/resource/resource_bundle_posix.cc',
225 'base/resource/resource_bundle_win.cc', 225 'base/resource/resource_bundle_win.cc',
226 'base/resource/resource_bundle_win.h', 226 'base/resource/resource_bundle_win.h',
227 'base/resource/resource_data_dll_win.cc', 227 'base/resource/resource_data_dll_win.cc',
228 'base/resource/resource_data_dll_win.h', 228 'base/resource/resource_data_dll_win.h',
229 'base/resource/resource_handle.h', 229 'base/resource/resource_handle.h',
230 'base/scale.cc',
231 'base/scale.h',
230 'base/text/bytes_formatting.cc', 232 'base/text/bytes_formatting.cc',
231 'base/text/bytes_formatting.h', 233 'base/text/bytes_formatting.h',
232 'base/text/text_elider.cc', 234 'base/text/text_elider.cc',
233 'base/text/text_elider.h', 235 'base/text/text_elider.h',
234 'base/text/utf16_indexing.cc', 236 'base/text/utf16_indexing.cc',
235 'base/text/utf16_indexing.h', 237 'base/text/utf16_indexing.h',
236 'base/theme_provider.cc', 238 'base/theme_provider.cc',
237 'base/theme_provider.h', 239 'base/theme_provider.h',
238 'base/touch/touch_factory.cc', 240 'base/touch/touch_factory.cc',
239 'base/touch/touch_factory.h', 241 'base/touch/touch_factory.h',
(...skipping 13 matching lines...) Expand all
253 'base/win/dpi.h', 255 'base/win/dpi.h',
254 'base/win/events_win.cc', 256 'base/win/events_win.cc',
255 'base/win/foreground_helper.cc', 257 'base/win/foreground_helper.cc',
256 'base/win/foreground_helper.h', 258 'base/win/foreground_helper.h',
257 'base/win/hwnd_util.cc', 259 'base/win/hwnd_util.cc',
258 'base/win/hwnd_util.h', 260 'base/win/hwnd_util.h',
259 'base/win/ime_input.cc', 261 'base/win/ime_input.cc',
260 'base/win/ime_input.h', 262 'base/win/ime_input.h',
261 'base/win/message_box_win.cc', 263 'base/win/message_box_win.cc',
262 'base/win/message_box_win.h', 264 'base/win/message_box_win.h',
265 'base/win/metro.cc',
266 'base/win/metro.h',
263 'base/win/mouse_wheel_util.cc', 267 'base/win/mouse_wheel_util.cc',
264 'base/win/mouse_wheel_util.h', 268 'base/win/mouse_wheel_util.h',
265 'base/win/scoped_ole_initializer.cc', 269 'base/win/scoped_ole_initializer.cc',
266 'base/win/scoped_ole_initializer.h', 270 'base/win/scoped_ole_initializer.h',
267 'base/win/scoped_set_map_mode.h', 271 'base/win/scoped_set_map_mode.h',
268 'base/win/shell.cc', 272 'base/win/shell.cc',
269 'base/win/shell.h', 273 'base/win/shell.h',
270 'base/win/singleton_hwnd.cc', 274 'base/win/singleton_hwnd.cc',
271 'base/win/singleton_hwnd.h', 275 'base/win/singleton_hwnd.h',
272 'base/win/window_impl.cc', 276 'base/win/window_impl.cc',
(...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after
732 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 736 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
733 'os.chmod(\'<(ui_copy_dest)\', 0700)' 737 'os.chmod(\'<(ui_copy_dest)\', 0700)'
734 ] 738 ]
735 } 739 }
736 ], 740 ],
737 }, 741 },
738 ], 742 ],
739 }], 743 }],
740 ], 744 ],
741 } 745 }
OLDNEW
« ui/base/scale.h ('K') | « ui/base/scale.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698