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 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
194 '../tests/SkResourceCacheTest.cpp', | 194 '../tests/SkResourceCacheTest.cpp', |
195 '../tests/SmallAllocatorTest.cpp', | 195 '../tests/SmallAllocatorTest.cpp', |
196 '../tests/SortTest.cpp', | 196 '../tests/SortTest.cpp', |
197 '../tests/SrcOverTest.cpp', | 197 '../tests/SrcOverTest.cpp', |
198 '../tests/StreamTest.cpp', | 198 '../tests/StreamTest.cpp', |
199 '../tests/StringTest.cpp', | 199 '../tests/StringTest.cpp', |
200 '../tests/StrokeTest.cpp', | 200 '../tests/StrokeTest.cpp', |
201 '../tests/StrokerTest.cpp', | 201 '../tests/StrokerTest.cpp', |
202 '../tests/SurfaceTest.cpp', | 202 '../tests/SurfaceTest.cpp', |
203 '../tests/TArrayTest.cpp', | 203 '../tests/TArrayTest.cpp', |
| 204 '../tests/TDPQueueTest.cpp', |
204 '../tests/THashCache.cpp', | 205 '../tests/THashCache.cpp', |
205 '../tests/Time.cpp', | 206 '../tests/Time.cpp', |
206 '../tests/TLSTest.cpp', | 207 '../tests/TLSTest.cpp', |
207 '../tests/TSetTest.cpp', | 208 '../tests/TSetTest.cpp', |
208 '../tests/TextBlobTest.cpp', | 209 '../tests/TextBlobTest.cpp', |
209 '../tests/TextureCompressionTest.cpp', | 210 '../tests/TextureCompressionTest.cpp', |
210 '../tests/ToUnicodeTest.cpp', | 211 '../tests/ToUnicodeTest.cpp', |
211 '../tests/TracingTest.cpp', | 212 '../tests/TracingTest.cpp', |
212 '../tests/TypefaceTest.cpp', | 213 '../tests/TypefaceTest.cpp', |
213 '../tests/UnicodeTest.cpp', | 214 '../tests/UnicodeTest.cpp', |
(...skipping 13 matching lines...) Expand all Loading... |
227 '../src/utils/debugger/SkObjectParser.h', | 228 '../src/utils/debugger/SkObjectParser.h', |
228 '../src/utils/debugger/SkObjectParser.cpp', | 229 '../src/utils/debugger/SkObjectParser.cpp', |
229 | 230 |
230 '../tests/PipeTest.cpp', | 231 '../tests/PipeTest.cpp', |
231 '../src/pipe/utils/SamplePipeControllers.cpp', | 232 '../src/pipe/utils/SamplePipeControllers.cpp', |
232 | 233 |
233 '../tests/TDStackNesterTest.cpp', | 234 '../tests/TDStackNesterTest.cpp', |
234 '../experimental/PdfViewer/src/SkTDStackNester.h', | 235 '../experimental/PdfViewer/src/SkTDStackNester.h', |
235 ], | 236 ], |
236 } | 237 } |
OLD | NEW |