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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 '../tests/GrMemoryPoolTest.cpp', | 96 '../tests/GrMemoryPoolTest.cpp', |
97 '../tests/GrOrderedSetTest.cpp', | 97 '../tests/GrOrderedSetTest.cpp', |
98 '../tests/GrRedBlackTreeTest.cpp', | 98 '../tests/GrRedBlackTreeTest.cpp', |
99 '../tests/GrSurfaceTest.cpp', | 99 '../tests/GrSurfaceTest.cpp', |
100 '../tests/GrTBSearchTest.cpp', | 100 '../tests/GrTBSearchTest.cpp', |
101 '../tests/GradientTest.cpp', | 101 '../tests/GradientTest.cpp', |
102 '../tests/HashCacheTest.cpp', | 102 '../tests/HashCacheTest.cpp', |
103 '../tests/ImageCacheTest.cpp', | 103 '../tests/ImageCacheTest.cpp', |
104 '../tests/ImageDecodingTest.cpp', | 104 '../tests/ImageDecodingTest.cpp', |
105 '../tests/ImageFilterTest.cpp', | 105 '../tests/ImageFilterTest.cpp', |
| 106 '../tests/ImageGeneratorTest.cpp', |
106 '../tests/ImageNewShaderTest.cpp', | 107 '../tests/ImageNewShaderTest.cpp', |
107 '../tests/InfRectTest.cpp', | 108 '../tests/InfRectTest.cpp', |
108 '../tests/InterpolatorTest.cpp', | 109 '../tests/InterpolatorTest.cpp', |
109 '../tests/JpegTest.cpp', | 110 '../tests/JpegTest.cpp', |
110 '../tests/KtxTest.cpp', | 111 '../tests/KtxTest.cpp', |
111 '../tests/LListTest.cpp', | 112 '../tests/LListTest.cpp', |
112 '../tests/LayerDrawLooperTest.cpp', | 113 '../tests/LayerDrawLooperTest.cpp', |
113 '../tests/LayerRasterizerTest.cpp', | 114 '../tests/LayerRasterizerTest.cpp', |
114 '../tests/MD5Test.cpp', | 115 '../tests/MD5Test.cpp', |
115 '../tests/MallocPixelRefTest.cpp', | 116 '../tests/MallocPixelRefTest.cpp', |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
198 '../src/utils/debugger/SkObjectParser.h', | 199 '../src/utils/debugger/SkObjectParser.h', |
199 '../src/utils/debugger/SkObjectParser.cpp', | 200 '../src/utils/debugger/SkObjectParser.cpp', |
200 | 201 |
201 '../tests/PipeTest.cpp', | 202 '../tests/PipeTest.cpp', |
202 '../src/pipe/utils/SamplePipeControllers.cpp', | 203 '../src/pipe/utils/SamplePipeControllers.cpp', |
203 | 204 |
204 '../tests/TDStackNesterTest.cpp', | 205 '../tests/TDStackNesterTest.cpp', |
205 '../experimental/PdfViewer/src/SkTDStackNester.h', | 206 '../experimental/PdfViewer/src/SkTDStackNester.h', |
206 ], | 207 ], |
207 } | 208 } |
OLD | NEW |