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 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
173 '../tests/RecordingTest.cpp', | 173 '../tests/RecordingTest.cpp', |
174 '../tests/RefCntTest.cpp', | 174 '../tests/RefCntTest.cpp', |
175 '../tests/RefDictTest.cpp', | 175 '../tests/RefDictTest.cpp', |
176 '../tests/RegionTest.cpp', | 176 '../tests/RegionTest.cpp', |
177 '../tests/ResourceCacheTest.cpp', | 177 '../tests/ResourceCacheTest.cpp', |
178 '../tests/RoundRectTest.cpp', | 178 '../tests/RoundRectTest.cpp', |
179 '../tests/RuntimeConfigTest.cpp', | 179 '../tests/RuntimeConfigTest.cpp', |
180 '../tests/SHA1Test.cpp', | 180 '../tests/SHA1Test.cpp', |
181 '../tests/SListTest.cpp', | 181 '../tests/SListTest.cpp', |
182 '../tests/ScalarTest.cpp', | 182 '../tests/ScalarTest.cpp', |
183 '../tests/ScaledImageCache.cpp', | |
184 '../tests/SerializationTest.cpp', | 183 '../tests/SerializationTest.cpp', |
185 '../tests/ShaderImageFilterTest.cpp', | 184 '../tests/ShaderImageFilterTest.cpp', |
186 '../tests/ShaderOpacityTest.cpp', | 185 '../tests/ShaderOpacityTest.cpp', |
187 '../tests/SizeTest.cpp', | 186 '../tests/SizeTest.cpp', |
188 '../tests/SkBase64Test.cpp', | 187 '../tests/SkBase64Test.cpp', |
| 188 '../tests/SkResourceCacheTest.cpp', |
189 '../tests/SmallAllocatorTest.cpp', | 189 '../tests/SmallAllocatorTest.cpp', |
190 '../tests/SortTest.cpp', | 190 '../tests/SortTest.cpp', |
191 '../tests/SrcOverTest.cpp', | 191 '../tests/SrcOverTest.cpp', |
192 '../tests/StreamTest.cpp', | 192 '../tests/StreamTest.cpp', |
193 '../tests/StringTest.cpp', | 193 '../tests/StringTest.cpp', |
194 '../tests/StrokeTest.cpp', | 194 '../tests/StrokeTest.cpp', |
195 '../tests/SurfaceTest.cpp', | 195 '../tests/SurfaceTest.cpp', |
196 '../tests/TArrayTest.cpp', | 196 '../tests/TArrayTest.cpp', |
197 '../tests/TLSTest.cpp', | 197 '../tests/TLSTest.cpp', |
198 '../tests/TSetTest.cpp', | 198 '../tests/TSetTest.cpp', |
(...skipping 18 matching lines...) Expand all Loading... |
217 '../src/utils/debugger/SkObjectParser.h', | 217 '../src/utils/debugger/SkObjectParser.h', |
218 '../src/utils/debugger/SkObjectParser.cpp', | 218 '../src/utils/debugger/SkObjectParser.cpp', |
219 | 219 |
220 '../tests/PipeTest.cpp', | 220 '../tests/PipeTest.cpp', |
221 '../src/pipe/utils/SamplePipeControllers.cpp', | 221 '../src/pipe/utils/SamplePipeControllers.cpp', |
222 | 222 |
223 '../tests/TDStackNesterTest.cpp', | 223 '../tests/TDStackNesterTest.cpp', |
224 '../experimental/PdfViewer/src/SkTDStackNester.h', | 224 '../experimental/PdfViewer/src/SkTDStackNester.h', |
225 ], | 225 ], |
226 } | 226 } |
OLD | NEW |