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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
132 '../tests/MD5Test.cpp', | 132 '../tests/MD5Test.cpp', |
133 '../tests/MallocPixelRefTest.cpp', | 133 '../tests/MallocPixelRefTest.cpp', |
134 '../tests/MathTest.cpp', | 134 '../tests/MathTest.cpp', |
135 '../tests/Matrix44Test.cpp', | 135 '../tests/Matrix44Test.cpp', |
136 '../tests/MatrixClipCollapseTest.cpp', | 136 '../tests/MatrixClipCollapseTest.cpp', |
137 '../tests/MatrixTest.cpp', | 137 '../tests/MatrixTest.cpp', |
138 '../tests/MemoryTest.cpp', | 138 '../tests/MemoryTest.cpp', |
139 '../tests/MemsetTest.cpp', | 139 '../tests/MemsetTest.cpp', |
140 '../tests/MessageBusTest.cpp', | 140 '../tests/MessageBusTest.cpp', |
141 '../tests/MetaDataTest.cpp', | 141 '../tests/MetaDataTest.cpp', |
| 142 '../tests/MiniDataTest.cpp', |
142 '../tests/MipMapTest.cpp', | 143 '../tests/MipMapTest.cpp', |
143 '../tests/NameAllocatorTest.cpp', | 144 '../tests/NameAllocatorTest.cpp', |
144 '../tests/OSPathTest.cpp', | 145 '../tests/OSPathTest.cpp', |
145 '../tests/ObjectPoolTest.cpp', | 146 '../tests/ObjectPoolTest.cpp', |
146 '../tests/OnceTest.cpp', | 147 '../tests/OnceTest.cpp', |
147 '../tests/PDFJpegEmbedTest.cpp', | 148 '../tests/PDFJpegEmbedTest.cpp', |
148 '../tests/PDFPrimitivesTest.cpp', | 149 '../tests/PDFPrimitivesTest.cpp', |
149 '../tests/PackBitsTest.cpp', | 150 '../tests/PackBitsTest.cpp', |
150 '../tests/PaintTest.cpp', | 151 '../tests/PaintTest.cpp', |
151 '../tests/ParsePathTest.cpp', | 152 '../tests/ParsePathTest.cpp', |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
220 '../src/utils/debugger/SkObjectParser.h', | 221 '../src/utils/debugger/SkObjectParser.h', |
221 '../src/utils/debugger/SkObjectParser.cpp', | 222 '../src/utils/debugger/SkObjectParser.cpp', |
222 | 223 |
223 '../tests/PipeTest.cpp', | 224 '../tests/PipeTest.cpp', |
224 '../src/pipe/utils/SamplePipeControllers.cpp', | 225 '../src/pipe/utils/SamplePipeControllers.cpp', |
225 | 226 |
226 '../tests/TDStackNesterTest.cpp', | 227 '../tests/TDStackNesterTest.cpp', |
227 '../experimental/PdfViewer/src/SkTDStackNester.h', | 228 '../experimental/PdfViewer/src/SkTDStackNester.h', |
228 ], | 229 ], |
229 } | 230 } |
OLD | NEW |