OLD | NEW |
1 # Common gypi for unit tests. | 1 # Common gypi for unit tests. |
2 { | 2 { |
3 'include_dirs': [ | 3 'include_dirs': [ |
4 '../src/core', | 4 '../src/core', |
5 '../src/effects', | 5 '../src/effects', |
6 '../src/image', | 6 '../src/image', |
7 '../src/lazy', | 7 '../src/lazy', |
8 '../src/images', | 8 '../src/images', |
9 '../src/pathops', | 9 '../src/pathops', |
10 '../src/pdf', | 10 '../src/pdf', |
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
148 '../tests/PDFJpegEmbedTest.cpp', | 148 '../tests/PDFJpegEmbedTest.cpp', |
149 '../tests/PDFPrimitivesTest.cpp', | 149 '../tests/PDFPrimitivesTest.cpp', |
150 '../tests/PackBitsTest.cpp', | 150 '../tests/PackBitsTest.cpp', |
151 '../tests/PaintTest.cpp', | 151 '../tests/PaintTest.cpp', |
152 '../tests/ParsePathTest.cpp', | 152 '../tests/ParsePathTest.cpp', |
153 '../tests/PathCoverageTest.cpp', | 153 '../tests/PathCoverageTest.cpp', |
154 '../tests/PathMeasureTest.cpp', | 154 '../tests/PathMeasureTest.cpp', |
155 '../tests/PathTest.cpp', | 155 '../tests/PathTest.cpp', |
156 '../tests/PathUtilsTest.cpp', | 156 '../tests/PathUtilsTest.cpp', |
157 '../tests/PictureShaderTest.cpp', | 157 '../tests/PictureShaderTest.cpp', |
158 '../tests/PictureStateTreeTest.cpp', | |
159 '../tests/PictureTest.cpp', | 158 '../tests/PictureTest.cpp', |
160 '../tests/PixelRefTest.cpp', | 159 '../tests/PixelRefTest.cpp', |
161 '../tests/PointTest.cpp', | 160 '../tests/PointTest.cpp', |
162 '../tests/PremulAlphaRoundTripTest.cpp', | 161 '../tests/PremulAlphaRoundTripTest.cpp', |
163 '../tests/QuickRejectTest.cpp', | 162 '../tests/QuickRejectTest.cpp', |
164 '../tests/RTConfRegistryTest.cpp', | 163 '../tests/RTConfRegistryTest.cpp', |
165 '../tests/RTreeTest.cpp', | 164 '../tests/RTreeTest.cpp', |
166 '../tests/RandomTest.cpp', | 165 '../tests/RandomTest.cpp', |
167 '../tests/ReadPixelsTest.cpp', | 166 '../tests/ReadPixelsTest.cpp', |
168 '../tests/ReadWriteAlphaTest.cpp', | 167 '../tests/ReadWriteAlphaTest.cpp', |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
221 '../src/utils/debugger/SkObjectParser.h', | 220 '../src/utils/debugger/SkObjectParser.h', |
222 '../src/utils/debugger/SkObjectParser.cpp', | 221 '../src/utils/debugger/SkObjectParser.cpp', |
223 | 222 |
224 '../tests/PipeTest.cpp', | 223 '../tests/PipeTest.cpp', |
225 '../src/pipe/utils/SamplePipeControllers.cpp', | 224 '../src/pipe/utils/SamplePipeControllers.cpp', |
226 | 225 |
227 '../tests/TDStackNesterTest.cpp', | 226 '../tests/TDStackNesterTest.cpp', |
228 '../experimental/PdfViewer/src/SkTDStackNester.h', | 227 '../experimental/PdfViewer/src/SkTDStackNester.h', |
229 ], | 228 ], |
230 } | 229 } |
OLD | NEW |