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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
110 '../tests/GrDrawTargetTest.cpp', | 110 '../tests/GrDrawTargetTest.cpp', |
111 '../tests/GrAllocatorTest.cpp', | 111 '../tests/GrAllocatorTest.cpp', |
112 '../tests/GrMemoryPoolTest.cpp', | 112 '../tests/GrMemoryPoolTest.cpp', |
113 '../tests/GrOrderedSetTest.cpp', | 113 '../tests/GrOrderedSetTest.cpp', |
114 '../tests/GrGLSLPrettyPrintTest.cpp', | 114 '../tests/GrGLSLPrettyPrintTest.cpp', |
115 '../tests/GrRedBlackTreeTest.cpp', | 115 '../tests/GrRedBlackTreeTest.cpp', |
116 '../tests/GrSurfaceTest.cpp', | 116 '../tests/GrSurfaceTest.cpp', |
117 '../tests/GrTBSearchTest.cpp', | 117 '../tests/GrTBSearchTest.cpp', |
118 '../tests/GrTRecorderTest.cpp', | 118 '../tests/GrTRecorderTest.cpp', |
119 '../tests/GradientTest.cpp', | 119 '../tests/GradientTest.cpp', |
| 120 '../tests/HashTest.cpp', |
120 '../tests/ImageCacheTest.cpp', | 121 '../tests/ImageCacheTest.cpp', |
121 '../tests/ImageDecodingTest.cpp', | 122 '../tests/ImageDecodingTest.cpp', |
122 '../tests/ImageFilterTest.cpp', | 123 '../tests/ImageFilterTest.cpp', |
123 '../tests/ImageGeneratorTest.cpp', | 124 '../tests/ImageGeneratorTest.cpp', |
124 '../tests/ImageIsOpaqueTest.cpp', | 125 '../tests/ImageIsOpaqueTest.cpp', |
125 '../tests/ImageNewShaderTest.cpp', | 126 '../tests/ImageNewShaderTest.cpp', |
126 '../tests/InfRectTest.cpp', | 127 '../tests/InfRectTest.cpp', |
127 '../tests/InterpolatorTest.cpp', | 128 '../tests/InterpolatorTest.cpp', |
128 '../tests/JpegTest.cpp', | 129 '../tests/JpegTest.cpp', |
129 '../tests/KtxTest.cpp', | 130 '../tests/KtxTest.cpp', |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
227 '../src/utils/debugger/SkObjectParser.h', | 228 '../src/utils/debugger/SkObjectParser.h', |
228 '../src/utils/debugger/SkObjectParser.cpp', | 229 '../src/utils/debugger/SkObjectParser.cpp', |
229 | 230 |
230 '../tests/PipeTest.cpp', | 231 '../tests/PipeTest.cpp', |
231 '../src/pipe/utils/SamplePipeControllers.cpp', | 232 '../src/pipe/utils/SamplePipeControllers.cpp', |
232 | 233 |
233 '../tests/TDStackNesterTest.cpp', | 234 '../tests/TDStackNesterTest.cpp', |
234 '../experimental/PdfViewer/src/SkTDStackNester.h', | 235 '../experimental/PdfViewer/src/SkTDStackNester.h', |
235 ], | 236 ], |
236 } | 237 } |
OLD | NEW |