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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
191 '../tests/SkBase64Test.cpp', | 191 '../tests/SkBase64Test.cpp', |
192 '../tests/SkResourceCacheTest.cpp', | 192 '../tests/SkResourceCacheTest.cpp', |
193 '../tests/SmallAllocatorTest.cpp', | 193 '../tests/SmallAllocatorTest.cpp', |
194 '../tests/SortTest.cpp', | 194 '../tests/SortTest.cpp', |
195 '../tests/SrcOverTest.cpp', | 195 '../tests/SrcOverTest.cpp', |
196 '../tests/StreamTest.cpp', | 196 '../tests/StreamTest.cpp', |
197 '../tests/StringTest.cpp', | 197 '../tests/StringTest.cpp', |
198 '../tests/StrokeTest.cpp', | 198 '../tests/StrokeTest.cpp', |
199 '../tests/SurfaceTest.cpp', | 199 '../tests/SurfaceTest.cpp', |
200 '../tests/TArrayTest.cpp', | 200 '../tests/TArrayTest.cpp', |
| 201 '../tests/THashCache.cpp', |
201 '../tests/TLSTest.cpp', | 202 '../tests/TLSTest.cpp', |
202 '../tests/TSetTest.cpp', | 203 '../tests/TSetTest.cpp', |
203 '../tests/TextBlobTest.cpp', | 204 '../tests/TextBlobTest.cpp', |
204 '../tests/TextureCompressionTest.cpp', | 205 '../tests/TextureCompressionTest.cpp', |
205 '../tests/TileGridTest.cpp', | 206 '../tests/TileGridTest.cpp', |
206 '../tests/ToUnicodeTest.cpp', | 207 '../tests/ToUnicodeTest.cpp', |
207 '../tests/TracingTest.cpp', | 208 '../tests/TracingTest.cpp', |
208 '../tests/TypefaceTest.cpp', | 209 '../tests/TypefaceTest.cpp', |
209 '../tests/UnicodeTest.cpp', | 210 '../tests/UnicodeTest.cpp', |
210 '../tests/UtilsTest.cpp', | 211 '../tests/UtilsTest.cpp', |
(...skipping 10 matching lines...) Expand all Loading... |
221 '../src/utils/debugger/SkObjectParser.h', | 222 '../src/utils/debugger/SkObjectParser.h', |
222 '../src/utils/debugger/SkObjectParser.cpp', | 223 '../src/utils/debugger/SkObjectParser.cpp', |
223 | 224 |
224 '../tests/PipeTest.cpp', | 225 '../tests/PipeTest.cpp', |
225 '../src/pipe/utils/SamplePipeControllers.cpp', | 226 '../src/pipe/utils/SamplePipeControllers.cpp', |
226 | 227 |
227 '../tests/TDStackNesterTest.cpp', | 228 '../tests/TDStackNesterTest.cpp', |
228 '../experimental/PdfViewer/src/SkTDStackNester.h', | 229 '../experimental/PdfViewer/src/SkTDStackNester.h', |
229 ], | 230 ], |
230 } | 231 } |
OLD | NEW |