| 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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 '../tests/GradientTest.cpp', | 121 '../tests/GradientTest.cpp', |
| 122 '../tests/HashTest.cpp', | 122 '../tests/HashTest.cpp', |
| 123 '../tests/ImageCacheTest.cpp', | 123 '../tests/ImageCacheTest.cpp', |
| 124 '../tests/ImageDecodingTest.cpp', | 124 '../tests/ImageDecodingTest.cpp', |
| 125 '../tests/ImageFilterTest.cpp', | 125 '../tests/ImageFilterTest.cpp', |
| 126 '../tests/ImageGeneratorTest.cpp', | 126 '../tests/ImageGeneratorTest.cpp', |
| 127 '../tests/ImageIsOpaqueTest.cpp', | 127 '../tests/ImageIsOpaqueTest.cpp', |
| 128 '../tests/ImageNewShaderTest.cpp', | 128 '../tests/ImageNewShaderTest.cpp', |
| 129 '../tests/InfRectTest.cpp', | 129 '../tests/InfRectTest.cpp', |
| 130 '../tests/InterpolatorTest.cpp', | 130 '../tests/InterpolatorTest.cpp', |
| 131 '../tests/InvalidIndexedPngTest.cpp', |
| 131 '../tests/JpegTest.cpp', | 132 '../tests/JpegTest.cpp', |
| 132 '../tests/KtxTest.cpp', | 133 '../tests/KtxTest.cpp', |
| 133 '../tests/LListTest.cpp', | 134 '../tests/LListTest.cpp', |
| 134 '../tests/LayerDrawLooperTest.cpp', | 135 '../tests/LayerDrawLooperTest.cpp', |
| 135 '../tests/LayerRasterizerTest.cpp', | 136 '../tests/LayerRasterizerTest.cpp', |
| 136 '../tests/LazyPtrTest.cpp', | 137 '../tests/LazyPtrTest.cpp', |
| 137 '../tests/MD5Test.cpp', | 138 '../tests/MD5Test.cpp', |
| 138 '../tests/MallocPixelRefTest.cpp', | 139 '../tests/MallocPixelRefTest.cpp', |
| 139 '../tests/MaskCacheTest.cpp', | 140 '../tests/MaskCacheTest.cpp', |
| 140 '../tests/MathTest.cpp', | 141 '../tests/MathTest.cpp', |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 232 '../src/utils/debugger/SkObjectParser.h', | 233 '../src/utils/debugger/SkObjectParser.h', |
| 233 '../src/utils/debugger/SkObjectParser.cpp', | 234 '../src/utils/debugger/SkObjectParser.cpp', |
| 234 | 235 |
| 235 '../tests/PipeTest.cpp', | 236 '../tests/PipeTest.cpp', |
| 236 '../src/pipe/utils/SamplePipeControllers.cpp', | 237 '../src/pipe/utils/SamplePipeControllers.cpp', |
| 237 | 238 |
| 238 '../tests/TDStackNesterTest.cpp', | 239 '../tests/TDStackNesterTest.cpp', |
| 239 '../experimental/PdfViewer/src/SkTDStackNester.h', | 240 '../experimental/PdfViewer/src/SkTDStackNester.h', |
| 240 ], | 241 ], |
| 241 } | 242 } |
| OLD | NEW |