| 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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 181 '../tests/RegionTest.cpp', | 181 '../tests/RegionTest.cpp', |
| 182 '../tests/ResourceCacheTest.cpp', | 182 '../tests/ResourceCacheTest.cpp', |
| 183 '../tests/RoundRectTest.cpp', | 183 '../tests/RoundRectTest.cpp', |
| 184 '../tests/RuntimeConfigTest.cpp', | 184 '../tests/RuntimeConfigTest.cpp', |
| 185 '../tests/SHA1Test.cpp', | 185 '../tests/SHA1Test.cpp', |
| 186 '../tests/ScalarTest.cpp', | 186 '../tests/ScalarTest.cpp', |
| 187 '../tests/SerializationTest.cpp', | 187 '../tests/SerializationTest.cpp', |
| 188 '../tests/ShaderImageFilterTest.cpp', | 188 '../tests/ShaderImageFilterTest.cpp', |
| 189 '../tests/ShaderOpacityTest.cpp', | 189 '../tests/ShaderOpacityTest.cpp', |
| 190 '../tests/SizeTest.cpp', | 190 '../tests/SizeTest.cpp', |
| 191 '../tests/Sk4xTest.cpp', |
| 191 '../tests/SkBase64Test.cpp', | 192 '../tests/SkBase64Test.cpp', |
| 192 '../tests/SkResourceCacheTest.cpp', | 193 '../tests/SkResourceCacheTest.cpp', |
| 193 '../tests/SmallAllocatorTest.cpp', | 194 '../tests/SmallAllocatorTest.cpp', |
| 194 '../tests/SortTest.cpp', | 195 '../tests/SortTest.cpp', |
| 195 '../tests/SrcOverTest.cpp', | 196 '../tests/SrcOverTest.cpp', |
| 196 '../tests/StreamTest.cpp', | 197 '../tests/StreamTest.cpp', |
| 197 '../tests/StringTest.cpp', | 198 '../tests/StringTest.cpp', |
| 198 '../tests/StrokeTest.cpp', | 199 '../tests/StrokeTest.cpp', |
| 199 '../tests/StrokerTest.cpp', | 200 '../tests/StrokerTest.cpp', |
| 200 '../tests/SurfaceTest.cpp', | 201 '../tests/SurfaceTest.cpp', |
| (...skipping 22 matching lines...) Expand all Loading... |
| 223 '../src/utils/debugger/SkObjectParser.h', | 224 '../src/utils/debugger/SkObjectParser.h', |
| 224 '../src/utils/debugger/SkObjectParser.cpp', | 225 '../src/utils/debugger/SkObjectParser.cpp', |
| 225 | 226 |
| 226 '../tests/PipeTest.cpp', | 227 '../tests/PipeTest.cpp', |
| 227 '../src/pipe/utils/SamplePipeControllers.cpp', | 228 '../src/pipe/utils/SamplePipeControllers.cpp', |
| 228 | 229 |
| 229 '../tests/TDStackNesterTest.cpp', | 230 '../tests/TDStackNesterTest.cpp', |
| 230 '../experimental/PdfViewer/src/SkTDStackNester.h', | 231 '../experimental/PdfViewer/src/SkTDStackNester.h', |
| 231 ], | 232 ], |
| 232 } | 233 } |
| OLD | NEW |