Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 1 | # 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 | |
| 9 | tests_sources = [ |
Chris Dalton | 945ee65 | 2019-01-23 09:10:36 -0700 | [diff] [blame] | 10 | "$_tests/AdvancedBlendTest.cpp", |
Leon Scroggins III | 07a722c | 2018-01-16 15:01:17 -0500 | [diff] [blame] | 11 | "$_tests/AndroidCodecTest.cpp", |
Leon Scroggins III | 4c11945 | 2018-01-20 10:33:24 -0500 | [diff] [blame] | 12 | "$_tests/AnimatedImageTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 13 | "$_tests/AAClipTest.cpp", |
| 14 | "$_tests/AnnotationTest.cpp", |
| 15 | "$_tests/ApplyGammaTest.cpp", |
Herb Derby | ac04fef | 2017-01-13 17:34:33 -0500 | [diff] [blame] | 16 | "$_tests/ArenaAllocTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 17 | "$_tests/AsADashTest.cpp", |
| 18 | "$_tests/BadIcoTest.cpp", |
| 19 | "$_tests/BitmapCopyTest.cpp", |
| 20 | "$_tests/BitmapGetColorTest.cpp", |
| 21 | "$_tests/BitmapTest.cpp", |
| 22 | "$_tests/BitSetTest.cpp", |
| 23 | "$_tests/BlendTest.cpp", |
| 24 | "$_tests/BlitMaskClip.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 25 | "$_tests/BlurTest.cpp", |
| 26 | "$_tests/CachedDataTest.cpp", |
| 27 | "$_tests/CachedDecodingPixelRefTest.cpp", |
| 28 | "$_tests/CanvasStateHelpers.cpp", |
| 29 | "$_tests/CanvasStateTest.cpp", |
| 30 | "$_tests/CanvasTest.cpp", |
| 31 | "$_tests/ChecksumTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 32 | "$_tests/ClearTest.cpp", |
| 33 | "$_tests/ClipBoundsTest.cpp", |
| 34 | "$_tests/ClipCubicTest.cpp", |
| 35 | "$_tests/ClipperTest.cpp", |
| 36 | "$_tests/ClipStackTest.cpp", |
| 37 | "$_tests/CodecAnimTest.cpp", |
Leon Scroggins III | 8323965 | 2017-04-21 13:47:12 -0400 | [diff] [blame] | 38 | "$_tests/CodecExactReadTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 39 | "$_tests/CodecPartialTest.cpp", |
Leon Scroggins III | c8037dc | 2017-12-05 13:55:24 -0500 | [diff] [blame] | 40 | "$_tests/CodecRecommendedTypeTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 41 | "$_tests/CodecTest.cpp", |
| 42 | "$_tests/ColorFilterTest.cpp", |
| 43 | "$_tests/ColorMatrixTest.cpp", |
| 44 | "$_tests/ColorPrivTest.cpp", |
| 45 | "$_tests/ColorSpaceTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 46 | "$_tests/ColorTest.cpp", |
| 47 | "$_tests/CopySurfaceTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 48 | "$_tests/CTest.cpp", |
Mike Reed | 0d4a183 | 2018-08-14 17:21:23 -0400 | [diff] [blame] | 49 | "$_tests/CubicMapTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 50 | "$_tests/DashPathEffectTest.cpp", |
| 51 | "$_tests/DataRefTest.cpp", |
Robert Phillips | 8172c0a | 2017-12-04 14:38:06 +0000 | [diff] [blame] | 52 | "$_tests/DefaultPathRendererTest.cpp", |
Robert Phillips | 7ffbcf9 | 2017-12-04 12:52:46 -0500 | [diff] [blame] | 53 | "$_tests/DeferredDisplayListTest.cpp", |
| 54 | "$_tests/DequeTest.cpp", |
Robert Phillips | 51e7ca3 | 2017-03-27 10:14:08 -0400 | [diff] [blame] | 55 | "$_tests/DetermineDomainModeTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 56 | "$_tests/DeviceTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 57 | "$_tests/DiscardableMemoryPoolTest.cpp", |
| 58 | "$_tests/DiscardableMemoryTest.cpp", |
| 59 | "$_tests/DrawBitmapRectTest.cpp", |
Robert Phillips | 4bc7011 | 2018-03-01 10:24:02 -0500 | [diff] [blame] | 60 | "$_tests/DrawOpAtlasTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 61 | "$_tests/DrawPathTest.cpp", |
| 62 | "$_tests/DrawTextTest.cpp", |
| 63 | "$_tests/DynamicHashTest.cpp", |
| 64 | "$_tests/EGLImageTest.cpp", |
| 65 | "$_tests/EmptyPathTest.cpp", |
Matt Sarett | 26b44df | 2017-05-02 16:04:56 -0400 | [diff] [blame] | 66 | "$_tests/EncodeTest.cpp", |
Leon Scroggins III | 36f7e32 | 2018-08-27 11:55:46 -0400 | [diff] [blame] | 67 | "$_tests/EncodedInfoTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 68 | "$_tests/ExifTest.cpp", |
Mike Klein | d0ce148 | 2017-04-19 17:19:30 -0400 | [diff] [blame] | 69 | "$_tests/F16StagesTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 70 | "$_tests/FillPathTest.cpp", |
| 71 | "$_tests/FitsInTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 72 | "$_tests/FlattenableFactoryToName.cpp", |
Vladimir Levin | ad6660a | 2018-01-18 12:35:11 -0800 | [diff] [blame] | 73 | "$_tests/FlattenableNameToFactory.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 74 | "$_tests/FlattenDrawableTest.cpp", |
| 75 | "$_tests/Float16Test.cpp", |
| 76 | "$_tests/FloatingPointTextureTest.cpp", |
| 77 | "$_tests/FontHostStreamTest.cpp", |
| 78 | "$_tests/FontHostTest.cpp", |
| 79 | "$_tests/FontMgrAndroidParserTest.cpp", |
Ben Wagner | 37a06c0 | 2018-06-22 21:11:00 +0000 | [diff] [blame] | 80 | "$_tests/FontMgrFontConfigTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 81 | "$_tests/FontMgrTest.cpp", |
| 82 | "$_tests/FontNamesTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 83 | "$_tests/FrontBufferedStreamTest.cpp", |
| 84 | "$_tests/GeometryTest.cpp", |
| 85 | "$_tests/GifTest.cpp", |
| 86 | "$_tests/GLProgramsTest.cpp", |
Herb Derby | 41f4f31 | 2018-06-06 17:45:53 +0000 | [diff] [blame] | 87 | "$_tests/GlyphRunTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 88 | "$_tests/GpuDrawPathTest.cpp", |
| 89 | "$_tests/GpuLayerCacheTest.cpp", |
| 90 | "$_tests/GpuRectanizerTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 91 | "$_tests/GradientTest.cpp", |
Greg Daniel | b2acf0a | 2018-09-12 09:17:11 -0400 | [diff] [blame] | 92 | "$_tests/GrAHardwareBufferTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 93 | "$_tests/GrAllocatorTest.cpp", |
Chris Dalton | cc604e5 | 2017-10-06 16:27:32 -0600 | [diff] [blame] | 94 | "$_tests/GrCCPRTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 95 | "$_tests/GrContextAbandonTest.cpp", |
| 96 | "$_tests/GrContextFactoryTest.cpp", |
Vladimir Levin | 70fb479 | 2017-11-15 12:01:51 -0800 | [diff] [blame] | 97 | "$_tests/GrGLExtensionsTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 98 | "$_tests/GrMemoryPoolTest.cpp", |
Chris Dalton | 114a3c0 | 2017-05-26 15:17:19 -0600 | [diff] [blame] | 99 | "$_tests/GrMeshTest.cpp", |
Greg Daniel | 177e695 | 2017-10-12 12:27:11 -0400 | [diff] [blame] | 100 | "$_tests/GrMipMappedTest.cpp", |
Greg Daniel | d207345 | 2018-12-07 11:20:33 -0500 | [diff] [blame] | 101 | "$_tests/GrOpListFlushTest.cpp", |
Chris Dalton | 46983b7 | 2017-06-06 12:27:16 -0600 | [diff] [blame] | 102 | "$_tests/GrPipelineDynamicStateTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 103 | "$_tests/GrPorterDuffTest.cpp", |
Michael Ludwig | c96fc37 | 2019-01-08 15:46:15 -0500 | [diff] [blame] | 104 | "$_tests/GrQuadListTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 105 | "$_tests/GrShapeTest.cpp", |
Brian Salomon | e334c59 | 2017-05-15 11:00:58 -0400 | [diff] [blame] | 106 | "$_tests/GrSKSLPrettyPrintTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 107 | "$_tests/GrSurfaceTest.cpp", |
Timothy Liang | 760dbc4 | 2018-07-17 13:28:20 -0400 | [diff] [blame] | 108 | "$_tests/GrTestingBackendTextureUploadTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 109 | "$_tests/GrTextureMipMapInvalidationTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 110 | "$_tests/GrTRecorderTest.cpp", |
Timothy Liang | a8046af | 2018-07-19 09:58:00 -0400 | [diff] [blame] | 111 | "$_tests/GrUploadPixelsTests.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 112 | "$_tests/HashTest.cpp", |
Dominic Mazzoni | 394d414 | 2017-02-14 11:15:31 -0800 | [diff] [blame] | 113 | "$_tests/HighContrastFilterTest.cpp", |
Leon Scroggins III | 1252ec4 | 2017-01-11 12:59:43 -0500 | [diff] [blame] | 114 | "$_tests/HSVRoundTripTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 115 | "$_tests/image-bitmap.cpp", |
Ravi Mistry | 113d05f | 2016-12-17 01:31:03 +0000 | [diff] [blame] | 116 | "$_tests/ICCTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 117 | "$_tests/ImageCacheTest.cpp", |
| 118 | "$_tests/ImageFilterCacheTest.cpp", |
| 119 | "$_tests/ImageFilterTest.cpp", |
| 120 | "$_tests/ImageFrom565Bitmap.cpp", |
| 121 | "$_tests/ImageGeneratorTest.cpp", |
| 122 | "$_tests/ImageIsOpaqueTest.cpp", |
| 123 | "$_tests/ImageNewShaderTest.cpp", |
| 124 | "$_tests/ImageTest.cpp", |
| 125 | "$_tests/IndexedPngOverflowTest.cpp", |
Robert Phillips | f540200 | 2018-08-07 15:16:54 -0400 | [diff] [blame] | 126 | "$_tests/IncrTopoSortTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 127 | "$_tests/InfRectTest.cpp", |
Brian Salomon | ab664fa | 2017-03-24 16:07:20 +0000 | [diff] [blame] | 128 | "$_tests/InsetConvexPolyTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 129 | "$_tests/InterpolatorTest.cpp", |
| 130 | "$_tests/InvalidIndexedPngTest.cpp", |
| 131 | "$_tests/IsClosedSingleContourTest.cpp", |
Florin Malita | 80452be | 2018-06-19 11:27:20 -0400 | [diff] [blame] | 132 | "$_tests/JSONTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 133 | "$_tests/LayerDrawLooperTest.cpp", |
Chris Dalton | 706a6ff | 2017-11-29 22:01:06 -0700 | [diff] [blame] | 134 | "$_tests/LazyProxyTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 135 | "$_tests/LListTest.cpp", |
Ethan Nicholas | 1b9924f | 2016-12-15 15:28:42 -0500 | [diff] [blame] | 136 | "$_tests/LRUCacheTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 137 | "$_tests/MallocPixelRefTest.cpp", |
| 138 | "$_tests/MaskCacheTest.cpp", |
| 139 | "$_tests/MathTest.cpp", |
| 140 | "$_tests/Matrix44Test.cpp", |
| 141 | "$_tests/MatrixClipCollapseTest.cpp", |
| 142 | "$_tests/MatrixTest.cpp", |
| 143 | "$_tests/MD5Test.cpp", |
| 144 | "$_tests/MemoryTest.cpp", |
| 145 | "$_tests/MemsetTest.cpp", |
| 146 | "$_tests/MessageBusTest.cpp", |
| 147 | "$_tests/MetaDataTest.cpp", |
| 148 | "$_tests/MipMapTest.cpp", |
Brian Osman | f018b7d | 2018-06-13 17:21:19 -0400 | [diff] [blame] | 149 | "$_tests/NonlinearBlendingTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 150 | "$_tests/OnceTest.cpp", |
Brian Salomon | 764e546 | 2018-08-21 12:07:00 -0400 | [diff] [blame] | 151 | "$_tests/OpChainTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 152 | "$_tests/OSPathTest.cpp", |
| 153 | "$_tests/OverAlignedTest.cpp", |
| 154 | "$_tests/PackBitsTest.cpp", |
| 155 | "$_tests/PackedConfigsTextureTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 156 | "$_tests/PaintImageFilterTest.cpp", |
| 157 | "$_tests/PaintTest.cpp", |
Mike Klein | 8f2911f | 2017-04-19 12:40:52 -0400 | [diff] [blame] | 158 | "$_tests/ParametricStageTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 159 | "$_tests/ParsePathTest.cpp", |
| 160 | "$_tests/PathCoverageTest.cpp", |
| 161 | "$_tests/PathMeasureTest.cpp", |
| 162 | "$_tests/PathTest.cpp", |
| 163 | "$_tests/PDFDeflateWStreamTest.cpp", |
| 164 | "$_tests/PDFDocumentTest.cpp", |
| 165 | "$_tests/PDFGlyphsToUnicodeTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 166 | "$_tests/PDFJpegEmbedTest.cpp", |
| 167 | "$_tests/PDFMetadataAttributeTest.cpp", |
| 168 | "$_tests/PDFOpaqueSrcModeToSrcOverTest.cpp", |
| 169 | "$_tests/PDFPrimitivesTest.cpp", |
Dominic Mazzoni | 656cefe | 2018-09-25 20:29:15 -0700 | [diff] [blame] | 170 | "$_tests/PDFTaggedTest.cpp", |
Jim Van Verth | 4db18ed | 2018-04-03 10:00:37 -0400 | [diff] [blame] | 171 | "$_tests/OffsetSimplePolyTest.cpp", |
Chris Dalton | fe199b7 | 2017-05-05 11:26:15 -0400 | [diff] [blame] | 172 | "$_tests/OnFlushCallbackTest.cpp", |
Brian Osman | f6f7cf6 | 2017-09-25 16:49:55 -0400 | [diff] [blame] | 173 | "$_tests/PathRendererCacheTests.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 174 | "$_tests/PictureBBHTest.cpp", |
| 175 | "$_tests/PictureShaderTest.cpp", |
| 176 | "$_tests/PictureTest.cpp", |
Robert Phillips | 3ec9573 | 2017-09-29 15:10:39 -0400 | [diff] [blame] | 177 | "$_tests/PinnedImageTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 178 | "$_tests/PixelRefTest.cpp", |
| 179 | "$_tests/Point3Test.cpp", |
| 180 | "$_tests/PointTest.cpp", |
Jim Van Verth | 6784ffa | 2018-07-03 16:12:39 -0400 | [diff] [blame] | 181 | "$_tests/PolyUtilsTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 182 | "$_tests/PremulAlphaRoundTripTest.cpp", |
| 183 | "$_tests/PrimitiveProcessorTest.cpp", |
Brian Salomon | bc6b99d | 2017-01-11 10:32:34 -0500 | [diff] [blame] | 184 | "$_tests/ProcessorTest.cpp", |
Greg Daniel | a8d9211 | 2018-03-09 12:05:04 -0500 | [diff] [blame] | 185 | "$_tests/PromiseImageTest.cpp", |
Robert Phillips | 84a8120 | 2016-11-04 11:59:10 -0400 | [diff] [blame] | 186 | "$_tests/ProxyConversionTest.cpp", |
robertphillips | 1125a03 | 2016-11-16 11:17:17 -0800 | [diff] [blame] | 187 | "$_tests/ProxyRefTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 188 | "$_tests/ProxyTest.cpp", |
| 189 | "$_tests/QuickRejectTest.cpp", |
| 190 | "$_tests/RandomTest.cpp", |
| 191 | "$_tests/Reader32Test.cpp", |
| 192 | "$_tests/ReadPixelsTest.cpp", |
| 193 | "$_tests/ReadWriteAlphaTest.cpp", |
| 194 | "$_tests/RecordDrawTest.cpp", |
| 195 | "$_tests/RecorderTest.cpp", |
| 196 | "$_tests/RecordingXfermodeTest.cpp", |
| 197 | "$_tests/RecordOptsTest.cpp", |
| 198 | "$_tests/RecordPatternTest.cpp", |
| 199 | "$_tests/RecordTest.cpp", |
| 200 | "$_tests/RectangleTextureTest.cpp", |
| 201 | "$_tests/RectTest.cpp", |
| 202 | "$_tests/RefCntTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 203 | "$_tests/RegionTest.cpp", |
Robert Phillips | eaa8625 | 2016-11-08 13:49:39 +0000 | [diff] [blame] | 204 | "$_tests/RenderTargetContextTest.cpp", |
Robert Phillips | 5af44de | 2017-07-18 14:49:38 -0400 | [diff] [blame] | 205 | "$_tests/ResourceAllocatorTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 206 | "$_tests/ResourceCacheTest.cpp", |
| 207 | "$_tests/RoundRectTest.cpp", |
| 208 | "$_tests/RRectInPathTest.cpp", |
| 209 | "$_tests/RTreeTest.cpp", |
Herb Derby | 35ae65d | 2017-08-11 14:00:50 -0400 | [diff] [blame] | 210 | "$_tests/SafeMathTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 211 | "$_tests/ScalarTest.cpp", |
| 212 | "$_tests/ScaleToSidesTest.cpp", |
| 213 | "$_tests/SerializationTest.cpp", |
Mike Reed | 60691a5 | 2017-12-05 15:11:24 -0500 | [diff] [blame] | 214 | "$_tests/SerialProcsTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 215 | "$_tests/ShaderOpacityTest.cpp", |
| 216 | "$_tests/ShaderTest.cpp", |
Jim Van Verth | 1af03d4 | 2017-07-31 09:34:58 -0400 | [diff] [blame] | 217 | "$_tests/ShadowTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 218 | "$_tests/SizeTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 219 | "$_tests/SkBase64Test.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 220 | "$_tests/skbug5221.cpp", |
Hal Canary | 27ecd86 | 2017-03-21 14:00:35 -0700 | [diff] [blame] | 221 | "$_tests/skbug6389.cpp", |
Brian Osman | eee3c09 | 2017-06-15 13:25:10 -0400 | [diff] [blame] | 222 | "$_tests/skbug6653.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 223 | "$_tests/SkColor4fTest.cpp", |
Mike Klein | 6968f9c | 2018-05-24 12:33:23 -0400 | [diff] [blame] | 224 | "$_tests/SkColorSpaceXformStepsTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 225 | "$_tests/SkDOMTest.cpp", |
Mike Klein | d280d42 | 2016-10-31 09:20:54 -0400 | [diff] [blame] | 226 | "$_tests/SkFixed15Test.cpp", |
Herb Derby | 66498bc | 2017-11-03 13:36:55 -0400 | [diff] [blame] | 227 | "$_tests/SkGaussFilterTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 228 | "$_tests/SkImageTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 229 | "$_tests/SkLiteDLTest.cpp", |
| 230 | "$_tests/SkNxTest.cpp", |
| 231 | "$_tests/SkPEGTest.cpp", |
| 232 | "$_tests/SkRasterPipelineTest.cpp", |
Khushal | 38a0843 | 2018-05-02 10:29:37 -0700 | [diff] [blame] | 233 | "$_tests/SkRemoteGlyphCacheTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 234 | "$_tests/SkResourceCacheTest.cpp", |
| 235 | "$_tests/SkSharedMutexTest.cpp", |
| 236 | "$_tests/SkSLErrorTest.cpp", |
Ethan Nicholas | 762466e | 2017-06-29 10:03:38 -0400 | [diff] [blame] | 237 | "$_tests/SkSLFPTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 238 | "$_tests/SkSLGLSLTest.cpp", |
Ethan Nicholas | 26a9aad | 2018-03-27 14:10:52 -0400 | [diff] [blame] | 239 | "$_tests/SkSLJITTest.cpp", |
ethannicholas | 8ac838d | 2016-11-22 08:39:36 -0800 | [diff] [blame] | 240 | "$_tests/SkSLMemoryLayoutTest.cpp", |
Ethan Nicholas | 842d31b | 2019-01-22 10:59:11 -0500 | [diff] [blame] | 241 | "$_tests/SkSLMetalTest.cpp", |
Ethan Nicholas | 5ac13c2 | 2017-05-10 15:06:17 -0400 | [diff] [blame] | 242 | "$_tests/SkSLSPIRVTest.cpp", |
Hal Canary | 3526cfa | 2018-08-02 11:26:41 -0400 | [diff] [blame] | 243 | "$_tests/SkUTFTest.cpp", |
Mike Klein | 455c747 | 2019-02-05 13:42:46 -0500 | [diff] [blame] | 244 | "$_tests/SkVxTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 245 | "$_tests/SortTest.cpp", |
| 246 | "$_tests/SpecialImageTest.cpp", |
| 247 | "$_tests/SpecialSurfaceTest.cpp", |
| 248 | "$_tests/SrcOverTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 249 | "$_tests/SRGBReadWritePixelsTest.cpp", |
| 250 | "$_tests/SRGBTest.cpp", |
Leon Scroggins III | 932efed | 2016-12-16 11:39:51 -0500 | [diff] [blame] | 251 | "$_tests/StreamBufferTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 252 | "$_tests/StreamTest.cpp", |
| 253 | "$_tests/StringTest.cpp", |
| 254 | "$_tests/StrokerTest.cpp", |
| 255 | "$_tests/StrokeTest.cpp", |
| 256 | "$_tests/SubsetPath.cpp", |
Greg Daniel | a5cb781 | 2017-06-16 09:45:32 -0400 | [diff] [blame] | 257 | "$_tests/SurfaceSemaphoreTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 258 | "$_tests/SurfaceTest.cpp", |
| 259 | "$_tests/SVGDeviceTest.cpp", |
| 260 | "$_tests/SwizzlerTest.cpp", |
| 261 | "$_tests/TArrayTest.cpp", |
| 262 | "$_tests/TDPQueueTest.cpp", |
Mike Klein | 7a0ba1c | 2017-07-25 17:26:19 -0400 | [diff] [blame] | 263 | "$_tests/TableColorFilterTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 264 | "$_tests/TemplatesTest.cpp", |
| 265 | "$_tests/TessellatingPathRendererTests.cpp", |
Brian Salomon | 1f05d45 | 2019-02-08 12:33:08 -0500 | [diff] [blame] | 266 | "$_tests/TextureBindingsResetTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 267 | "$_tests/Test.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 268 | "$_tests/TestTest.cpp", |
Robert Phillips | 3500b77 | 2017-01-27 10:11:42 -0500 | [diff] [blame] | 269 | "$_tests/TestUtils.h", |
| 270 | "$_tests/TestUtils.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 271 | "$_tests/TextBlobCacheTest.cpp", |
| 272 | "$_tests/TextBlobTest.cpp", |
Robert Phillips | ae7d3f3 | 2017-09-21 08:26:08 -0400 | [diff] [blame] | 273 | "$_tests/TextureProxyTest.cpp", |
Robert Phillips | 96b6d53 | 2018-03-19 10:57:42 -0400 | [diff] [blame] | 274 | "$_tests/TextureStripAtlasManagerTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 275 | "$_tests/Time.cpp", |
Florin Malita | 8eaf64a | 2018-04-11 11:59:18 -0400 | [diff] [blame] | 276 | "$_tests/TLazyTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 277 | "$_tests/TopoSortTest.cpp", |
Mike Klein | c9bc814 | 2017-11-27 12:39:30 -0500 | [diff] [blame] | 278 | "$_tests/ToSRGBColorFilter.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 279 | "$_tests/TraceMemoryDumpTest.cpp", |
Brian Osman | b6705c2 | 2017-08-01 10:23:38 -0400 | [diff] [blame] | 280 | "$_tests/TracingTest.cpp", |
Jim Van Verth | 2e5eaf0 | 2017-06-21 15:55:46 -0400 | [diff] [blame] | 281 | "$_tests/TransferPixelsTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 282 | "$_tests/TypefaceTest.cpp", |
| 283 | "$_tests/UnicodeTest.cpp", |
| 284 | "$_tests/UtilsTest.cpp", |
Mike Reed | bdce9c2 | 2017-03-14 14:10:54 -0400 | [diff] [blame] | 285 | "$_tests/VerticesTest.cpp", |
Greg Daniel | 52e16d9 | 2018-04-10 09:34:07 -0400 | [diff] [blame] | 286 | "$_tests/VkBackendSurfaceTest.cpp", |
Greg Daniel | 64cc9aa | 2018-10-19 13:54:56 -0400 | [diff] [blame] | 287 | "$_tests/VkDrawableTest.cpp", |
Greg Daniel | 24d861d | 2019-01-30 15:13:22 -0500 | [diff] [blame] | 288 | "$_tests/VkHardwareBufferTest.cpp", |
Greg Daniel | f3a4ef9 | 2018-03-01 11:34:59 -0500 | [diff] [blame] | 289 | "$_tests/VkMakeCopyPipelineTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 290 | "$_tests/VkWrapTests.cpp", |
Mike Klein | 0554d49 | 2017-12-06 12:27:44 -0500 | [diff] [blame] | 291 | "$_tests/VptrTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 292 | "$_tests/WindowRectanglesTest.cpp", |
| 293 | "$_tests/WritePixelsTest.cpp", |
| 294 | "$_tests/Writer32Test.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 295 | "$_tests/YUVCacheTest.cpp", |
| 296 | "$_tests/YUVTest.cpp", |
| 297 | ] |
| 298 | |
| 299 | pathops_tests_sources = [ |
| 300 | "$_tests/PathOpsAngleIdeas.cpp", |
| 301 | "$_tests/PathOpsAngleTest.cpp", |
Cary Clark | 7d06e26 | 2018-08-16 11:53:54 -0400 | [diff] [blame] | 302 | "$_tests/PathOpsAsWindingTest.cpp", |
Mike Klein | 6e74412 | 2016-10-27 12:21:40 -0400 | [diff] [blame] | 303 | "$_tests/PathOpsBattles.cpp", |
| 304 | "$_tests/PathOpsBoundsTest.cpp", |
| 305 | "$_tests/PathOpsBuilderConicTest.cpp", |
| 306 | "$_tests/PathOpsBuilderTest.cpp", |
| 307 | "$_tests/PathOpsBuildUseTest.cpp", |
| 308 | "$_tests/PathOpsChalkboardTest.cpp", |
| 309 | "$_tests/PathOpsConicIntersectionTest.cpp", |
| 310 | "$_tests/PathOpsConicLineIntersectionTest.cpp", |
| 311 | "$_tests/PathOpsConicQuadIntersectionTest.cpp", |
| 312 | "$_tests/PathOpsCubicConicIntersectionTest.cpp", |
| 313 | "$_tests/PathOpsCubicIntersectionTest.cpp", |
| 314 | "$_tests/PathOpsCubicIntersectionTestData.cpp", |
| 315 | "$_tests/PathOpsCubicLineIntersectionIdeas.cpp", |
| 316 | "$_tests/PathOpsCubicLineIntersectionTest.cpp", |
| 317 | "$_tests/PathOpsCubicQuadIntersectionTest.cpp", |
| 318 | "$_tests/PathOpsCubicReduceOrderTest.cpp", |
| 319 | "$_tests/PathOpsDCubicTest.cpp", |
| 320 | "$_tests/PathOpsDebug.cpp", |
| 321 | "$_tests/PathOpsDLineTest.cpp", |
| 322 | "$_tests/PathOpsDPointTest.cpp", |
| 323 | "$_tests/PathOpsDRectTest.cpp", |
| 324 | "$_tests/PathOpsDVectorTest.cpp", |
| 325 | "$_tests/PathOpsExtendedTest.cpp", |
| 326 | "$_tests/PathOpsFuzz763Test.cpp", |
| 327 | "$_tests/PathOpsInverseTest.cpp", |
| 328 | "$_tests/PathOpsIssue3651.cpp", |
| 329 | "$_tests/PathOpsLineIntersectionTest.cpp", |
| 330 | "$_tests/PathOpsLineParametetersTest.cpp", |
| 331 | "$_tests/PathOpsOpCircleThreadedTest.cpp", |
| 332 | "$_tests/PathOpsOpCubicThreadedTest.cpp", |
| 333 | "$_tests/PathOpsOpLoopThreadedTest.cpp", |
| 334 | "$_tests/PathOpsOpRectThreadedTest.cpp", |
| 335 | "$_tests/PathOpsOpTest.cpp", |
| 336 | "$_tests/PathOpsQuadIntersectionTest.cpp", |
| 337 | "$_tests/PathOpsQuadIntersectionTestData.cpp", |
| 338 | "$_tests/PathOpsQuadLineIntersectionTest.cpp", |
| 339 | "$_tests/PathOpsQuadLineIntersectionThreadedTest.cpp", |
| 340 | "$_tests/PathOpsQuadReduceOrderTest.cpp", |
| 341 | "$_tests/PathOpsSimplifyDegenerateThreadedTest.cpp", |
| 342 | "$_tests/PathOpsSimplifyFailTest.cpp", |
| 343 | "$_tests/PathOpsSimplifyQuadralateralsThreadedTest.cpp", |
| 344 | "$_tests/PathOpsSimplifyQuadThreadedTest.cpp", |
| 345 | "$_tests/PathOpsSimplifyRectThreadedTest.cpp", |
| 346 | "$_tests/PathOpsSimplifyTest.cpp", |
| 347 | "$_tests/PathOpsSimplifyTrianglesThreadedTest.cpp", |
| 348 | "$_tests/PathOpsSkpTest.cpp", |
| 349 | "$_tests/PathOpsTestCommon.cpp", |
| 350 | "$_tests/PathOpsThreadedCommon.cpp", |
| 351 | "$_tests/PathOpsThreeWayTest.cpp", |
| 352 | "$_tests/PathOpsTigerTest.cpp", |
| 353 | "$_tests/PathOpsTightBoundsTest.cpp", |
| 354 | "$_tests/PathOpsTypesTest.cpp", |
| 355 | ] |