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

Side by Side Diff: ui/ui.gyp

Issue 10086023: Expose array of bitmaps contained by gfx::Image similar to NSImage (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nicer diff 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/gfx/image/image_unittest.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 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 'gfx/font.cc', 308 'gfx/font.cc',
309 'gfx/font_list.h', 309 'gfx/font_list.h',
310 'gfx/font_list.cc', 310 'gfx/font_list.cc',
311 'gfx/font_smoothing_win.cc', 311 'gfx/font_smoothing_win.cc',
312 'gfx/font_smoothing_win.h', 312 'gfx/font_smoothing_win.h',
313 'gfx/gfx_paths.cc', 313 'gfx/gfx_paths.cc',
314 'gfx/gfx_paths.h', 314 'gfx/gfx_paths.h',
315 'gfx/image/image.cc', 315 'gfx/image/image.cc',
316 'gfx/image/image.h', 316 'gfx/image/image.h',
317 'gfx/image/image_mac.mm', 317 'gfx/image/image_mac.mm',
318 'gfx/image/image_skia.cc',
319 'gfx/image/image_skia.h',
318 'gfx/image/image_util.cc', 320 'gfx/image/image_util.cc',
319 'gfx/image/image_util.h', 321 'gfx/image/image_util.h',
320 'gfx/insets.cc', 322 'gfx/insets.cc',
321 'gfx/insets.h', 323 'gfx/insets.h',
322 'gfx/interpolated_transform.h', 324 'gfx/interpolated_transform.h',
323 'gfx/interpolated_transform.cc', 325 'gfx/interpolated_transform.cc',
324 'gfx/mac/nsimage_cache.h', 326 'gfx/mac/nsimage_cache.h',
325 'gfx/mac/nsimage_cache.mm', 327 'gfx/mac/nsimage_cache.mm',
326 'gfx/mac/scoped_ns_disable_screen_updates.h', 328 'gfx/mac/scoped_ns_disable_screen_updates.h',
327 'gfx/native_theme.cc', 329 'gfx/native_theme.cc',
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
731 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 733 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
732 'os.chmod(\'<(ui_copy_dest)\', 0700)' 734 'os.chmod(\'<(ui_copy_dest)\', 0700)'
733 ] 735 ]
734 } 736 }
735 ], 737 ],
736 }, 738 },
737 ], 739 ],
738 }], 740 }],
739 ], 741 ],
740 } 742 }
OLDNEW
« no previous file with comments | « ui/gfx/image/image_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698