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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
140 '../tests/MatrixClipCollapseTest.cpp', | 140 '../tests/MatrixClipCollapseTest.cpp', |
141 '../tests/MatrixTest.cpp', | 141 '../tests/MatrixTest.cpp', |
142 '../tests/MemoryTest.cpp', | 142 '../tests/MemoryTest.cpp', |
143 '../tests/MemsetTest.cpp', | 143 '../tests/MemsetTest.cpp', |
144 '../tests/MessageBusTest.cpp', | 144 '../tests/MessageBusTest.cpp', |
145 '../tests/MetaDataTest.cpp', | 145 '../tests/MetaDataTest.cpp', |
146 '../tests/MipMapTest.cpp', | 146 '../tests/MipMapTest.cpp', |
147 '../tests/NameAllocatorTest.cpp', | 147 '../tests/NameAllocatorTest.cpp', |
148 '../tests/OSPathTest.cpp', | 148 '../tests/OSPathTest.cpp', |
149 '../tests/OnceTest.cpp', | 149 '../tests/OnceTest.cpp', |
| 150 '../tests/PDFInvalidBitmapTest.cpp', |
150 '../tests/PDFJpegEmbedTest.cpp', | 151 '../tests/PDFJpegEmbedTest.cpp', |
151 '../tests/PDFPrimitivesTest.cpp', | 152 '../tests/PDFPrimitivesTest.cpp', |
152 '../tests/PackBitsTest.cpp', | 153 '../tests/PackBitsTest.cpp', |
153 '../tests/PaintTest.cpp', | 154 '../tests/PaintTest.cpp', |
154 '../tests/ParsePathTest.cpp', | 155 '../tests/ParsePathTest.cpp', |
155 '../tests/PathCoverageTest.cpp', | 156 '../tests/PathCoverageTest.cpp', |
156 '../tests/PathMeasureTest.cpp', | 157 '../tests/PathMeasureTest.cpp', |
157 '../tests/PathTest.cpp', | 158 '../tests/PathTest.cpp', |
158 '../tests/PathUtilsTest.cpp', | 159 '../tests/PathUtilsTest.cpp', |
159 '../tests/PictureBBHTest.cpp', | 160 '../tests/PictureBBHTest.cpp', |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
226 '../src/utils/debugger/SkObjectParser.h', | 227 '../src/utils/debugger/SkObjectParser.h', |
227 '../src/utils/debugger/SkObjectParser.cpp', | 228 '../src/utils/debugger/SkObjectParser.cpp', |
228 | 229 |
229 '../tests/PipeTest.cpp', | 230 '../tests/PipeTest.cpp', |
230 '../src/pipe/utils/SamplePipeControllers.cpp', | 231 '../src/pipe/utils/SamplePipeControllers.cpp', |
231 | 232 |
232 '../tests/TDStackNesterTest.cpp', | 233 '../tests/TDStackNesterTest.cpp', |
233 '../experimental/PdfViewer/src/SkTDStackNester.h', | 234 '../experimental/PdfViewer/src/SkTDStackNester.h', |
234 ], | 235 ], |
235 } | 236 } |
OLD | NEW |