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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
73 '../tests/FlateTest.cpp', | 73 '../tests/FlateTest.cpp', |
74 '../tests/FontHostStreamTest.cpp', | 74 '../tests/FontHostStreamTest.cpp', |
75 '../tests/FontHostTest.cpp', | 75 '../tests/FontHostTest.cpp', |
76 '../tests/FontMgrTest.cpp', | 76 '../tests/FontMgrTest.cpp', |
77 '../tests/FontNamesTest.cpp', | 77 '../tests/FontNamesTest.cpp', |
78 '../tests/FrontBufferedStreamTest.cpp', | 78 '../tests/FrontBufferedStreamTest.cpp', |
79 '../tests/GLInterfaceValidationTest.cpp', | 79 '../tests/GLInterfaceValidationTest.cpp', |
80 '../tests/GLProgramsTest.cpp', | 80 '../tests/GLProgramsTest.cpp', |
81 '../tests/GeometryTest.cpp', | 81 '../tests/GeometryTest.cpp', |
82 '../tests/GifTest.cpp', | 82 '../tests/GifTest.cpp', |
83 '../tests/GpuBitmapCopyTest.cpp', | |
84 '../tests/GpuColorFilterTest.cpp', | 83 '../tests/GpuColorFilterTest.cpp', |
85 '../tests/GpuDrawPathTest.cpp', | 84 '../tests/GpuDrawPathTest.cpp', |
86 '../tests/GrBinHashKeyTest.cpp', | 85 '../tests/GrBinHashKeyTest.cpp', |
87 '../tests/GrContextFactoryTest.cpp', | 86 '../tests/GrContextFactoryTest.cpp', |
88 '../tests/GrDrawTargetTest.cpp', | 87 '../tests/GrDrawTargetTest.cpp', |
89 '../tests/GrMemoryPoolTest.cpp', | 88 '../tests/GrMemoryPoolTest.cpp', |
90 '../tests/GrRedBlackTreeTest.cpp', | 89 '../tests/GrRedBlackTreeTest.cpp', |
91 '../tests/GrOrderedSetTest.cpp', | 90 '../tests/GrOrderedSetTest.cpp', |
92 '../tests/GrSurfaceTest.cpp', | 91 '../tests/GrSurfaceTest.cpp', |
93 '../tests/GrTBSearchTest.cpp', | 92 '../tests/GrTBSearchTest.cpp', |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
173 '../src/utils/debugger/SkObjectParser.h', | 172 '../src/utils/debugger/SkObjectParser.h', |
174 '../src/utils/debugger/SkObjectParser.cpp', | 173 '../src/utils/debugger/SkObjectParser.cpp', |
175 | 174 |
176 '../tests/PipeTest.cpp', | 175 '../tests/PipeTest.cpp', |
177 '../src/pipe/utils/SamplePipeControllers.cpp', | 176 '../src/pipe/utils/SamplePipeControllers.cpp', |
178 | 177 |
179 '../tests/TDStackNesterTest.cpp', | 178 '../tests/TDStackNesterTest.cpp', |
180 '../experimental/PdfViewer/src/SkTDStackNester.h', | 179 '../experimental/PdfViewer/src/SkTDStackNester.h', |
181 ], | 180 ], |
182 } | 181 } |
OLD | NEW |