| OLD | NEW |
| 1 { | 1 { |
| 2 'include_dirs': [ | 2 'include_dirs': [ |
| 3 '../src/core', | 3 '../src/core', |
| 4 '../src/effects', | 4 '../src/effects', |
| 5 '../src/image', | 5 '../src/image', |
| 6 '../src/lazy', | 6 '../src/lazy', |
| 7 '../src/images', | 7 '../src/images', |
| 8 '../src/pathops', | 8 '../src/pathops', |
| 9 '../src/pdf', | 9 '../src/pdf', |
| 10 '../src/pipe/utils', | 10 '../src/pipe/utils', |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 '../tests/GeometryTest.cpp', | 81 '../tests/GeometryTest.cpp', |
| 82 '../tests/GifTest.cpp', | 82 '../tests/GifTest.cpp', |
| 83 '../tests/GpuBitmapCopyTest.cpp', | 83 '../tests/GpuBitmapCopyTest.cpp', |
| 84 '../tests/GpuColorFilterTest.cpp', | 84 '../tests/GpuColorFilterTest.cpp', |
| 85 '../tests/GpuDrawPathTest.cpp', | 85 '../tests/GpuDrawPathTest.cpp', |
| 86 '../tests/GrBinHashKeyTest.cpp', | 86 '../tests/GrBinHashKeyTest.cpp', |
| 87 '../tests/GrContextFactoryTest.cpp', | 87 '../tests/GrContextFactoryTest.cpp', |
| 88 '../tests/GrDrawTargetTest.cpp', | 88 '../tests/GrDrawTargetTest.cpp', |
| 89 '../tests/GrMemoryPoolTest.cpp', | 89 '../tests/GrMemoryPoolTest.cpp', |
| 90 '../tests/GrRedBlackTreeTest.cpp', | 90 '../tests/GrRedBlackTreeTest.cpp', |
| 91 '../tests/GrSetTest.cpp', |
| 91 '../tests/GrSurfaceTest.cpp', | 92 '../tests/GrSurfaceTest.cpp', |
| 92 '../tests/GrTBSearchTest.cpp', | 93 '../tests/GrTBSearchTest.cpp', |
| 93 '../tests/GradientTest.cpp', | 94 '../tests/GradientTest.cpp', |
| 94 '../tests/HashCacheTest.cpp', | 95 '../tests/HashCacheTest.cpp', |
| 95 '../tests/ImageCacheTest.cpp', | 96 '../tests/ImageCacheTest.cpp', |
| 96 '../tests/ImageDecodingTest.cpp', | 97 '../tests/ImageDecodingTest.cpp', |
| 97 '../tests/ImageFilterTest.cpp', | 98 '../tests/ImageFilterTest.cpp', |
| 98 '../tests/InfRectTest.cpp', | 99 '../tests/InfRectTest.cpp', |
| 99 '../tests/JpegTest.cpp', | 100 '../tests/JpegTest.cpp', |
| 100 '../tests/LListTest.cpp', | 101 '../tests/LListTest.cpp', |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 '../src/utils/debugger/SkObjectParser.h', | 173 '../src/utils/debugger/SkObjectParser.h', |
| 173 '../src/utils/debugger/SkObjectParser.cpp', | 174 '../src/utils/debugger/SkObjectParser.cpp', |
| 174 | 175 |
| 175 '../tests/PipeTest.cpp', | 176 '../tests/PipeTest.cpp', |
| 176 '../src/pipe/utils/SamplePipeControllers.cpp', | 177 '../src/pipe/utils/SamplePipeControllers.cpp', |
| 177 | 178 |
| 178 '../tests/TDStackNesterTest.cpp', | 179 '../tests/TDStackNesterTest.cpp', |
| 179 '../experimental/PdfViewer/src/SkTDStackNester.h', | 180 '../experimental/PdfViewer/src/SkTDStackNester.h', |
| 180 ], | 181 ], |
| 181 } | 182 } |
| OLD | NEW |