blob: ebe715adeb80705f5b6435cc13ea76e24ddd973e [file] [log] [blame]
Mike Klein6e744122016-10-27 12:21:40 -04001# Copyright 2016 Google Inc.
2#
3# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
5
6# Things are easiest for everyone if these source paths are absolute.
7_tests = get_path_info("../tests", "abspath")
8
9tests_sources = [
Leon Scroggins III07a722c2018-01-16 15:01:17 -050010 "$_tests/AndroidCodecTest.cpp",
Mike Klein6e744122016-10-27 12:21:40 -040011 "$_tests/AAClipTest.cpp",
12 "$_tests/AnnotationTest.cpp",
13 "$_tests/ApplyGammaTest.cpp",
Herb Derbyac04fef2017-01-13 17:34:33 -050014 "$_tests/ArenaAllocTest.cpp",
Mike Klein6e744122016-10-27 12:21:40 -040015 "$_tests/AsADashTest.cpp",
16 "$_tests/BadIcoTest.cpp",
17 "$_tests/BitmapCopyTest.cpp",
18 "$_tests/BitmapGetColorTest.cpp",
19 "$_tests/BitmapTest.cpp",
20 "$_tests/BitSetTest.cpp",
21 "$_tests/BlendTest.cpp",
22 "$_tests/BlitMaskClip.cpp",
Mike Klein6e744122016-10-27 12:21:40 -040023 "$_tests/BlurTest.cpp",
24 "$_tests/CachedDataTest.cpp",
25 "$_tests/CachedDecodingPixelRefTest.cpp",
26 "$_tests/CanvasStateHelpers.cpp",
27 "$_tests/CanvasStateTest.cpp",
28 "$_tests/CanvasTest.cpp",
29 "$_tests/ChecksumTest.cpp",
Mike Klein6e744122016-10-27 12:21:40 -040030 "$_tests/ClearTest.cpp",
31 "$_tests/ClipBoundsTest.cpp",
32 "$_tests/ClipCubicTest.cpp",
33 "$_tests/ClipperTest.cpp",
34 "$_tests/ClipStackTest.cpp",
35 "$_tests/CodecAnimTest.cpp",
Leon Scroggins III83239652017-04-21 13:47:12 -040036 "$_tests/CodecExactReadTest.cpp",
Mike Klein6e744122016-10-27 12:21:40 -040037 "$_tests/CodecPartialTest.cpp",
Leon Scroggins IIIc8037dc2017-12-05 13:55:24 -050038 "$_tests/CodecRecommendedTypeTest.cpp",
Mike Klein6e744122016-10-27 12:21:40 -040039 "$_tests/CodecTest.cpp",
40 "$_tests/ColorFilterTest.cpp",
41 "$_tests/ColorMatrixTest.cpp",
42 "$_tests/ColorPrivTest.cpp",
43 "$_tests/ColorSpaceTest.cpp",
44 "$_tests/ColorSpaceXformTest.cpp",
45 "$_tests/ColorTest.cpp",
46 "$_tests/CopySurfaceTest.cpp",
47 "$_tests/CPlusPlusEleven.cpp",
48 "$_tests/CTest.cpp",
49 "$_tests/DashPathEffectTest.cpp",
50 "$_tests/DataRefTest.cpp",
Robert Phillips8172c0a2017-12-04 14:38:06 +000051 "$_tests/DefaultPathRendererTest.cpp",
Robert Phillips7ffbcf92017-12-04 12:52:46 -050052 "$_tests/DeferredDisplayListTest.cpp",
53 "$_tests/DequeTest.cpp",
Robert Phillips51e7ca32017-03-27 10:14:08 -040054 "$_tests/DetermineDomainModeTest.cpp",
Mike Klein6e744122016-10-27 12:21:40 -040055 "$_tests/DeviceLooperTest.cpp",
56 "$_tests/DeviceTest.cpp",
57 "$_tests/DFPathRendererTest.cpp",
58 "$_tests/DiscardableMemoryPoolTest.cpp",
59 "$_tests/DiscardableMemoryTest.cpp",
60 "$_tests/DrawBitmapRectTest.cpp",
61 "$_tests/DrawFilterTest.cpp",
62 "$_tests/DrawPathTest.cpp",
63 "$_tests/DrawTextTest.cpp",
64 "$_tests/DynamicHashTest.cpp",
65 "$_tests/EGLImageTest.cpp",
66 "$_tests/EmptyPathTest.cpp",
Matt Sarett26b44df2017-05-02 16:04:56 -040067 "$_tests/EncodeTest.cpp",
Mike Klein6e744122016-10-27 12:21:40 -040068 "$_tests/ExifTest.cpp",
Mike Kleind0ce1482017-04-19 17:19:30 -040069 "$_tests/F16StagesTest.cpp",
Mike Klein6e744122016-10-27 12:21:40 -040070 "$_tests/FillPathTest.cpp",
71 "$_tests/FitsInTest.cpp",
72 "$_tests/FlattenableCustomFactory.cpp",
73 "$_tests/FlattenableFactoryToName.cpp",
Vladimir Levinad6660a2018-01-18 12:35:11 -080074 "$_tests/FlattenableNameToFactory.cpp",
Mike Klein6e744122016-10-27 12:21:40 -040075 "$_tests/FlattenDrawableTest.cpp",
76 "$_tests/Float16Test.cpp",
77 "$_tests/FloatingPointTextureTest.cpp",
78 "$_tests/FontHostStreamTest.cpp",
79 "$_tests/FontHostTest.cpp",
80 "$_tests/FontMgrAndroidParserTest.cpp",
81 "$_tests/FontMgrTest.cpp",
82 "$_tests/FontNamesTest.cpp",
83 "$_tests/FontObjTest.cpp",
84 "$_tests/FrontBufferedStreamTest.cpp",
85 "$_tests/GeometryTest.cpp",
86 "$_tests/GifTest.cpp",
87 "$_tests/GLProgramsTest.cpp",
Mike Klein6e744122016-10-27 12:21:40 -040088 "$_tests/GpuDrawPathTest.cpp",
89 "$_tests/GpuLayerCacheTest.cpp",
90 "$_tests/GpuRectanizerTest.cpp",
91 "$_tests/GpuSampleLocationsTest.cpp",
92 "$_tests/GradientTest.cpp",
93 "$_tests/GrAllocatorTest.cpp",
Chris Daltoncc604e52017-10-06 16:27:32 -060094 "$_tests/GrCCPRTest.cpp",
Mike Klein6e744122016-10-27 12:21:40 -040095 "$_tests/GrContextAbandonTest.cpp",
96 "$_tests/GrContextFactoryTest.cpp",
Vladimir Levin70fb4792017-11-15 12:01:51 -080097 "$_tests/GrGLExtensionsTest.cpp",
Mike Klein6e744122016-10-27 12:21:40 -040098 "$_tests/GrMemoryPoolTest.cpp",
Chris Dalton114a3c02017-05-26 15:17:19 -060099 "$_tests/GrMeshTest.cpp",
Greg Daniel177e6952017-10-12 12:27:11 -0400100 "$_tests/GrMipMappedTest.cpp",
Chris Dalton46983b72017-06-06 12:27:16 -0600101 "$_tests/GrPipelineDynamicStateTest.cpp",
Mike Klein6e744122016-10-27 12:21:40 -0400102 "$_tests/GrPorterDuffTest.cpp",
103 "$_tests/GrShapeTest.cpp",
Brian Salomone334c592017-05-15 11:00:58 -0400104 "$_tests/GrSKSLPrettyPrintTest.cpp",
Mike Klein6e744122016-10-27 12:21:40 -0400105 "$_tests/GrSurfaceTest.cpp",
106 "$_tests/GrTextureMipMapInvalidationTest.cpp",
Mike Klein6e744122016-10-27 12:21:40 -0400107 "$_tests/GrTRecorderTest.cpp",
108 "$_tests/HashTest.cpp",
Dominic Mazzoni394d4142017-02-14 11:15:31 -0800109 "$_tests/HighContrastFilterTest.cpp",
Leon Scroggins III1252ec42017-01-11 12:59:43 -0500110 "$_tests/HSVRoundTripTest.cpp",
Mike Klein6e744122016-10-27 12:21:40 -0400111 "$_tests/image-bitmap.cpp",
Ravi Mistry113d05f2016-12-17 01:31:03 +0000112 "$_tests/ICCTest.cpp",
Mike Klein6e744122016-10-27 12:21:40 -0400113 "$_tests/ImageCacheTest.cpp",
114 "$_tests/ImageFilterCacheTest.cpp",
115 "$_tests/ImageFilterTest.cpp",
116 "$_tests/ImageFrom565Bitmap.cpp",
117 "$_tests/ImageGeneratorTest.cpp",
118 "$_tests/ImageIsOpaqueTest.cpp",
119 "$_tests/ImageNewShaderTest.cpp",
120 "$_tests/ImageTest.cpp",
121 "$_tests/IndexedPngOverflowTest.cpp",
122 "$_tests/InfRectTest.cpp",
Brian Salomonab664fa2017-03-24 16:07:20 +0000123 "$_tests/InsetConvexPolyTest.cpp",
Mike Klein6e744122016-10-27 12:21:40 -0400124 "$_tests/InterpolatorTest.cpp",
Brian Salomonbf7b6202016-11-11 16:08:03 -0500125 "$_tests/IntTextureTest.cpp",
Mike Klein6e744122016-10-27 12:21:40 -0400126 "$_tests/InvalidIndexedPngTest.cpp",
127 "$_tests/IsClosedSingleContourTest.cpp",
128 "$_tests/LayerDrawLooperTest.cpp",
Chris Dalton706a6ff2017-11-29 22:01:06 -0700129 "$_tests/LazyProxyTest.cpp",
Mike Klein6e744122016-10-27 12:21:40 -0400130 "$_tests/LListTest.cpp",
Ethan Nicholas1b9924f2016-12-15 15:28:42 -0500131 "$_tests/LRUCacheTest.cpp",
Mike Klein6e744122016-10-27 12:21:40 -0400132 "$_tests/MallocPixelRefTest.cpp",
133 "$_tests/MaskCacheTest.cpp",
134 "$_tests/MathTest.cpp",
135 "$_tests/Matrix44Test.cpp",
136 "$_tests/MatrixClipCollapseTest.cpp",
137 "$_tests/MatrixTest.cpp",
138 "$_tests/MD5Test.cpp",
139 "$_tests/MemoryTest.cpp",
140 "$_tests/MemsetTest.cpp",
141 "$_tests/MessageBusTest.cpp",
142 "$_tests/MetaDataTest.cpp",
143 "$_tests/MipMapTest.cpp",
144 "$_tests/OnceTest.cpp",
145 "$_tests/OSPathTest.cpp",
146 "$_tests/OverAlignedTest.cpp",
147 "$_tests/PackBitsTest.cpp",
148 "$_tests/PackedConfigsTextureTest.cpp",
149 "$_tests/PaintBreakTextTest.cpp",
150 "$_tests/PaintImageFilterTest.cpp",
151 "$_tests/PaintTest.cpp",
Mike Klein8f2911f2017-04-19 12:40:52 -0400152 "$_tests/ParametricStageTest.cpp",
Mike Klein6e744122016-10-27 12:21:40 -0400153 "$_tests/ParsePathTest.cpp",
154 "$_tests/PathCoverageTest.cpp",
155 "$_tests/PathMeasureTest.cpp",
156 "$_tests/PathTest.cpp",
157 "$_tests/PDFDeflateWStreamTest.cpp",
158 "$_tests/PDFDocumentTest.cpp",
159 "$_tests/PDFGlyphsToUnicodeTest.cpp",
Mike Klein6e744122016-10-27 12:21:40 -0400160 "$_tests/PDFJpegEmbedTest.cpp",
161 "$_tests/PDFMetadataAttributeTest.cpp",
162 "$_tests/PDFOpaqueSrcModeToSrcOverTest.cpp",
163 "$_tests/PDFPrimitivesTest.cpp",
Chris Daltonfe199b72017-05-05 11:26:15 -0400164 "$_tests/OnFlushCallbackTest.cpp",
Brian Osmanf6f7cf62017-09-25 16:49:55 -0400165 "$_tests/PathRendererCacheTests.cpp",
Mike Klein6e744122016-10-27 12:21:40 -0400166 "$_tests/PictureBBHTest.cpp",
167 "$_tests/PictureShaderTest.cpp",
168 "$_tests/PictureTest.cpp",
Robert Phillips3ec95732017-09-29 15:10:39 -0400169 "$_tests/PinnedImageTest.cpp",
Mike Klein6e744122016-10-27 12:21:40 -0400170 "$_tests/PipeTest.cpp",
171 "$_tests/PixelRefTest.cpp",
172 "$_tests/Point3Test.cpp",
173 "$_tests/PointTest.cpp",
174 "$_tests/PremulAlphaRoundTripTest.cpp",
175 "$_tests/PrimitiveProcessorTest.cpp",
Brian Salomonbc6b99d2017-01-11 10:32:34 -0500176 "$_tests/ProcessorTest.cpp",
Robert Phillips84a81202016-11-04 11:59:10 -0400177 "$_tests/ProxyConversionTest.cpp",
robertphillips1125a032016-11-16 11:17:17 -0800178 "$_tests/ProxyRefTest.cpp",
Mike Klein6e744122016-10-27 12:21:40 -0400179 "$_tests/ProxyTest.cpp",
180 "$_tests/QuickRejectTest.cpp",
181 "$_tests/RandomTest.cpp",
182 "$_tests/Reader32Test.cpp",
183 "$_tests/ReadPixelsTest.cpp",
184 "$_tests/ReadWriteAlphaTest.cpp",
185 "$_tests/RecordDrawTest.cpp",
186 "$_tests/RecorderTest.cpp",
187 "$_tests/RecordingXfermodeTest.cpp",
188 "$_tests/RecordOptsTest.cpp",
189 "$_tests/RecordPatternTest.cpp",
190 "$_tests/RecordTest.cpp",
191 "$_tests/RectangleTextureTest.cpp",
192 "$_tests/RectTest.cpp",
193 "$_tests/RefCntTest.cpp",
194 "$_tests/RefDictTest.cpp",
195 "$_tests/RegionTest.cpp",
Robert Phillipseaa86252016-11-08 13:49:39 +0000196 "$_tests/RenderTargetContextTest.cpp",
Robert Phillips5af44de2017-07-18 14:49:38 -0400197 "$_tests/ResourceAllocatorTest.cpp",
Mike Klein6e744122016-10-27 12:21:40 -0400198 "$_tests/ResourceCacheTest.cpp",
199 "$_tests/RoundRectTest.cpp",
200 "$_tests/RRectInPathTest.cpp",
201 "$_tests/RTreeTest.cpp",
Herb Derby35ae65d2017-08-11 14:00:50 -0400202 "$_tests/SafeMathTest.cpp",
Mike Klein6e744122016-10-27 12:21:40 -0400203 "$_tests/ScalarTest.cpp",
204 "$_tests/ScaleToSidesTest.cpp",
205 "$_tests/SerializationTest.cpp",
Mike Reed60691a52017-12-05 15:11:24 -0500206 "$_tests/SerialProcsTest.cpp",
Florin Malitac75e2402018-01-03 16:17:29 -0500207 "$_tests/SGTest.cpp",
Mike Klein6e744122016-10-27 12:21:40 -0400208 "$_tests/ShaderOpacityTest.cpp",
209 "$_tests/ShaderTest.cpp",
Jim Van Verth1af03d42017-07-31 09:34:58 -0400210 "$_tests/ShadowTest.cpp",
Mike Klein6e744122016-10-27 12:21:40 -0400211 "$_tests/SizeTest.cpp",
212 "$_tests/Sk4x4fTest.cpp",
213 "$_tests/SkBase64Test.cpp",
Mike Klein6e744122016-10-27 12:21:40 -0400214 "$_tests/skbug5221.cpp",
Hal Canary27ecd862017-03-21 14:00:35 -0700215 "$_tests/skbug6389.cpp",
Brian Osmaneee3c092017-06-15 13:25:10 -0400216 "$_tests/skbug6653.cpp",
Mike Klein6e744122016-10-27 12:21:40 -0400217 "$_tests/SkColor4fTest.cpp",
Mike Kleinc38cce62017-12-13 11:01:31 -0500218 "$_tests/SkColorSpace_NewTest.cpp",
Mike Klein6e744122016-10-27 12:21:40 -0400219 "$_tests/SkDOMTest.cpp",
Mike Kleind280d422016-10-31 09:20:54 -0400220 "$_tests/SkFixed15Test.cpp",
Herb Derby66498bc2017-11-03 13:36:55 -0400221 "$_tests/SkGaussFilterTest.cpp",
Mike Klein6e744122016-10-27 12:21:40 -0400222 "$_tests/SkImageTest.cpp",
Mike Klein6e744122016-10-27 12:21:40 -0400223 "$_tests/SkLiteDLTest.cpp",
224 "$_tests/SkNxTest.cpp",
225 "$_tests/SkPEGTest.cpp",
226 "$_tests/SkRasterPipelineTest.cpp",
227 "$_tests/SkResourceCacheTest.cpp",
228 "$_tests/SkSharedMutexTest.cpp",
229 "$_tests/SkSLErrorTest.cpp",
Ethan Nicholas762466e2017-06-29 10:03:38 -0400230 "$_tests/SkSLFPTest.cpp",
Mike Klein6e744122016-10-27 12:21:40 -0400231 "$_tests/SkSLGLSLTest.cpp",
ethannicholas8ac838d2016-11-22 08:39:36 -0800232 "$_tests/SkSLMemoryLayoutTest.cpp",
Ethan Nicholas5ac13c22017-05-10 15:06:17 -0400233 "$_tests/SkSLSPIRVTest.cpp",
Mike Klein6e744122016-10-27 12:21:40 -0400234 "$_tests/SortTest.cpp",
235 "$_tests/SpecialImageTest.cpp",
236 "$_tests/SpecialSurfaceTest.cpp",
237 "$_tests/SrcOverTest.cpp",
238 "$_tests/SRGBMipMapTest.cpp",
239 "$_tests/SRGBReadWritePixelsTest.cpp",
240 "$_tests/SRGBTest.cpp",
Leon Scroggins III932efed2016-12-16 11:39:51 -0500241 "$_tests/StreamBufferTest.cpp",
Mike Klein6e744122016-10-27 12:21:40 -0400242 "$_tests/StreamTest.cpp",
243 "$_tests/StringTest.cpp",
244 "$_tests/StrokerTest.cpp",
245 "$_tests/StrokeTest.cpp",
246 "$_tests/SubsetPath.cpp",
Greg Daniela5cb7812017-06-16 09:45:32 -0400247 "$_tests/SurfaceSemaphoreTest.cpp",
Mike Klein6e744122016-10-27 12:21:40 -0400248 "$_tests/SurfaceTest.cpp",
249 "$_tests/SVGDeviceTest.cpp",
250 "$_tests/SwizzlerTest.cpp",
251 "$_tests/TArrayTest.cpp",
252 "$_tests/TDPQueueTest.cpp",
Mike Klein7a0ba1c2017-07-25 17:26:19 -0400253 "$_tests/TableColorFilterTest.cpp",
Mike Klein6e744122016-10-27 12:21:40 -0400254 "$_tests/TemplatesTest.cpp",
255 "$_tests/TessellatingPathRendererTests.cpp",
256 "$_tests/Test.cpp",
257 "$_tests/TestConfigParsing.cpp",
258 "$_tests/TestTest.cpp",
Robert Phillips3500b772017-01-27 10:11:42 -0500259 "$_tests/TestUtils.h",
260 "$_tests/TestUtils.cpp",
Mike Klein6e744122016-10-27 12:21:40 -0400261 "$_tests/TextBlobCacheTest.cpp",
262 "$_tests/TextBlobTest.cpp",
Robert Phillipsae7d3f32017-09-21 08:26:08 -0400263 "$_tests/TextureProxyTest.cpp",
Mike Klein6e744122016-10-27 12:21:40 -0400264 "$_tests/Time.cpp",
265 "$_tests/TLSTest.cpp",
266 "$_tests/TopoSortTest.cpp",
Mike Kleinc9bc8142017-11-27 12:39:30 -0500267 "$_tests/ToSRGBColorFilter.cpp",
Mike Klein6e744122016-10-27 12:21:40 -0400268 "$_tests/TraceMemoryDumpTest.cpp",
Brian Osmanb6705c22017-08-01 10:23:38 -0400269 "$_tests/TracingTest.cpp",
Jim Van Verth2e5eaf02017-06-21 15:55:46 -0400270 "$_tests/TransferPixelsTest.cpp",
Mike Klein6e744122016-10-27 12:21:40 -0400271 "$_tests/TypefaceTest.cpp",
272 "$_tests/UnicodeTest.cpp",
273 "$_tests/UtilsTest.cpp",
Mike Reedbdce9c22017-03-14 14:10:54 -0400274 "$_tests/VerticesTest.cpp",
Mike Klein6e744122016-10-27 12:21:40 -0400275 "$_tests/VkClearTests.cpp",
276 "$_tests/VkHeapTests.cpp",
277 "$_tests/VkUploadPixelsTests.cpp",
278 "$_tests/VkWrapTests.cpp",
Mike Klein0554d492017-12-06 12:27:44 -0500279 "$_tests/VptrTest.cpp",
Mike Klein6e744122016-10-27 12:21:40 -0400280 "$_tests/WindowRectanglesTest.cpp",
281 "$_tests/WritePixelsTest.cpp",
282 "$_tests/Writer32Test.cpp",
Mike Klein6e744122016-10-27 12:21:40 -0400283 "$_tests/YUVCacheTest.cpp",
284 "$_tests/YUVTest.cpp",
285]
286
287pathops_tests_sources = [
288 "$_tests/PathOpsAngleIdeas.cpp",
289 "$_tests/PathOpsAngleTest.cpp",
290 "$_tests/PathOpsBattles.cpp",
291 "$_tests/PathOpsBoundsTest.cpp",
292 "$_tests/PathOpsBuilderConicTest.cpp",
293 "$_tests/PathOpsBuilderTest.cpp",
294 "$_tests/PathOpsBuildUseTest.cpp",
295 "$_tests/PathOpsChalkboardTest.cpp",
296 "$_tests/PathOpsConicIntersectionTest.cpp",
297 "$_tests/PathOpsConicLineIntersectionTest.cpp",
298 "$_tests/PathOpsConicQuadIntersectionTest.cpp",
299 "$_tests/PathOpsCubicConicIntersectionTest.cpp",
300 "$_tests/PathOpsCubicIntersectionTest.cpp",
301 "$_tests/PathOpsCubicIntersectionTestData.cpp",
302 "$_tests/PathOpsCubicLineIntersectionIdeas.cpp",
303 "$_tests/PathOpsCubicLineIntersectionTest.cpp",
304 "$_tests/PathOpsCubicQuadIntersectionTest.cpp",
305 "$_tests/PathOpsCubicReduceOrderTest.cpp",
306 "$_tests/PathOpsDCubicTest.cpp",
307 "$_tests/PathOpsDebug.cpp",
308 "$_tests/PathOpsDLineTest.cpp",
309 "$_tests/PathOpsDPointTest.cpp",
310 "$_tests/PathOpsDRectTest.cpp",
311 "$_tests/PathOpsDVectorTest.cpp",
312 "$_tests/PathOpsExtendedTest.cpp",
313 "$_tests/PathOpsFuzz763Test.cpp",
314 "$_tests/PathOpsInverseTest.cpp",
315 "$_tests/PathOpsIssue3651.cpp",
316 "$_tests/PathOpsLineIntersectionTest.cpp",
317 "$_tests/PathOpsLineParametetersTest.cpp",
318 "$_tests/PathOpsOpCircleThreadedTest.cpp",
319 "$_tests/PathOpsOpCubicThreadedTest.cpp",
320 "$_tests/PathOpsOpLoopThreadedTest.cpp",
321 "$_tests/PathOpsOpRectThreadedTest.cpp",
322 "$_tests/PathOpsOpTest.cpp",
323 "$_tests/PathOpsQuadIntersectionTest.cpp",
324 "$_tests/PathOpsQuadIntersectionTestData.cpp",
325 "$_tests/PathOpsQuadLineIntersectionTest.cpp",
326 "$_tests/PathOpsQuadLineIntersectionThreadedTest.cpp",
327 "$_tests/PathOpsQuadReduceOrderTest.cpp",
328 "$_tests/PathOpsSimplifyDegenerateThreadedTest.cpp",
329 "$_tests/PathOpsSimplifyFailTest.cpp",
330 "$_tests/PathOpsSimplifyQuadralateralsThreadedTest.cpp",
331 "$_tests/PathOpsSimplifyQuadThreadedTest.cpp",
332 "$_tests/PathOpsSimplifyRectThreadedTest.cpp",
333 "$_tests/PathOpsSimplifyTest.cpp",
334 "$_tests/PathOpsSimplifyTrianglesThreadedTest.cpp",
335 "$_tests/PathOpsSkpTest.cpp",
336 "$_tests/PathOpsTestCommon.cpp",
337 "$_tests/PathOpsThreadedCommon.cpp",
338 "$_tests/PathOpsThreeWayTest.cpp",
339 "$_tests/PathOpsTigerTest.cpp",
340 "$_tests/PathOpsTightBoundsTest.cpp",
341 "$_tests/PathOpsTypesTest.cpp",
342]