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

Side by Side Diff: ui/ui_unittests.gypi

Issue 9496004: Support for interlaced PNGs (in gfx::PNGCodec) (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 years, 9 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
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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'ui_test_support', 8 'target_name': 'ui_test_support',
9 'dependencies': [ 9 'dependencies': [
10 '../base/base.gyp:base', 10 '../base/base.gyp:base',
(...skipping 24 matching lines...) Expand all
35 ], 35 ],
36 'dependencies': [ 36 'dependencies': [
37 '../base/base.gyp:base', 37 '../base/base.gyp:base',
38 '../base/base.gyp:test_support_base', 38 '../base/base.gyp:test_support_base',
39 '../build/temp_gyp/googleurl.gyp:googleurl', 39 '../build/temp_gyp/googleurl.gyp:googleurl',
40 '../skia/skia.gyp:skia', 40 '../skia/skia.gyp:skia',
41 '../testing/gmock.gyp:gmock', 41 '../testing/gmock.gyp:gmock',
42 '../testing/gtest.gyp:gtest', 42 '../testing/gtest.gyp:gtest',
43 '../third_party/icu/icu.gyp:icui18n', 43 '../third_party/icu/icu.gyp:icui18n',
44 '../third_party/icu/icu.gyp:icuuc', 44 '../third_party/icu/icu.gyp:icuuc',
45 '../third_party/libpng/libpng.gyp:libpng',
Francois 2012/02/28 15:00:36 Required in order to encode interlaced, palette-ba
45 'gfx_resources', 46 'gfx_resources',
46 'ui', 47 'ui',
47 'ui_test_support', 48 'ui_test_support',
48 ], 49 ],
49 'sources': [ 50 'sources': [
50 'base/animation/animation_container_unittest.cc', 51 'base/animation/animation_container_unittest.cc',
51 'base/animation/animation_unittest.cc', 52 'base/animation/animation_unittest.cc',
52 'base/animation/multi_animation_unittest.cc', 53 'base/animation/multi_animation_unittest.cc',
53 'base/animation/slide_animation_unittest.cc', 54 'base/animation/slide_animation_unittest.cc',
54 'base/clipboard/clipboard_unittest.cc', 55 'base/clipboard/clipboard_unittest.cc',
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 ['use_aura==1', { 180 ['use_aura==1', {
180 'sources!': [ 181 'sources!': [
181 'base/view_prop_unittest.cc', 182 'base/view_prop_unittest.cc',
182 'gfx/screen_unittest.cc', 183 'gfx/screen_unittest.cc',
183 ], 184 ],
184 }], 185 }],
185 ], 186 ],
186 }, 187 },
187 ], 188 ],
188 } 189 }
OLDNEW
« ui/gfx/codec/png_codec_unittest.cc ('K') | « ui/gfx/codec/png_codec_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698