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

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: Fixed Windows build (missing UI_EXPORT). 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
« no previous file with comments | « ui/gfx/image/image_family_unittest.cc ('k') | ui/ui_unittests.gypi » ('j') | 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 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 'gfx/font_render_params_linux.cc', 390 'gfx/font_render_params_linux.cc',
391 'gfx/font_render_params_linux.h', 391 'gfx/font_render_params_linux.h',
392 'gfx/font_smoothing_win.cc', 392 'gfx/font_smoothing_win.cc',
393 'gfx/font_smoothing_win.h', 393 'gfx/font_smoothing_win.h',
394 'gfx/gfx_paths.cc', 394 'gfx/gfx_paths.cc',
395 'gfx/gfx_paths.h', 395 'gfx/gfx_paths.h',
396 'gfx/image/canvas_image_source.cc', 396 'gfx/image/canvas_image_source.cc',
397 'gfx/image/canvas_image_source.h', 397 'gfx/image/canvas_image_source.h',
398 'gfx/image/image.cc', 398 'gfx/image/image.cc',
399 'gfx/image/image.h', 399 'gfx/image/image.h',
400 'gfx/image/image_family.cc',
401 'gfx/image/image_family.h',
400 'gfx/image/image_ios.mm', 402 'gfx/image/image_ios.mm',
401 'gfx/image/image_mac.mm', 403 'gfx/image/image_mac.mm',
402 'gfx/image/image_png_rep.cc', 404 'gfx/image/image_png_rep.cc',
403 'gfx/image/image_png_rep.h', 405 'gfx/image/image_png_rep.h',
404 'gfx/image/image_skia.cc', 406 'gfx/image/image_skia.cc',
405 'gfx/image/image_skia.h', 407 'gfx/image/image_skia.h',
406 'gfx/image/image_skia_operations.cc', 408 'gfx/image/image_skia_operations.cc',
407 'gfx/image/image_skia_operations.h', 409 'gfx/image/image_skia_operations.h',
408 'gfx/image/image_skia_rep.cc', 410 'gfx/image/image_skia_rep.cc',
409 'gfx/image/image_skia_rep.h', 411 'gfx/image/image_skia_rep.h',
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
949 'xcode_settings': { 951 'xcode_settings': {
950 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', 952 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO',
951 }, 953 },
952 }], 954 }],
953 ], 955 ],
954 }, 956 },
955 ], 957 ],
956 }], 958 }],
957 ], 959 ],
958 } 960 }
OLDNEW
« no previous file with comments | « ui/gfx/image/image_family_unittest.cc ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698