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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
234 '../src/utils/debugger/SkObjectParser.h', | 235 '../src/utils/debugger/SkObjectParser.h', |
235 '../src/utils/debugger/SkObjectParser.cpp', | 236 '../src/utils/debugger/SkObjectParser.cpp', |
236 | 237 |
237 '../tests/PipeTest.cpp', | 238 '../tests/PipeTest.cpp', |
238 '../src/pipe/utils/SamplePipeControllers.cpp', | 239 '../src/pipe/utils/SamplePipeControllers.cpp', |
239 | 240 |
240 '../tests/TDStackNesterTest.cpp', | 241 '../tests/TDStackNesterTest.cpp', |
241 '../experimental/PdfViewer/src/SkTDStackNester.h', | 242 '../experimental/PdfViewer/src/SkTDStackNester.h', |
242 ], | 243 ], |
243 } | 244 } |
OLD | NEW |