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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
104 '../tests/MallocPixelRefTest.cpp', | 104 '../tests/MallocPixelRefTest.cpp', |
105 '../tests/MathTest.cpp', | 105 '../tests/MathTest.cpp', |
106 '../tests/Matrix44Test.cpp', | 106 '../tests/Matrix44Test.cpp', |
107 '../tests/MatrixClipCollapseTest.cpp', | 107 '../tests/MatrixClipCollapseTest.cpp', |
108 '../tests/MatrixTest.cpp', | 108 '../tests/MatrixTest.cpp', |
109 '../tests/MemoryTest.cpp', | 109 '../tests/MemoryTest.cpp', |
110 '../tests/MemsetTest.cpp', | 110 '../tests/MemsetTest.cpp', |
111 '../tests/MessageBusTest.cpp', | 111 '../tests/MessageBusTest.cpp', |
112 '../tests/MetaDataTest.cpp', | 112 '../tests/MetaDataTest.cpp', |
113 '../tests/MipMapTest.cpp', | 113 '../tests/MipMapTest.cpp', |
| 114 '../tests/ObjectPoolTest.cpp', |
114 '../tests/OSPathTest.cpp', | 115 '../tests/OSPathTest.cpp', |
115 '../tests/OnceTest.cpp', | 116 '../tests/OnceTest.cpp', |
116 '../tests/PDFPrimitivesTest.cpp', | 117 '../tests/PDFPrimitivesTest.cpp', |
117 '../tests/PackBitsTest.cpp', | 118 '../tests/PackBitsTest.cpp', |
118 '../tests/PaintTest.cpp', | 119 '../tests/PaintTest.cpp', |
119 '../tests/ParsePathTest.cpp', | 120 '../tests/ParsePathTest.cpp', |
120 '../tests/PathCoverageTest.cpp', | 121 '../tests/PathCoverageTest.cpp', |
121 '../tests/PathMeasureTest.cpp', | 122 '../tests/PathMeasureTest.cpp', |
122 '../tests/PathTest.cpp', | 123 '../tests/PathTest.cpp', |
123 '../tests/PathUtilsTest.cpp', | 124 '../tests/PathUtilsTest.cpp', |
(...skipping 13 matching lines...) Expand all Loading... |
137 '../tests/RegionTest.cpp', | 138 '../tests/RegionTest.cpp', |
138 '../tests/ResourceCacheTest.cpp', | 139 '../tests/ResourceCacheTest.cpp', |
139 '../tests/RoundRectTest.cpp', | 140 '../tests/RoundRectTest.cpp', |
140 '../tests/RuntimeConfigTest.cpp', | 141 '../tests/RuntimeConfigTest.cpp', |
141 '../tests/SHA1Test.cpp', | 142 '../tests/SHA1Test.cpp', |
142 '../tests/ScalarTest.cpp', | 143 '../tests/ScalarTest.cpp', |
143 '../tests/SerializationTest.cpp', | 144 '../tests/SerializationTest.cpp', |
144 '../tests/ShaderImageFilterTest.cpp', | 145 '../tests/ShaderImageFilterTest.cpp', |
145 '../tests/ShaderOpacityTest.cpp', | 146 '../tests/ShaderOpacityTest.cpp', |
146 '../tests/SkBase64Test.cpp', | 147 '../tests/SkBase64Test.cpp', |
| 148 '../tests/SListTest.cpp', |
147 '../tests/SmallAllocatorTest.cpp', | 149 '../tests/SmallAllocatorTest.cpp', |
148 '../tests/SortTest.cpp', | 150 '../tests/SortTest.cpp', |
149 '../tests/SrcOverTest.cpp', | 151 '../tests/SrcOverTest.cpp', |
150 '../tests/StreamTest.cpp', | 152 '../tests/StreamTest.cpp', |
151 '../tests/StringTest.cpp', | 153 '../tests/StringTest.cpp', |
152 '../tests/StrokeTest.cpp', | 154 '../tests/StrokeTest.cpp', |
153 '../tests/SurfaceTest.cpp', | 155 '../tests/SurfaceTest.cpp', |
154 '../tests/TLSTest.cpp', | 156 '../tests/TLSTest.cpp', |
155 '../tests/TSetTest.cpp', | 157 '../tests/TSetTest.cpp', |
156 '../tests/TestSize.cpp', | 158 '../tests/TestSize.cpp', |
(...skipping 19 matching lines...) Expand all Loading... |
176 | 178 |
177 '../tests/PipeTest.cpp', | 179 '../tests/PipeTest.cpp', |
178 '../src/pipe/utils/SamplePipeControllers.cpp', | 180 '../src/pipe/utils/SamplePipeControllers.cpp', |
179 | 181 |
180 '../tests/TDStackNesterTest.cpp', | 182 '../tests/TDStackNesterTest.cpp', |
181 '../experimental/PdfViewer/src/SkTDStackNester.h', | 183 '../experimental/PdfViewer/src/SkTDStackNester.h', |
182 | 184 |
183 '../tools/sk_tool_utils.cpp', | 185 '../tools/sk_tool_utils.cpp', |
184 ], | 186 ], |
185 } | 187 } |
OLD | NEW |