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

Side by Side Diff: ui/ui.gyp

Issue 12096047: mac: Delete GetCachedImageWithName(), it's no longer used. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: includes Created 7 years, 10 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/mac/nsimage_cache.mm ('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 'shell_dialogs.gypi', 10 'shell_dialogs.gypi',
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 'gfx/image/image_util.cc', 398 'gfx/image/image_util.cc',
399 'gfx/image/image_util.h', 399 'gfx/image/image_util.h',
400 'gfx/image/image_util_ios.mm', 400 'gfx/image/image_util_ios.mm',
401 'gfx/insets.cc', 401 'gfx/insets.cc',
402 'gfx/insets.h', 402 'gfx/insets.h',
403 'gfx/insets_base.h', 403 'gfx/insets_base.h',
404 'gfx/insets_f.cc', 404 'gfx/insets_f.cc',
405 'gfx/insets_f.h', 405 'gfx/insets_f.h',
406 'gfx/interpolated_transform.cc', 406 'gfx/interpolated_transform.cc',
407 'gfx/interpolated_transform.h', 407 'gfx/interpolated_transform.h',
408 'gfx/mac/nsimage_cache.h',
409 'gfx/mac/nsimage_cache.mm',
410 'gfx/mac/scoped_ns_disable_screen_updates.h', 408 'gfx/mac/scoped_ns_disable_screen_updates.h',
411 'gfx/native_widget_types.h', 409 'gfx/native_widget_types.h',
412 'gfx/pango_util.cc', 410 'gfx/pango_util.cc',
413 'gfx/pango_util.h', 411 'gfx/pango_util.h',
414 'gfx/path.cc', 412 'gfx/path.cc',
415 'gfx/path.h', 413 'gfx/path.h',
416 'gfx/path_aura.cc', 414 'gfx/path_aura.cc',
417 'gfx/path_gtk.cc', 415 'gfx/path_gtk.cc',
418 'gfx/path_win.cc', 416 'gfx/path_win.cc',
419 'gfx/path_win.h', 417 'gfx/path_win.h',
(...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after
926 'link_settings': { 924 'link_settings': {
927 'libraries': [ 925 'libraries': [
928 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', 926 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework',
929 ], 927 ],
930 }, 928 },
931 }, 929 },
932 ], 930 ],
933 }], 931 }],
934 ], 932 ],
935 } 933 }
OLDNEW
« no previous file with comments | « ui/gfx/mac/nsimage_cache.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698