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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
149 '../tests/OnceTest.cpp', | 149 '../tests/OnceTest.cpp', |
150 '../tests/PDFJpegEmbedTest.cpp', | 150 '../tests/PDFJpegEmbedTest.cpp', |
151 '../tests/PDFPrimitivesTest.cpp', | 151 '../tests/PDFPrimitivesTest.cpp', |
152 '../tests/PackBitsTest.cpp', | 152 '../tests/PackBitsTest.cpp', |
153 '../tests/PaintTest.cpp', | 153 '../tests/PaintTest.cpp', |
154 '../tests/ParsePathTest.cpp', | 154 '../tests/ParsePathTest.cpp', |
155 '../tests/PathCoverageTest.cpp', | 155 '../tests/PathCoverageTest.cpp', |
156 '../tests/PathMeasureTest.cpp', | 156 '../tests/PathMeasureTest.cpp', |
157 '../tests/PathTest.cpp', | 157 '../tests/PathTest.cpp', |
158 '../tests/PathUtilsTest.cpp', | 158 '../tests/PathUtilsTest.cpp', |
| 159 '../tests/PictureBBHTest.cpp', |
159 '../tests/PictureShaderTest.cpp', | 160 '../tests/PictureShaderTest.cpp', |
160 '../tests/PictureTest.cpp', | 161 '../tests/PictureTest.cpp', |
161 '../tests/PixelRefTest.cpp', | 162 '../tests/PixelRefTest.cpp', |
162 '../tests/PointTest.cpp', | 163 '../tests/PointTest.cpp', |
163 '../tests/PremulAlphaRoundTripTest.cpp', | 164 '../tests/PremulAlphaRoundTripTest.cpp', |
164 '../tests/QuickRejectTest.cpp', | 165 '../tests/QuickRejectTest.cpp', |
165 '../tests/RTConfRegistryTest.cpp', | 166 '../tests/RTConfRegistryTest.cpp', |
166 '../tests/RTreeTest.cpp', | 167 '../tests/RTreeTest.cpp', |
167 '../tests/RandomTest.cpp', | 168 '../tests/RandomTest.cpp', |
168 '../tests/ReadPixelsTest.cpp', | 169 '../tests/ReadPixelsTest.cpp', |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
222 '../src/utils/debugger/SkObjectParser.h', | 223 '../src/utils/debugger/SkObjectParser.h', |
223 '../src/utils/debugger/SkObjectParser.cpp', | 224 '../src/utils/debugger/SkObjectParser.cpp', |
224 | 225 |
225 '../tests/PipeTest.cpp', | 226 '../tests/PipeTest.cpp', |
226 '../src/pipe/utils/SamplePipeControllers.cpp', | 227 '../src/pipe/utils/SamplePipeControllers.cpp', |
227 | 228 |
228 '../tests/TDStackNesterTest.cpp', | 229 '../tests/TDStackNesterTest.cpp', |
229 '../experimental/PdfViewer/src/SkTDStackNester.h', | 230 '../experimental/PdfViewer/src/SkTDStackNester.h', |
230 ], | 231 ], |
231 } | 232 } |
OLD | NEW |