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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
112 '../tests/GrOrderedSetTest.cpp', | 112 '../tests/GrOrderedSetTest.cpp', |
113 '../tests/GrGLSLPrettyPrintTest.cpp', | 113 '../tests/GrGLSLPrettyPrintTest.cpp', |
114 '../tests/GrRedBlackTreeTest.cpp', | 114 '../tests/GrRedBlackTreeTest.cpp', |
115 '../tests/GrSurfaceTest.cpp', | 115 '../tests/GrSurfaceTest.cpp', |
116 '../tests/GrTBSearchTest.cpp', | 116 '../tests/GrTBSearchTest.cpp', |
117 '../tests/GradientTest.cpp', | 117 '../tests/GradientTest.cpp', |
118 '../tests/ImageCacheTest.cpp', | 118 '../tests/ImageCacheTest.cpp', |
119 '../tests/ImageDecodingTest.cpp', | 119 '../tests/ImageDecodingTest.cpp', |
120 '../tests/ImageFilterTest.cpp', | 120 '../tests/ImageFilterTest.cpp', |
121 '../tests/ImageGeneratorTest.cpp', | 121 '../tests/ImageGeneratorTest.cpp', |
| 122 '../tests/ImageInfoTest.cpp', |
122 '../tests/ImageIsOpaqueTest.cpp', | 123 '../tests/ImageIsOpaqueTest.cpp', |
123 '../tests/ImageNewShaderTest.cpp', | 124 '../tests/ImageNewShaderTest.cpp', |
124 '../tests/InfRectTest.cpp', | 125 '../tests/InfRectTest.cpp', |
125 '../tests/InterpolatorTest.cpp', | 126 '../tests/InterpolatorTest.cpp', |
126 '../tests/JpegTest.cpp', | 127 '../tests/JpegTest.cpp', |
127 '../tests/KtxTest.cpp', | 128 '../tests/KtxTest.cpp', |
128 '../tests/LListTest.cpp', | 129 '../tests/LListTest.cpp', |
129 '../tests/LayerDrawLooperTest.cpp', | 130 '../tests/LayerDrawLooperTest.cpp', |
130 '../tests/LayerRasterizerTest.cpp', | 131 '../tests/LayerRasterizerTest.cpp', |
131 '../tests/MD5Test.cpp', | 132 '../tests/MD5Test.cpp', |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
217 '../src/utils/debugger/SkObjectParser.h', | 218 '../src/utils/debugger/SkObjectParser.h', |
218 '../src/utils/debugger/SkObjectParser.cpp', | 219 '../src/utils/debugger/SkObjectParser.cpp', |
219 | 220 |
220 '../tests/PipeTest.cpp', | 221 '../tests/PipeTest.cpp', |
221 '../src/pipe/utils/SamplePipeControllers.cpp', | 222 '../src/pipe/utils/SamplePipeControllers.cpp', |
222 | 223 |
223 '../tests/TDStackNesterTest.cpp', | 224 '../tests/TDStackNesterTest.cpp', |
224 '../experimental/PdfViewer/src/SkTDStackNester.h', | 225 '../experimental/PdfViewer/src/SkTDStackNester.h', |
225 ], | 226 ], |
226 } | 227 } |
OLD | NEW |