| 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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 '../tests/RegionTest.cpp', | 188 '../tests/RegionTest.cpp', |
| 189 '../tests/ResourceCacheTest.cpp', | 189 '../tests/ResourceCacheTest.cpp', |
| 190 '../tests/RoundRectTest.cpp', | 190 '../tests/RoundRectTest.cpp', |
| 191 '../tests/RuntimeConfigTest.cpp', | 191 '../tests/RuntimeConfigTest.cpp', |
| 192 '../tests/SHA1Test.cpp', | 192 '../tests/SHA1Test.cpp', |
| 193 '../tests/ScalarTest.cpp', | 193 '../tests/ScalarTest.cpp', |
| 194 '../tests/SerializationTest.cpp', | 194 '../tests/SerializationTest.cpp', |
| 195 '../tests/ShaderImageFilterTest.cpp', | 195 '../tests/ShaderImageFilterTest.cpp', |
| 196 '../tests/ShaderOpacityTest.cpp', | 196 '../tests/ShaderOpacityTest.cpp', |
| 197 '../tests/SizeTest.cpp', | 197 '../tests/SizeTest.cpp', |
| 198 '../tests/Sk2xTest.cpp', |
| 198 '../tests/Sk4xTest.cpp', | 199 '../tests/Sk4xTest.cpp', |
| 199 '../tests/SkBase64Test.cpp', | 200 '../tests/SkBase64Test.cpp', |
| 200 '../tests/SkImageTest.cpp', | 201 '../tests/SkImageTest.cpp', |
| 201 '../tests/SkResourceCacheTest.cpp', | 202 '../tests/SkResourceCacheTest.cpp', |
| 202 '../tests/SmallAllocatorTest.cpp', | 203 '../tests/SmallAllocatorTest.cpp', |
| 203 '../tests/SortTest.cpp', | 204 '../tests/SortTest.cpp', |
| 204 '../tests/SrcOverTest.cpp', | 205 '../tests/SrcOverTest.cpp', |
| 205 '../tests/StreamTest.cpp', | 206 '../tests/StreamTest.cpp', |
| 206 '../tests/StringTest.cpp', | 207 '../tests/StringTest.cpp', |
| 207 '../tests/StrokeTest.cpp', | 208 '../tests/StrokeTest.cpp', |
| (...skipping 28 matching lines...) Expand all Loading... |
| 236 '../src/utils/debugger/SkObjectParser.h', | 237 '../src/utils/debugger/SkObjectParser.h', |
| 237 '../src/utils/debugger/SkObjectParser.cpp', | 238 '../src/utils/debugger/SkObjectParser.cpp', |
| 238 | 239 |
| 239 '../tests/PipeTest.cpp', | 240 '../tests/PipeTest.cpp', |
| 240 '../src/pipe/utils/SamplePipeControllers.cpp', | 241 '../src/pipe/utils/SamplePipeControllers.cpp', |
| 241 | 242 |
| 242 '../tests/TDStackNesterTest.cpp', | 243 '../tests/TDStackNesterTest.cpp', |
| 243 '../experimental/PdfViewer/src/SkTDStackNester.h', | 244 '../experimental/PdfViewer/src/SkTDStackNester.h', |
| 244 ], | 245 ], |
| 245 } | 246 } |
| OLD | NEW |