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

Side by Side Diff: ui/ui.gyp

Issue 10699065: chromeos: Fix pixelated icons in app list and launcher (part 1) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: for comments in #2 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
« ui/gfx/image/image_skia_sources.cc ('K') | « ui/gfx/shadow_value.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 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 'gfx/font_smoothing_win.h', 346 'gfx/font_smoothing_win.h',
347 'gfx/gfx_paths.cc', 347 'gfx/gfx_paths.cc',
348 'gfx/gfx_paths.h', 348 'gfx/gfx_paths.h',
349 'gfx/image/image.cc', 349 'gfx/image/image.cc',
350 'gfx/image/image.h', 350 'gfx/image/image.h',
351 'gfx/image/image_skia.cc', 351 'gfx/image/image_skia.cc',
352 'gfx/image/image_skia.h', 352 'gfx/image/image_skia.h',
353 'gfx/image/image_skia_rep.cc', 353 'gfx/image/image_skia_rep.cc',
354 'gfx/image/image_skia_rep.h', 354 'gfx/image/image_skia_rep.h',
355 'gfx/image/image_skia_source.h', 355 'gfx/image/image_skia_source.h',
356 'gfx/image/image_skia_sources.cc',
357 'gfx/image/image_skia_sources.h',
356 'gfx/image/image_skia_util_mac.h', 358 'gfx/image/image_skia_util_mac.h',
357 'gfx/image/image_skia_util_mac.mm', 359 'gfx/image/image_skia_util_mac.mm',
358 'gfx/image/image_util.cc', 360 'gfx/image/image_util.cc',
359 'gfx/image/image_util.h', 361 'gfx/image/image_util.h',
360 'gfx/insets.cc', 362 'gfx/insets.cc',
361 'gfx/insets.h', 363 'gfx/insets.h',
362 'gfx/interpolated_transform.h', 364 'gfx/interpolated_transform.h',
363 'gfx/interpolated_transform.cc', 365 'gfx/interpolated_transform.cc',
364 'gfx/mac/nsimage_cache.h', 366 'gfx/mac/nsimage_cache.h',
365 'gfx/mac/nsimage_cache.mm', 367 'gfx/mac/nsimage_cache.mm',
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
744 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 746 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
745 'os.chmod(\'<(ui_copy_dest)\', 0700)' 747 'os.chmod(\'<(ui_copy_dest)\', 0700)'
746 ] 748 ]
747 } 749 }
748 ], 750 ],
749 }, 751 },
750 ], 752 ],
751 }], 753 }],
752 ], 754 ],
753 } 755 }
OLDNEW
« ui/gfx/image/image_skia_sources.cc ('K') | « ui/gfx/shadow_value.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698