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

Side by Side Diff: ui/ui.gyp

Issue 10702136: Support high dpi in menu scroll arrow, submenu arrow and drag_utils. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 5 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
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 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 'gfx/font.cc', 340 'gfx/font.cc',
341 'gfx/font_list.h', 341 'gfx/font_list.h',
342 'gfx/font_list.cc', 342 'gfx/font_list.cc',
343 'gfx/font_render_params_android.cc', 343 'gfx/font_render_params_android.cc',
344 'gfx/font_render_params_linux.cc', 344 'gfx/font_render_params_linux.cc',
345 'gfx/font_render_params_linux.h', 345 'gfx/font_render_params_linux.h',
346 'gfx/font_smoothing_win.cc', 346 'gfx/font_smoothing_win.cc',
347 'gfx/font_smoothing_win.h', 347 'gfx/font_smoothing_win.h',
348 'gfx/gfx_paths.cc', 348 'gfx/gfx_paths.cc',
349 'gfx/gfx_paths.h', 349 'gfx/gfx_paths.h',
350 'gfx/image/canvas_image_source.cc',
351 'gfx/image/canvas_image_source.h',
350 'gfx/image/image.cc', 352 'gfx/image/image.cc',
351 'gfx/image/image.h', 353 'gfx/image/image.h',
352 'gfx/image/image_skia.cc', 354 'gfx/image/image_skia.cc',
353 'gfx/image/image_skia.h', 355 'gfx/image/image_skia.h',
354 'gfx/image/image_skia_rep.cc', 356 'gfx/image/image_skia_rep.cc',
355 'gfx/image/image_skia_rep.h', 357 'gfx/image/image_skia_rep.h',
356 'gfx/image/image_skia_source.h', 358 'gfx/image/image_skia_source.h',
357 'gfx/image/image_skia_util_mac.h', 359 'gfx/image/image_skia_util_mac.h',
358 'gfx/image/image_skia_util_mac.mm', 360 'gfx/image/image_skia_util_mac.mm',
359 'gfx/image/image_util.cc', 361 'gfx/image/image_util.cc',
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
745 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 747 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
746 'os.chmod(\'<(ui_copy_dest)\', 0700)' 748 'os.chmod(\'<(ui_copy_dest)\', 0700)'
747 ] 749 ]
748 } 750 }
749 ], 751 ],
750 }, 752 },
751 ], 753 ],
752 }], 754 }],
753 ], 755 ],
754 } 756 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698