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

Side by Side Diff: ui/ui.gyp

Issue 10799014: Add support for PNG representation in gfx::Image (Closed) Base URL: http://git.chromium.org/chromium/src.git@bookmark-sync
Patch Set: Created 8 years, 4 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 'ui_resources.gypi', 10 'ui_resources.gypi',
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 'gfx/font_render_params_linux.cc', 363 'gfx/font_render_params_linux.cc',
364 'gfx/font_render_params_linux.h', 364 'gfx/font_render_params_linux.h',
365 'gfx/font_smoothing_win.cc', 365 'gfx/font_smoothing_win.cc',
366 'gfx/font_smoothing_win.h', 366 'gfx/font_smoothing_win.h',
367 'gfx/gfx_paths.cc', 367 'gfx/gfx_paths.cc',
368 'gfx/gfx_paths.h', 368 'gfx/gfx_paths.h',
369 'gfx/image/canvas_image_source.cc', 369 'gfx/image/canvas_image_source.cc',
370 'gfx/image/canvas_image_source.h', 370 'gfx/image/canvas_image_source.h',
371 'gfx/image/image.cc', 371 'gfx/image/image.cc',
372 'gfx/image/image.h', 372 'gfx/image/image.h',
373 'gfx/image/image_mac.mm',
373 'gfx/image/image_skia.cc', 374 'gfx/image/image_skia.cc',
374 'gfx/image/image_skia.h', 375 'gfx/image/image_skia.h',
375 'gfx/image/image_skia_operations.cc', 376 'gfx/image/image_skia_operations.cc',
376 'gfx/image/image_skia_operations.h', 377 'gfx/image/image_skia_operations.h',
377 'gfx/image/image_skia_rep.cc', 378 'gfx/image/image_skia_rep.cc',
378 'gfx/image/image_skia_rep.h', 379 'gfx/image/image_skia_rep.h',
379 'gfx/image/image_skia_source.h', 380 'gfx/image/image_skia_source.h',
380 'gfx/image/image_skia_util_mac.h', 381 'gfx/image/image_skia_util_mac.h',
381 'gfx/image/image_skia_util_mac.mm', 382 'gfx/image/image_skia_util_mac.mm',
382 'gfx/image/image_util.cc', 383 'gfx/image/image_util.cc',
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
763 ], 764 ],
764 'conditions': [ 765 'conditions': [
765 ['inside_chromium_build == 1 and OS != "ios"', { 766 ['inside_chromium_build == 1 and OS != "ios"', {
766 # TODO(ios): The ui tests do not compile yet on iOS. 767 # TODO(ios): The ui tests do not compile yet on iOS.
767 'includes': [ 768 'includes': [
768 'ui_unittests.gypi', 769 'ui_unittests.gypi',
769 ]}, 770 ]},
770 ], 771 ],
771 ], 772 ],
772 } 773 }
OLDNEW
« ui/gfx/image/image.cc ('K') | « ui/gfx/image/image_util.cc ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698