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

Side by Side Diff: ui/ui.gyp

Issue 12704026: Added new class gfx::ImageFamily. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Refactor Get() method, splitting into three methods and simplifying the algorithm. Created 7 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
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 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 'gfx/font_render_params_linux.cc', 394 'gfx/font_render_params_linux.cc',
395 'gfx/font_render_params_linux.h', 395 'gfx/font_render_params_linux.h',
396 'gfx/font_smoothing_win.cc', 396 'gfx/font_smoothing_win.cc',
397 'gfx/font_smoothing_win.h', 397 'gfx/font_smoothing_win.h',
398 'gfx/gfx_paths.cc', 398 'gfx/gfx_paths.cc',
399 'gfx/gfx_paths.h', 399 'gfx/gfx_paths.h',
400 'gfx/image/canvas_image_source.cc', 400 'gfx/image/canvas_image_source.cc',
401 'gfx/image/canvas_image_source.h', 401 'gfx/image/canvas_image_source.h',
402 'gfx/image/image.cc', 402 'gfx/image/image.cc',
403 'gfx/image/image.h', 403 'gfx/image/image.h',
404 'gfx/image/image_family.cc',
405 'gfx/image/image_family.h',
404 'gfx/image/image_ios.mm', 406 'gfx/image/image_ios.mm',
405 'gfx/image/image_mac.mm', 407 'gfx/image/image_mac.mm',
406 'gfx/image/image_png_rep.cc', 408 'gfx/image/image_png_rep.cc',
407 'gfx/image/image_png_rep.h', 409 'gfx/image/image_png_rep.h',
408 'gfx/image/image_skia.cc', 410 'gfx/image/image_skia.cc',
409 'gfx/image/image_skia.h', 411 'gfx/image/image_skia.h',
410 'gfx/image/image_skia_operations.cc', 412 'gfx/image/image_skia_operations.cc',
411 'gfx/image/image_skia_operations.h', 413 'gfx/image/image_skia_operations.h',
412 'gfx/image/image_skia_rep.cc', 414 'gfx/image/image_skia_rep.cc',
413 'gfx/image/image_skia_rep.h', 415 'gfx/image/image_skia_rep.h',
(...skipping 529 matching lines...) Expand 10 before | Expand all | Expand 10 after
943 'link_settings': { 945 'link_settings': {
944 'libraries': [ 946 'libraries': [
945 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', 947 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework',
946 ], 948 ],
947 }, 949 },
948 }, 950 },
949 ], 951 ],
950 }], 952 }],
951 ], 953 ],
952 } 954 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698