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