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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
101 '../tests/GLProgramsTest.cpp', | 101 '../tests/GLProgramsTest.cpp', |
102 '../tests/GeometryTest.cpp', | 102 '../tests/GeometryTest.cpp', |
103 '../tests/GifTest.cpp', | 103 '../tests/GifTest.cpp', |
104 '../tests/GpuColorFilterTest.cpp', | 104 '../tests/GpuColorFilterTest.cpp', |
105 '../tests/GpuDrawPathTest.cpp', | 105 '../tests/GpuDrawPathTest.cpp', |
106 '../tests/GpuLayerCacheTest.cpp', | 106 '../tests/GpuLayerCacheTest.cpp', |
107 '../tests/GpuRectanizerTest.cpp', | 107 '../tests/GpuRectanizerTest.cpp', |
108 '../tests/GrBinHashKeyTest.cpp', | 108 '../tests/GrBinHashKeyTest.cpp', |
109 '../tests/GrContextFactoryTest.cpp', | 109 '../tests/GrContextFactoryTest.cpp', |
110 '../tests/GrDrawTargetTest.cpp', | 110 '../tests/GrDrawTargetTest.cpp', |
| 111 '../tests/GrAllocatorTest.cpp', |
111 '../tests/GrMemoryPoolTest.cpp', | 112 '../tests/GrMemoryPoolTest.cpp', |
112 '../tests/GrOrderedSetTest.cpp', | 113 '../tests/GrOrderedSetTest.cpp', |
113 '../tests/GrGLSLPrettyPrintTest.cpp', | 114 '../tests/GrGLSLPrettyPrintTest.cpp', |
114 '../tests/GrRedBlackTreeTest.cpp', | 115 '../tests/GrRedBlackTreeTest.cpp', |
115 '../tests/GrSurfaceTest.cpp', | 116 '../tests/GrSurfaceTest.cpp', |
116 '../tests/GrTBSearchTest.cpp', | 117 '../tests/GrTBSearchTest.cpp', |
117 '../tests/GradientTest.cpp', | 118 '../tests/GradientTest.cpp', |
118 '../tests/ImageCacheTest.cpp', | 119 '../tests/ImageCacheTest.cpp', |
119 '../tests/ImageDecodingTest.cpp', | 120 '../tests/ImageDecodingTest.cpp', |
120 '../tests/ImageFilterTest.cpp', | 121 '../tests/ImageFilterTest.cpp', |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
218 '../src/utils/debugger/SkObjectParser.h', | 219 '../src/utils/debugger/SkObjectParser.h', |
219 '../src/utils/debugger/SkObjectParser.cpp', | 220 '../src/utils/debugger/SkObjectParser.cpp', |
220 | 221 |
221 '../tests/PipeTest.cpp', | 222 '../tests/PipeTest.cpp', |
222 '../src/pipe/utils/SamplePipeControllers.cpp', | 223 '../src/pipe/utils/SamplePipeControllers.cpp', |
223 | 224 |
224 '../tests/TDStackNesterTest.cpp', | 225 '../tests/TDStackNesterTest.cpp', |
225 '../experimental/PdfViewer/src/SkTDStackNester.h', | 226 '../experimental/PdfViewer/src/SkTDStackNester.h', |
226 ], | 227 ], |
227 } | 228 } |
OLD | NEW |