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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
216 '../src/utils/debugger/SkObjectParser.h', | 217 '../src/utils/debugger/SkObjectParser.h', |
217 '../src/utils/debugger/SkObjectParser.cpp', | 218 '../src/utils/debugger/SkObjectParser.cpp', |
218 | 219 |
219 '../tests/PipeTest.cpp', | 220 '../tests/PipeTest.cpp', |
220 '../src/pipe/utils/SamplePipeControllers.cpp', | 221 '../src/pipe/utils/SamplePipeControllers.cpp', |
221 | 222 |
222 '../tests/TDStackNesterTest.cpp', | 223 '../tests/TDStackNesterTest.cpp', |
223 '../experimental/PdfViewer/src/SkTDStackNester.h', | 224 '../experimental/PdfViewer/src/SkTDStackNester.h', |
224 ], | 225 ], |
225 } | 226 } |
OLD | NEW |