blob: 18908190fe044a4df5ffe6f996f9f04e57b910af [file] [log] [blame]
commit-bot@chromium.org0dc5bd12014-02-26 16:31:22 +00001{
2 'include_dirs': [
3 '../src/core',
4 '../src/effects',
5 '../src/image',
6 '../src/lazy',
7 '../src/images',
8 '../src/pathops',
9 '../src/pdf',
10 '../src/pipe/utils',
11 '../src/utils',
12 '../src/utils/debugger',
13 '../tools/',
14
15 # Needed for TDStackNesterTest.
16 '../experimental/PdfViewer',
17 '../experimental/PdfViewer/src',
18 ],
19 'dependencies': [
20 'skia_lib.gyp:skia_lib',
21 'experimental.gyp:experimental',
22 'flags.gyp:flags',
23 'pdf.gyp:pdf',
24 'tools.gyp:picture_utils',
25 ],
26 'sources': [
27 '../tests/Test.cpp',
28 '../tests/Test.h',
29
30 '../tests/AAClipTest.cpp',
31 '../tests/ARGBImageEncoderTest.cpp',
32 '../tests/AndroidPaintTest.cpp',
33 '../tests/AnnotationTest.cpp',
34 '../tests/AtomicTest.cpp',
35 '../tests/BBoxHierarchyTest.cpp',
36 '../tests/BitSetTest.cpp',
37 '../tests/BitmapCopyTest.cpp',
38 '../tests/BitmapGetColorTest.cpp',
39 '../tests/BitmapHasherTest.cpp',
40 '../tests/BitmapHeapTest.cpp',
41 '../tests/BitmapTest.cpp',
42 '../tests/BlendTest.cpp',
43 '../tests/BlitRowTest.cpp',
44 '../tests/BlurTest.cpp',
45 '../tests/CachedDecodingPixelRefTest.cpp',
46 '../tests/CanvasStateTest.cpp',
47 '../tests/CanvasTest.cpp',
48 '../tests/ChecksumTest.cpp',
49 '../tests/ClampRangeTest.cpp',
50 '../tests/ClipCacheTest.cpp',
51 '../tests/ClipCubicTest.cpp',
52 '../tests/ClipStackTest.cpp',
53 '../tests/ClipperTest.cpp',
54 '../tests/ColorFilterTest.cpp',
55 '../tests/ColorPrivTest.cpp',
56 '../tests/ColorTest.cpp',
57 '../tests/DataRefTest.cpp',
58 '../tests/DeferredCanvasTest.cpp',
59 '../tests/DequeTest.cpp',
60 '../tests/DeviceLooperTest.cpp',
commit-bot@chromium.org085a6e42014-03-03 19:23:28 +000061 '../tests/DiscardableMemoryPoolTest.cpp',
commit-bot@chromium.org0dc5bd12014-02-26 16:31:22 +000062 '../tests/DiscardableMemoryTest.cpp',
63 '../tests/DocumentTest.cpp',
64 '../tests/DrawBitmapRectTest.cpp',
65 '../tests/DrawPathTest.cpp',
66 '../tests/DrawTextTest.cpp',
67 '../tests/DynamicHashTest.cpp',
68 '../tests/EmptyPathTest.cpp',
69 '../tests/ErrorTest.cpp',
70 '../tests/FillPathTest.cpp',
71 '../tests/FitsInTest.cpp',
72 '../tests/FlatDataTest.cpp',
73 '../tests/FlateTest.cpp',
74 '../tests/FontHostStreamTest.cpp',
75 '../tests/FontHostTest.cpp',
76 '../tests/FontMgrTest.cpp',
77 '../tests/FontNamesTest.cpp',
78 '../tests/FrontBufferedStreamTest.cpp',
commit-bot@chromium.org085a6e42014-03-03 19:23:28 +000079 '../tests/GLInterfaceValidationTest.cpp',
commit-bot@chromium.org0dc5bd12014-02-26 16:31:22 +000080 '../tests/GLProgramsTest.cpp',
81 '../tests/GeometryTest.cpp',
82 '../tests/GifTest.cpp',
83 '../tests/GpuBitmapCopyTest.cpp',
84 '../tests/GpuColorFilterTest.cpp',
85 '../tests/GpuDrawPathTest.cpp',
86 '../tests/GrBinHashKeyTest.cpp',
87 '../tests/GrContextFactoryTest.cpp',
88 '../tests/GrDrawTargetTest.cpp',
89 '../tests/GrMemoryPoolTest.cpp',
90 '../tests/GrRedBlackTreeTest.cpp',
commit-bot@chromium.org4fcc3ca2014-02-27 20:23:22 +000091 '../tests/GrOrderedSetTest.cpp',
commit-bot@chromium.org0dc5bd12014-02-26 16:31:22 +000092 '../tests/GrSurfaceTest.cpp',
93 '../tests/GrTBSearchTest.cpp',
94 '../tests/GradientTest.cpp',
95 '../tests/HashCacheTest.cpp',
96 '../tests/ImageCacheTest.cpp',
97 '../tests/ImageDecodingTest.cpp',
98 '../tests/ImageFilterTest.cpp',
99 '../tests/InfRectTest.cpp',
100 '../tests/JpegTest.cpp',
101 '../tests/LListTest.cpp',
102 '../tests/LayerDrawLooperTest.cpp',
103 '../tests/MD5Test.cpp',
104 '../tests/MallocPixelRefTest.cpp',
105 '../tests/MathTest.cpp',
106 '../tests/Matrix44Test.cpp',
107 '../tests/MatrixClipCollapseTest.cpp',
108 '../tests/MatrixTest.cpp',
109 '../tests/MemoryTest.cpp',
110 '../tests/MemsetTest.cpp',
111 '../tests/MessageBusTest.cpp',
112 '../tests/MetaDataTest.cpp',
113 '../tests/MipMapTest.cpp',
114 '../tests/OSPathTest.cpp',
115 '../tests/OnceTest.cpp',
116 '../tests/PDFPrimitivesTest.cpp',
117 '../tests/PackBitsTest.cpp',
118 '../tests/PaintTest.cpp',
119 '../tests/ParsePathTest.cpp',
120 '../tests/PathCoverageTest.cpp',
121 '../tests/PathMeasureTest.cpp',
122 '../tests/PathTest.cpp',
123 '../tests/PathUtilsTest.cpp',
124 '../tests/PictureTest.cpp',
125 '../tests/PictureUtilsTest.cpp',
126 '../tests/PixelRefTest.cpp',
127 '../tests/PointTest.cpp',
128 '../tests/PremulAlphaRoundTripTest.cpp',
129 '../tests/QuickRejectTest.cpp',
130 '../tests/RTreeTest.cpp',
131 '../tests/RandomTest.cpp',
132 '../tests/ReadPixelsTest.cpp',
133 '../tests/ReadWriteAlphaTest.cpp',
134 '../tests/Reader32Test.cpp',
135 '../tests/RefCntTest.cpp',
136 '../tests/RefDictTest.cpp',
137 '../tests/RegionTest.cpp',
138 '../tests/ResourceCacheTest.cpp',
139 '../tests/RoundRectTest.cpp',
140 '../tests/RuntimeConfigTest.cpp',
141 '../tests/SHA1Test.cpp',
142 '../tests/ScalarTest.cpp',
143 '../tests/SerializationTest.cpp',
144 '../tests/ShaderImageFilterTest.cpp',
145 '../tests/ShaderOpacityTest.cpp',
146 '../tests/SkBase64Test.cpp',
147 '../tests/SortTest.cpp',
148 '../tests/SrcOverTest.cpp',
149 '../tests/StreamTest.cpp',
150 '../tests/StringTest.cpp',
151 '../tests/StrokeTest.cpp',
152 '../tests/SurfaceTest.cpp',
153 '../tests/TLSTest.cpp',
154 '../tests/TSetTest.cpp',
155 '../tests/TestSize.cpp',
156 '../tests/TileGridTest.cpp',
commit-bot@chromium.org085a6e42014-03-03 19:23:28 +0000157 '../tests/ToUnicodeTest.cpp',
commit-bot@chromium.org0dc5bd12014-02-26 16:31:22 +0000158 '../tests/TracingTest.cpp',
commit-bot@chromium.org085a6e42014-03-03 19:23:28 +0000159 '../tests/TypefaceTest.cpp',
commit-bot@chromium.org0dc5bd12014-02-26 16:31:22 +0000160 '../tests/UnicodeTest.cpp',
161 '../tests/UnitTestTest.cpp',
162 '../tests/UtilsTest.cpp',
163 '../tests/WArrayTest.cpp',
164 '../tests/WritePixelsTest.cpp',
165 '../tests/Writer32Test.cpp',
166 '../tests/XfermodeTest.cpp',
167
168 '../tests/MatrixClipCollapseTest.cpp',
169 '../src/utils/debugger/SkDrawCommand.h',
170 '../src/utils/debugger/SkDrawCommand.cpp',
171 '../src/utils/debugger/SkDebugCanvas.h',
172 '../src/utils/debugger/SkDebugCanvas.cpp',
173 '../src/utils/debugger/SkObjectParser.h',
174 '../src/utils/debugger/SkObjectParser.cpp',
175
176 '../tests/PipeTest.cpp',
177 '../src/pipe/utils/SamplePipeControllers.cpp',
178
179 '../tests/TDStackNesterTest.cpp',
180 '../experimental/PdfViewer/src/SkTDStackNester.h',
181 ],
182}