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