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

Side by Side Diff: gyp/tests.gyp

Issue 37343002: Allow SkLazyPixelRef to use SkScaledImageCache (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: re-upload Created 7 years, 1 month 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 | « no previous file | src/core/SkScaledImageCache.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # GYP file to build unit tests. 1 # GYP file to build unit tests.
2 { 2 {
3 'includes': [ 3 'includes': [
4 'apptype_console.gypi', 4 'apptype_console.gypi',
5 ], 5 ],
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'tests', 8 'target_name': 'tests',
9 'type': 'executable', 9 'type': 'executable',
10 'include_dirs' : [ 10 'include_dirs' : [
11 '../src/core', 11 '../src/core',
12 '../src/effects', 12 '../src/effects',
13 '../src/image',
13 '../src/lazy', 14 '../src/lazy',
14 '../src/pathops', 15 '../src/pathops',
15 '../src/pdf', 16 '../src/pdf',
16 '../src/pipe/utils', 17 '../src/pipe/utils',
17 '../src/utils', 18 '../src/utils',
18 '../tools/', 19 '../tools/',
19 ], 20 ],
20 'includes': [ 21 'includes': [
21 'pathops_unittest.gypi', 22 'pathops_unittest.gypi',
22 ], 23 ],
23 'sources': [ 24 'sources': [
24 '../tests/AAClipTest.cpp', 25 '../tests/AAClipTest.cpp',
25 '../tests/AndroidPaintTest.cpp', 26 '../tests/AndroidPaintTest.cpp',
26 '../tests/AnnotationTest.cpp', 27 '../tests/AnnotationTest.cpp',
27 '../tests/ARGBImageEncoderTest.cpp', 28 '../tests/ARGBImageEncoderTest.cpp',
28 '../tests/AtomicTest.cpp', 29 '../tests/AtomicTest.cpp',
29 '../tests/BitmapCopyTest.cpp', 30 '../tests/BitmapCopyTest.cpp',
30 '../tests/BitmapFactoryTest.cpp', 31 '../tests/BitmapFactoryTest.cpp',
31 '../tests/BitmapGetColorTest.cpp', 32 '../tests/BitmapGetColorTest.cpp',
32 '../tests/BitmapHasherTest.cpp', 33 '../tests/BitmapHasherTest.cpp',
33 '../tests/BitmapHeapTest.cpp', 34 '../tests/BitmapHeapTest.cpp',
34 '../tests/BitSetTest.cpp', 35 '../tests/BitSetTest.cpp',
35 '../tests/BlitRowTest.cpp', 36 '../tests/BlitRowTest.cpp',
36 '../tests/BlurTest.cpp', 37 '../tests/BlurTest.cpp',
38 '../tests/CachedDecodingPixelRefTest.cpp',
37 '../tests/CanvasTest.cpp', 39 '../tests/CanvasTest.cpp',
38 '../tests/CanvasStateTest.cpp', 40 '../tests/CanvasStateTest.cpp',
39 '../tests/ChecksumTest.cpp', 41 '../tests/ChecksumTest.cpp',
40 '../tests/ClampRangeTest.cpp', 42 '../tests/ClampRangeTest.cpp',
41 '../tests/ClipCacheTest.cpp', 43 '../tests/ClipCacheTest.cpp',
42 '../tests/ClipCubicTest.cpp', 44 '../tests/ClipCubicTest.cpp',
43 '../tests/ClipStackTest.cpp', 45 '../tests/ClipStackTest.cpp',
44 '../tests/ClipperTest.cpp', 46 '../tests/ClipperTest.cpp',
45 '../tests/ColorFilterTest.cpp', 47 '../tests/ColorFilterTest.cpp',
46 '../tests/ColorTest.cpp', 48 '../tests/ColorTest.cpp',
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 ], 168 ],
167 }, 169 },
168 ], 170 ],
169 } 171 }
170 172
171 # Local Variables: 173 # Local Variables:
172 # tab-width:2 174 # tab-width:2
173 # indent-tabs-mode:nil 175 # indent-tabs-mode:nil
174 # End: 176 # End:
175 # vim: set expandtab tabstop=2 shiftwidth=2: 177 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | src/core/SkScaledImageCache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698