blob: b376a27c7f74a3d7bf28b3793c84b438726219f6 [file] [log] [blame]
Leandro Lovisolo4c099aa2023-11-15 00:22:21 +00001"""
2This module contains lists of files and defines used in the legacy G3 build, that is, the G3 build
3that is not derived from our Bazel rules.
4"""
benjaminwagner56f6d062016-01-13 10:45:19 -08005
Kevin Lubicke3f11132022-05-02 07:56:22 -04006SKIA_PUBLIC_HDRS = [
7 "include/android/SkAndroidFrameworkUtils.h",
8 "include/android/SkAnimatedImage.h",
9 "include/codec/SkAndroidCodec.h",
Kevin Lubick225d5102023-05-23 07:04:53 -040010 "include/codec/SkAvifDecoder.h",
11 "include/codec/SkBmpDecoder.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -040012 "include/codec/SkCodecAnimation.h",
13 "include/codec/SkCodec.h",
Kevin Lubick3b233922023-03-23 09:26:34 -040014 "include/codec/SkEncodedImageFormat.h",
Kevin Lubick1cd19982023-04-21 09:59:05 -040015 "include/codec/SkEncodedOrigin.h",
Kevin Lubick225d5102023-05-23 07:04:53 -040016 "include/codec/SkGifDecoder.h",
17 "include/codec/SkIcoDecoder.h",
18 "include/codec/SkJpegDecoder.h",
19 "include/codec/SkJpegxlDecoder.h",
Kevin Lubick1cd19982023-04-21 09:59:05 -040020 "include/codec/SkPixmapUtils.h",
21 "include/codec/SkPngChunkReader.h",
Kevin Lubick225d5102023-05-23 07:04:53 -040022 "include/codec/SkPngDecoder.h",
23 "include/codec/SkRawDecoder.h",
24 "include/codec/SkWbmpDecoder.h",
25 "include/codec/SkWebpDecoder.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -040026 "include/config/SkUserConfig.h",
27 "include/core/SkAlphaType.h",
28 "include/core/SkAnnotation.h",
29 "include/core/SkBBHFactory.h",
30 "include/core/SkBitmap.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -040031 "include/core/SkBlendMode.h",
Kevin Lubickecd3a2f2023-01-05 08:17:45 -050032 "include/core/SkBlender.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -040033 "include/core/SkBlurTypes.h",
34 "include/core/SkCanvas.h",
35 "include/core/SkCanvasVirtualEnforcer.h",
Brian Osman3cbb13a2022-04-25 16:05:37 -040036 "include/core/SkCapabilities.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -040037 "include/core/SkClipOp.h",
Brian Osmanec19d412022-05-16 14:48:22 +000038 "include/core/SkColor.h",
Kevin Lubickecd3a2f2023-01-05 08:17:45 -050039 "include/core/SkColorFilter.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -040040 "include/core/SkColorPriv.h",
41 "include/core/SkColorSpace.h",
Michael Ludwige5bded92023-06-06 13:54:35 +000042 "include/core/SkColorTable.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -040043 "include/core/SkColorType.h",
44 "include/core/SkContourMeasure.h",
45 "include/core/SkCoverageMode.h",
46 "include/core/SkCubicMap.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -040047 "include/core/SkData.h",
48 "include/core/SkDataTable.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -040049 "include/core/SkDocument.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -040050 "include/core/SkDrawLooper.h",
Kevin Lubick3b233922023-03-23 09:26:34 -040051 "include/core/SkDrawable.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -040052 "include/core/SkExecutor.h",
53 "include/core/SkFlattenable.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -040054 "include/core/SkFont.h",
Kevin Lubick3b233922023-03-23 09:26:34 -040055 "include/core/SkFontArguments.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -040056 "include/core/SkFontMetrics.h",
57 "include/core/SkFontMgr.h",
58 "include/core/SkFontParameters.h",
59 "include/core/SkFontStyle.h",
60 "include/core/SkFontTypes.h",
61 "include/core/SkGraphics.h",
Kevin Lubick3b233922023-03-23 09:26:34 -040062 "include/core/SkImage.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -040063 "include/core/SkImageFilter.h",
64 "include/core/SkImageGenerator.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -040065 "include/core/SkImageInfo.h",
66 "include/core/SkM44.h",
67 "include/core/SkMallocPixelRef.h",
68 "include/core/SkMaskFilter.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -040069 "include/core/SkMatrix.h",
Kevin Lubick3b233922023-03-23 09:26:34 -040070 "include/core/SkMesh.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -040071 "include/core/SkMilestone.h",
72 "include/core/SkOverdrawCanvas.h",
73 "include/core/SkPaint.h",
Kevin Lubick3b233922023-03-23 09:26:34 -040074 "include/core/SkPath.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -040075 "include/core/SkPathBuilder.h",
76 "include/core/SkPathEffect.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -040077 "include/core/SkPathMeasure.h",
78 "include/core/SkPathTypes.h",
Kevin Lubick177a7122022-12-12 10:25:15 -050079 "include/core/SkPathUtils.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -040080 "include/core/SkPicture.h",
81 "include/core/SkPictureRecorder.h",
82 "include/core/SkPixelRef.h",
83 "include/core/SkPixmap.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -040084 "include/core/SkPoint.h",
Kevin Lubick3b233922023-03-23 09:26:34 -040085 "include/core/SkPoint3.h",
Kevin Lubick3b233922023-03-23 09:26:34 -040086 "include/core/SkRRect.h",
87 "include/core/SkRSXform.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -040088 "include/core/SkRasterHandleAllocator.h",
89 "include/core/SkRect.h",
90 "include/core/SkRefCnt.h",
91 "include/core/SkRegion.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -040092 "include/core/SkSamplingOptions.h",
93 "include/core/SkScalar.h",
94 "include/core/SkSerialProcs.h",
95 "include/core/SkShader.h",
96 "include/core/SkSize.h",
97 "include/core/SkSpan.h",
98 "include/core/SkStream.h",
99 "include/core/SkString.h",
100 "include/core/SkStrokeRec.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400101 "include/core/SkSurface.h",
102 "include/core/SkSurfaceProps.h",
103 "include/core/SkSwizzle.h",
104 "include/core/SkTextBlob.h",
Kevin Lubick3b233922023-03-23 09:26:34 -0400105 "include/core/SkTextureCompressionType.h",
Robert Phillips2ab26782023-06-15 14:22:11 -0400106 "include/core/SkTiledImageUtils.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400107 "include/core/SkTileMode.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400108 "include/core/SkTraceMemoryDump.h",
109 "include/core/SkTypeface.h",
110 "include/core/SkTypes.h",
111 "include/core/SkUnPreMultiply.h",
112 "include/core/SkVertices.h",
113 "include/core/SkYUVAInfo.h",
114 "include/core/SkYUVAPixmaps.h",
Kevin Lubick68de6e32023-10-13 11:19:03 -0400115 "include/docs/SkMultiPictureDocument.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400116 "include/docs/SkPDFDocument.h",
117 "include/docs/SkXPSDocument.h",
118 "include/effects/Sk1DPathEffect.h",
119 "include/effects/Sk2DPathEffect.h",
120 "include/effects/SkBlenders.h",
121 "include/effects/SkBlurDrawLooper.h",
122 "include/effects/SkBlurMaskFilter.h",
123 "include/effects/SkColorMatrixFilter.h",
124 "include/effects/SkColorMatrix.h",
125 "include/effects/SkCornerPathEffect.h",
126 "include/effects/SkDashPathEffect.h",
127 "include/effects/SkDiscretePathEffect.h",
128 "include/effects/SkGradientShader.h",
129 "include/effects/SkHighContrastFilter.h",
130 "include/effects/SkImageFilters.h",
131 "include/effects/SkLayerDrawLooper.h",
132 "include/effects/SkLumaColorFilter.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400133 "include/effects/SkOverdrawColorFilter.h",
134 "include/effects/SkPerlinNoiseShader.h",
135 "include/effects/SkRuntimeEffect.h",
136 "include/effects/SkShaderMaskFilter.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400137 "include/effects/SkTableMaskFilter.h",
138 "include/effects/SkTrimPathEffect.h",
139 "include/encode/SkEncoder.h",
Kevin Lubick3b233922023-03-23 09:26:34 -0400140 "include/encode/SkICC.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400141 "include/encode/SkJpegEncoder.h",
142 "include/encode/SkPngEncoder.h",
143 "include/encode/SkWebpEncoder.h",
Kevin Lubick20ec0562022-05-02 10:53:04 -0400144 "include/gpu/d3d/GrD3DBackendContext.h",
145 "include/gpu/d3d/GrD3DTypes.h",
Jackson Gardner2b195a62023-05-23 11:02:33 -0700146 "include/gpu/ganesh/GrExternalTextureGenerator.h",
Kevin Lubick77472bf2023-03-24 07:11:17 -0400147 "include/gpu/ganesh/SkImageGanesh.h",
Kevin Lubick9daea7b2023-07-17 08:31:41 -0400148 "include/gpu/ganesh/SkMeshGanesh.h",
Kevin Lubick089b9cc2023-05-02 14:34:15 -0400149 "include/gpu/ganesh/SkSurfaceGanesh.h",
Kevin Lubick19983e82023-08-02 13:10:28 -0400150 "include/gpu/ganesh/gl/GrGLBackendSurface.h",
Kevin Lubick60b88812023-09-25 12:49:56 -0400151 "include/gpu/ganesh/gl/GrGLDirectContext.h",
Kevin Lubick5c93acf2023-05-09 12:11:43 -0400152 "include/gpu/ganesh/mtl/SkSurfaceMetal.h",
K Lubicka8e4db12024-02-15 13:32:24 -0500153 "include/gpu/ganesh/vk/GrBackendDrawableInfo.h",
Kevin Lubicke9206d22023-11-20 10:46:02 -0500154 "include/gpu/ganesh/vk/GrVkBackendSemaphore.h",
Brian Osmandf783b52023-08-15 14:19:09 -0400155 "include/gpu/ganesh/vk/GrVkBackendSurface.h",
Kevin Lubicke5638722023-10-09 18:58:56 +0000156 "include/gpu/ganesh/vk/GrVkDirectContext.h",
Kevin Lubicke7e860c2023-05-03 08:07:24 -0400157 "include/gpu/gl/egl/GrGLMakeEGLInterface.h",
Kevin Lubick20ec0562022-05-02 10:53:04 -0400158 "include/gpu/gl/glx/GrGLMakeGLXInterface.h",
159 "include/gpu/gl/GrGLAssembleHelpers.h",
160 "include/gpu/gl/GrGLAssembleInterface.h",
161 "include/gpu/gl/GrGLConfig.h",
162 "include/gpu/gl/GrGLConfig_chrome.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400163 "include/gpu/GpuTypes.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400164 "include/gpu/GrBackendSemaphore.h",
165 "include/gpu/GrBackendSurface.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400166 "include/gpu/GrContextOptions.h",
167 "include/gpu/GrContextThreadSafeProxy.h",
168 "include/gpu/GrDirectContext.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400169 "include/gpu/GrDriverBugWorkarounds.h",
Kevin Lubick20ec0562022-05-02 10:53:04 -0400170 "include/gpu/GrDriverBugWorkaroundsAutogen.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400171 "include/gpu/GrRecordingContext.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400172 "include/gpu/GrTypes.h",
173 "include/gpu/GrYUVABackendTextures.h",
Greg Daniela8ca8112022-10-10 18:25:22 -0400174 "include/gpu/MutableTextureState.h",
Kevin Lubickecd3a2f2023-01-05 08:17:45 -0500175 "include/gpu/ShaderErrorHandler.h",
176 "include/gpu/gl/GrGLExtensions.h",
177 "include/gpu/gl/GrGLFunctions.h",
178 "include/gpu/gl/GrGLInterface.h",
179 "include/gpu/gl/GrGLTypes.h",
Kevin Lubick20ec0562022-05-02 10:53:04 -0400180 "include/gpu/mock/GrMockTypes.h",
181 "include/gpu/mtl/GrMtlBackendContext.h",
182 "include/gpu/mtl/GrMtlTypes.h",
Jim Van Verthd609a162022-09-20 16:03:47 -0400183 "include/gpu/mtl/MtlMemoryAllocator.h",
Kevin Lubick20ec0562022-05-02 10:53:04 -0400184 "include/gpu/vk/GrVkBackendContext.h",
185 "include/gpu/vk/GrVkExtensions.h",
186 "include/gpu/vk/GrVkMemoryAllocator.h",
187 "include/gpu/vk/GrVkTypes.h",
Greg Daniel502e7502022-08-24 13:18:16 -0400188 "include/gpu/vk/VulkanExtensions.h",
Greg Daniel2a1bc952022-09-01 10:05:43 -0400189 "include/gpu/vk/VulkanMemoryAllocator.h",
Kevin Lubick20b5c202023-11-21 09:37:33 -0500190 "include/gpu/vk/VulkanMutableTextureState.h",
Greg Daniel502e7502022-08-24 13:18:16 -0400191 "include/gpu/vk/VulkanTypes.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400192 "include/pathops/SkPathOps.h",
193 "include/ports/SkCFObject.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400194 "include/ports/SkFontMgr_android.h",
Florin Malita127b5662023-03-14 10:36:26 -0400195 "include/ports/SkFontMgr_data.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400196 "include/ports/SkFontMgr_directory.h",
197 "include/ports/SkFontMgr_empty.h",
198 "include/ports/SkFontMgr_fontconfig.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400199 "include/ports/SkFontMgr_fuchsia.h",
200 "include/ports/SkFontMgr_indirect.h",
201 "include/ports/SkFontMgr_mac_ct.h",
202 "include/ports/SkImageGeneratorCG.h",
203 "include/ports/SkImageGeneratorNDK.h",
204 "include/ports/SkImageGeneratorWIC.h",
205 "include/ports/SkRemotableFontMgr.h",
206 "include/ports/SkTypeface_mac.h",
207 "include/ports/SkTypeface_win.h",
208 # We do not want clients to directly include our private headers, so we exclude include/private
Kevin Lubicke3f11132022-05-02 07:56:22 -0400209 "include/sksl/SkSLDebugTrace.h",
Brian Osman3cbb13a2022-04-25 16:05:37 -0400210 "include/sksl/SkSLVersion.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400211 "include/utils/SkCanvasStateUtils.h",
212 "include/utils/SkCustomTypeface.h",
213 "include/utils/SkEventTracer.h",
214 "include/utils/SkNoDrawCanvas.h",
215 "include/utils/SkNullCanvas.h",
216 "include/utils/SkNWayCanvas.h",
217 "include/utils/SkOrderedFontMgr.h",
218 "include/utils/SkPaintFilterCanvas.h",
219 "include/utils/SkParse.h",
220 "include/utils/SkParsePath.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400221 "include/utils/SkShadowUtils.h",
222 "include/utils/SkTextUtils.h",
223 "include/utils/SkTraceEventPhase.h",
Kevin Lubickf72f70d2022-09-06 11:48:31 -0400224 "include/utils/mac/SkCGUtils.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400225]
Ben Wagner9eca72b2017-10-17 10:57:34 -0400226
227################################################################################
benjaminwagner56f6d062016-01-13 10:45:19 -0800228## BASE_SRCS
229################################################################################
benjaminwagner787ca872015-08-17 12:58:10 -0700230
Kevin Lubicke3f11132022-05-02 07:56:22 -0400231# All platform-independent sources and private headers.
232BASE_SRCS_ALL = [
Kevin Lubicke54b86b2023-04-21 08:13:07 -0400233 "include/android/SkImageAndroid.h",
Kevin Lubickacdc1082023-06-09 11:05:24 -0400234 "include/android/SkCanvasAndroid.h",
Kevin Lubick2bd33c52022-09-15 13:28:58 -0400235 "include/core/SkOpenTypeSVGDecoder.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400236 "include/private/SkColorData.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400237 "include/private/SkEncodedInfo.h",
Christopher Camerona9caf3c2023-10-17 11:45:45 +0200238 "include/private/SkExif.h",
Christopher Cameronb6f273b2023-01-10 14:41:54 +0100239 "include/private/SkGainmapInfo.h",
Christopher Cameron758c0b52023-01-19 11:21:00 +0100240 "include/private/SkGainmapShader.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400241 "include/private/SkIDChangeListener.h",
Christopher Cameron6ca818a2023-05-29 10:41:08 +0200242 "include/private/SkJpegMetadataDecoder.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400243 "include/private/SkPathRef.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400244 "include/private/SkSLSampleUsage.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400245 "include/private/SkWeakRefCnt.h",
Maryla6248bd42023-06-13 14:47:58 +0000246 "include/private/SkXmp.h",
Kevin Lubick19936eb2023-01-05 09:00:37 -0500247 "include/private/base/SingleOwner.h",
Kevin Lubickffd084f2023-01-04 14:51:12 -0500248 "include/private/base/SkAPI.h",
249 "include/private/base/SkAlign.h",
Kevin Lubickdc6cc022023-01-13 11:24:27 -0500250 "include/private/base/SkAlignedStorage.h",
Brian Osman416789a2023-08-08 14:24:07 -0400251 "include/private/base/SkAnySubclass.h",
Kevin Lubickffd084f2023-01-04 14:51:12 -0500252 "include/private/base/SkAssert.h",
253 "include/private/base/SkAttributes.h",
Kevin Lubickdc6cc022023-01-13 11:24:27 -0500254 "include/private/base/SkCPUTypes.h",
255 "include/private/base/SkContainers.h",
Kevin Lubickffd084f2023-01-04 14:51:12 -0500256 "include/private/base/SkDebug.h",
Kevin Lubick19936eb2023-01-05 09:00:37 -0500257 "include/private/base/SkDeque.h",
Kevin Lubickffd084f2023-01-04 14:51:12 -0500258 "include/private/base/SkFeatures.h",
Kevin Lubick0d4d1142023-02-13 09:13:10 -0500259 "include/private/base/SkFixed.h",
Kevin Lubickdc6cc022023-01-13 11:24:27 -0500260 "include/private/base/SkFloatBits.h",
Kevin Lubick46572b42023-01-18 13:11:06 -0500261 "include/private/base/SkFloatingPoint.h",
Kevin Lubickffd084f2023-01-04 14:51:12 -0500262 "include/private/base/SkLoadUserConfig.h",
Kevin Lubick46572b42023-01-18 13:11:06 -0500263 "include/private/base/SkMacros.h",
Kevin Lubick19936eb2023-01-05 09:00:37 -0500264 "include/private/base/SkMalloc.h",
Kevin Lubickdc6cc022023-01-13 11:24:27 -0500265 "include/private/base/SkMath.h",
Kevin Lubick19936eb2023-01-05 09:00:37 -0500266 "include/private/base/SkMutex.h",
Kevin Lubick1b3aa8b2023-01-19 14:03:31 -0500267 "include/private/base/SkNoncopyable.h",
Kevin Lubick19936eb2023-01-05 09:00:37 -0500268 "include/private/base/SkOnce.h",
Herb Derby2fc59822023-06-16 15:30:56 -0400269 "include/private/base/SkPoint_impl.h",
Kevin Lubick46572b42023-01-18 13:11:06 -0500270 "include/private/base/SkSafe32.h",
Kevin Lubick19936eb2023-01-05 09:00:37 -0500271 "include/private/base/SkSemaphore.h",
Kevin Lubickdc6cc022023-01-13 11:24:27 -0500272 "include/private/base/SkSpan_impl.h",
273 "include/private/base/SkTArray.h",
274 "include/private/base/SkTDArray.h",
Kevin Lubick19936eb2023-01-05 09:00:37 -0500275 "include/private/base/SkTFitsIn.h",
Kevin Lubick46572b42023-01-18 13:11:06 -0500276 "include/private/base/SkTLogic.h",
277 "include/private/base/SkTPin.h",
278 "include/private/base/SkTemplates.h",
Kevin Lubick19936eb2023-01-05 09:00:37 -0500279 "include/private/base/SkThreadAnnotations.h",
280 "include/private/base/SkThreadID.h",
281 "include/private/base/SkTo.h",
Kevin Lubickdc6cc022023-01-13 11:24:27 -0500282 "include/private/base/SkTypeTraits.h",
Kevin Lubick0bff57e2023-06-09 14:29:17 -0400283 "include/private/chromium/GrDeferredDisplayList.h",
284 "include/private/chromium/GrDeferredDisplayListRecorder.h",
Kevin Lubickeb981252023-06-13 07:51:26 -0400285 "include/private/chromium/GrPromiseImageTexture.h",
Kevin Lubick0bff57e2023-06-09 14:29:17 -0400286 "include/private/chromium/GrSurfaceCharacterization.h",
Kevin Lubick2bd33c52022-09-15 13:28:58 -0400287 "include/private/chromium/SkChromeRemoteGlyphCache.h",
Kevin Lubickdfb83872023-01-11 14:05:18 -0500288 "include/private/chromium/SkDiscardableMemory.h",
Kevin Lubickeb981252023-06-13 07:51:26 -0400289 "include/private/chromium/SkImageChromium.h",
Kevin Lubick2bd33c52022-09-15 13:28:58 -0400290 "include/private/chromium/Slug.h",
291 "include/private/gpu/ganesh/GrContext_Base.h",
Kevin Lubick2bd33c52022-09-15 13:28:58 -0400292 "include/private/gpu/ganesh/GrImageContext.h",
Jackson Gardner2b195a62023-05-23 11:02:33 -0700293 "include/private/gpu/ganesh/GrTextureGenerator.h",
Kevin Lubick2bd33c52022-09-15 13:28:58 -0400294 "include/private/gpu/ganesh/GrTypesPriv.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400295 "src/android/SkAndroidFrameworkUtils.cpp",
296 "src/android/SkAnimatedImage.cpp",
Kevin Lubick1b3aa8b2023-01-19 14:03:31 -0500297 "src/base/SkASAN.h",
298 "src/base/SkArenaAlloc.cpp",
299 "src/base/SkArenaAlloc.h",
300 "src/base/SkArenaAllocList.h",
301 "src/base/SkAutoMalloc.h",
Kevin Lubick4ee00f52023-10-09 08:37:13 -0400302 "src/base/SkBase64.cpp",
303 "src/base/SkBase64.h",
Kevin Lubick9785b142023-01-25 14:48:33 -0500304 "src/base/SkBezierCurves.cpp",
305 "src/base/SkBezierCurves.h",
John Stiles99e8dc52023-07-24 11:56:16 -0400306 "src/base/SkBitmaskEnum.h",
Kevin Lubick1b3aa8b2023-01-19 14:03:31 -0500307 "src/base/SkBlockAllocator.cpp",
308 "src/base/SkBlockAllocator.h",
Kevin Lubicked377432023-01-25 13:34:36 -0500309 "src/base/SkBuffer.cpp",
310 "src/base/SkBuffer.h",
Kevin Lubickdc6cc022023-01-13 11:24:27 -0500311 "src/base/SkContainers.cpp",
Kevin Lubick94f969c2023-01-20 16:02:59 -0500312 "src/base/SkCubics.cpp",
313 "src/base/SkCubics.h",
Kevin Lubick75135892023-10-16 16:53:05 -0400314 "src/base/SkDebug.cpp",
Kevin Lubick46572b42023-01-18 13:11:06 -0500315 "src/base/SkDeque.cpp",
Kevin Lubick171ecb32023-03-22 13:55:55 -0400316 "src/base/SkEndian.h",
John Stiles54807a82023-07-24 12:47:43 -0400317 "src/base/SkEnumBitMask.h",
Kevin Lubick46572b42023-01-18 13:11:06 -0500318 "src/base/SkFloatingPoint.cpp",
Kevin Lubick27876ec2023-02-01 09:53:26 -0500319 "src/base/SkHalf.cpp",
320 "src/base/SkHalf.h",
Kevin Lubick46572b42023-01-18 13:11:06 -0500321 "src/base/SkLeanWindows.h",
Kevin Lubick2d666c42023-02-13 11:33:13 -0500322 "src/base/SkMSAN.h",
Kevin Lubick46572b42023-01-18 13:11:06 -0500323 "src/base/SkMalloc.cpp",
Kevin Lubick1b3aa8b2023-01-19 14:03:31 -0500324 "src/base/SkMathPriv.cpp",
325 "src/base/SkMathPriv.h",
John Stiles406bf9b2023-05-09 10:46:57 -0400326 "src/base/SkNoDestructor.h",
Kevin Lubick94f969c2023-01-20 16:02:59 -0500327 "src/base/SkQuads.cpp",
328 "src/base/SkQuads.h",
Kevin Lubick0d4d1142023-02-13 09:13:10 -0500329 "src/base/SkRandom.h",
Kevin Lubick406dacd2023-03-23 10:15:46 -0400330 "src/base/SkRectMemcpy.h",
Kevin Lubick46572b42023-01-18 13:11:06 -0500331 "src/base/SkSafeMath.cpp",
332 "src/base/SkSafeMath.h",
Kevin Lubick1b3aa8b2023-01-19 14:03:31 -0500333 "src/base/SkScopeExit.h",
Kevin Lubick46572b42023-01-18 13:11:06 -0500334 "src/base/SkSemaphore.cpp",
Kevin Lubick082284f2023-05-08 13:34:24 -0400335 "src/base/SkSharedMutex.cpp",
336 "src/base/SkSharedMutex.h",
337 "src/base/SkSpinlock.cpp",
338 "src/base/SkSpinlock.h",
Kevin Lubick46572b42023-01-18 13:11:06 -0500339 "src/base/SkStringView.h",
Kevin Lubick1b3aa8b2023-01-19 14:03:31 -0500340 "src/base/SkTBlockList.h",
Kevin Lubick46572b42023-01-18 13:11:06 -0500341 "src/base/SkTDArray.cpp",
Kevin Lubicked377432023-01-25 13:34:36 -0500342 "src/base/SkTDPQueue.h",
343 "src/base/SkTInternalLList.h",
Kevin Lubick1b3aa8b2023-01-19 14:03:31 -0500344 "src/base/SkTLazy.h",
Kevin Lubicka74a9882023-09-06 12:58:33 +0000345 "src/base/SkTime.cpp",
346 "src/base/SkTime.h",
Kevin Lubicked377432023-01-25 13:34:36 -0500347 "src/base/SkTSearch.cpp",
348 "src/base/SkTSearch.h",
349 "src/base/SkTSort.h",
Kevin Lubick1b3aa8b2023-01-19 14:03:31 -0500350 "src/base/SkThreadID.cpp",
351 "src/base/SkUTF.cpp",
352 "src/base/SkUTF.h",
Kevin Lubicked377432023-01-25 13:34:36 -0500353 "src/base/SkUtils.cpp",
354 "src/base/SkUtils.h",
Kevin Lubick0d4d1142023-02-13 09:13:10 -0500355 "src/base/SkVx.h",
Kevin Lubicked377432023-01-25 13:34:36 -0500356 "src/base/SkZip.h",
Brian Osmanf16ca1a2023-02-16 12:12:54 -0500357 "src/codec/SkJpegConstants.h",
Kevin Lubick0d5cd7f2023-02-15 12:02:29 -0500358 "src/codec/SkPixmapUtils.cpp",
Kevin Lubick1252d3d2023-06-09 13:43:34 -0400359 "src/codec/SkPixmapUtilsPriv.h", # TODO(kjlubick) delete
360 "src/codec/SkStubHeifDecoderAPI.h", # TODO(kjlubick) delete
Kevin Lubicke3f11132022-05-02 07:56:22 -0400361 "src/core/Sk4px.h",
362 "src/core/SkAAClip.cpp",
363 "src/core/SkAAClip.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400364 "src/core/SkATrace.cpp",
365 "src/core/SkATrace.h",
366 "src/core/SkAdvancedTypefaceMetrics.h",
367 "src/core/SkAlphaRuns.cpp",
Kevin Lubick6f1b24d2023-05-31 10:34:12 -0400368 "src/core/SkAlphaRuns.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400369 "src/core/SkAnalyticEdge.cpp",
370 "src/core/SkAnalyticEdge.h",
371 "src/core/SkAnnotation.cpp",
372 "src/core/SkAnnotationKeys.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400373 "src/core/SkAutoBlitterChoose.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400374 "src/core/SkAutoPixmapStorage.cpp",
375 "src/core/SkAutoPixmapStorage.h",
376 "src/core/SkBBHFactory.cpp",
377 "src/core/SkBigPicture.cpp",
378 "src/core/SkBigPicture.h",
379 "src/core/SkBitmap.cpp",
380 "src/core/SkBitmapCache.cpp",
381 "src/core/SkBitmapCache.h",
382 "src/core/SkBitmapDevice.cpp",
383 "src/core/SkBitmapDevice.h",
Kevin Lubick8fdbbca2023-06-07 16:14:51 -0400384 "src/core/SkBitmapProcState.h", # needed for src/opts/SkBitmapProcState_opts.h
Brian Osman6dc76e82023-07-20 19:36:09 +0000385 "src/core/SkBitmapProcState_opts.cpp",
Brian Osman6dc76e82023-07-20 19:36:09 +0000386 "src/core/SkBitmapProcState_opts_ssse3.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400387 "src/core/SkBlendMode.cpp",
388 "src/core/SkBlendModeBlender.cpp",
389 "src/core/SkBlendModeBlender.h",
390 "src/core/SkBlendModePriv.h",
391 "src/core/SkBlenderBase.h",
392 "src/core/SkBlitBWMaskTemplate.h",
Kevin Lubick2c37f172023-08-08 08:05:53 -0400393 "src/core/SkBlitMask.h",
Brian Osman84e1ebb2023-08-04 17:16:54 -0400394 "src/core/SkBlitMask_opts.cpp",
395 "src/core/SkBlitMask_opts_ssse3.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400396 "src/core/SkBlitRow.h",
397 "src/core/SkBlitRow_D32.cpp",
Brian Osman7a1fec62023-08-07 16:50:59 -0400398 "src/core/SkBlitRow_opts.cpp",
399 "src/core/SkBlitRow_opts_hsw.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400400 "src/core/SkBlitter.cpp",
401 "src/core/SkBlitter.h",
402 "src/core/SkBlitter_A8.cpp",
Michael Reed01922402023-03-14 14:30:29 -0400403 "src/core/SkBlitter_A8.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400404 "src/core/SkBlitter_ARGB32.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400405 "src/core/SkBlitter_Sprite.cpp",
Michael Ludwigf49d5592023-10-16 09:57:38 -0400406 "src/core/SkBlurEngine.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400407 "src/core/SkBlurMask.cpp",
408 "src/core/SkBlurMask.h",
Kevin Lubick2612bb12023-05-19 11:42:55 -0400409 "src/core/SkBlurMaskFilterImpl.cpp",
410 "src/core/SkBlurMaskFilterImpl.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400411 "src/core/SkCachedData.cpp",
412 "src/core/SkCachedData.h",
413 "src/core/SkCanvas.cpp",
414 "src/core/SkCanvasPriv.cpp",
415 "src/core/SkCanvasPriv.h",
Michael Reedb4d622c2023-03-20 08:57:31 -0400416 "src/core/SkCanvas_Raster.cpp",
Brian Osman3cbb13a2022-04-25 16:05:37 -0400417 "src/core/SkCapabilities.cpp",
Brian Osmancca4aea2023-05-18 15:06:03 -0400418 "src/core/SkChecksum.cpp",
Brian Osman28bfb1e2023-05-16 11:55:36 -0400419 "src/core/SkChecksum.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400420 "src/core/SkClipStack.cpp",
421 "src/core/SkClipStack.h",
422 "src/core/SkClipStackDevice.cpp",
423 "src/core/SkClipStackDevice.h",
424 "src/core/SkColor.cpp",
425 "src/core/SkColorFilter.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400426 "src/core/SkColorFilterPriv.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400427 "src/core/SkColorSpace.cpp",
428 "src/core/SkColorSpacePriv.h",
429 "src/core/SkColorSpaceXformSteps.cpp",
430 "src/core/SkColorSpaceXformSteps.h",
Michael Ludwige5bded92023-06-06 13:54:35 +0000431 "src/core/SkColorTable.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400432 "src/core/SkCompressedDataUtils.cpp",
433 "src/core/SkCompressedDataUtils.h",
434 "src/core/SkContourMeasure.cpp",
435 "src/core/SkConvertPixels.cpp",
436 "src/core/SkConvertPixels.h",
437 "src/core/SkCoreBlitters.h",
438 "src/core/SkCpu.cpp",
439 "src/core/SkCpu.h",
440 "src/core/SkCubicClipper.cpp",
441 "src/core/SkCubicClipper.h",
442 "src/core/SkCubicMap.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400443 "src/core/SkData.cpp",
444 "src/core/SkDataTable.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400445 "src/core/SkDebugUtils.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400446 "src/core/SkDescriptor.cpp",
447 "src/core/SkDescriptor.h",
448 "src/core/SkDevice.cpp",
449 "src/core/SkDevice.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400450 "src/core/SkDistanceFieldGen.cpp",
451 "src/core/SkDistanceFieldGen.h",
452 "src/core/SkDocument.cpp",
453 "src/core/SkDraw.cpp",
454 "src/core/SkDraw.h",
Michael Reed01922402023-03-14 14:30:29 -0400455 "src/core/SkDrawBase.cpp",
456 "src/core/SkDrawBase.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400457 "src/core/SkDrawLooper.cpp",
458 "src/core/SkDrawProcs.h",
459 "src/core/SkDrawShadowInfo.cpp",
460 "src/core/SkDrawShadowInfo.h",
461 "src/core/SkDraw_atlas.cpp",
462 "src/core/SkDraw_text.cpp",
463 "src/core/SkDraw_vertices.cpp",
464 "src/core/SkDrawable.cpp",
465 "src/core/SkEdge.cpp",
466 "src/core/SkEdge.h",
467 "src/core/SkEdgeBuilder.cpp",
468 "src/core/SkEdgeBuilder.h",
469 "src/core/SkEdgeClipper.cpp",
470 "src/core/SkEdgeClipper.h",
471 "src/core/SkEffectPriv.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400472 "src/core/SkEnumerate.h",
473 "src/core/SkExecutor.cpp",
474 "src/core/SkFDot6.h",
475 "src/core/SkFlattenable.cpp",
476 "src/core/SkFont.cpp",
477 "src/core/SkFontDescriptor.cpp",
478 "src/core/SkFontDescriptor.h",
Herb Derbyc21fe6f2023-03-09 12:26:51 -0500479 "src/core/SkFontMetricsPriv.cpp",
480 "src/core/SkFontMetricsPriv.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400481 "src/core/SkFontMgr.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400482 "src/core/SkFontPriv.h",
Julia Lavrova40200ce2024-01-04 13:17:54 -0500483 "src/core/SkFontScanner.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400484 "src/core/SkFontStream.cpp",
485 "src/core/SkFontStream.h",
486 "src/core/SkFont_serial.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400487 "src/core/SkGaussFilter.cpp",
488 "src/core/SkGaussFilter.h",
489 "src/core/SkGeometry.cpp",
490 "src/core/SkGeometry.h",
491 "src/core/SkGlobalInitialization_core.cpp",
492 "src/core/SkGlyph.cpp",
493 "src/core/SkGlyph.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400494 "src/core/SkGlyphRunPainter.cpp",
495 "src/core/SkGlyphRunPainter.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400496 "src/core/SkGraphics.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400497 "src/core/SkIDChangeListener.cpp",
498 "src/core/SkIPoint16.h",
499 "src/core/SkImageFilter.cpp",
500 "src/core/SkImageFilterCache.cpp",
501 "src/core/SkImageFilterCache.h",
502 "src/core/SkImageFilterTypes.cpp",
503 "src/core/SkImageFilterTypes.h",
504 "src/core/SkImageFilter_Base.h",
505 "src/core/SkImageGenerator.cpp",
506 "src/core/SkImageInfo.cpp",
Brian Osman699841c2023-01-04 10:32:03 -0500507 "src/core/SkImageInfoPriv.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400508 "src/core/SkImagePriv.h",
Robert Phillips49dd7ed2024-02-23 10:38:39 -0500509 "src/core/SkKnownRuntimeEffects.cpp",
510 "src/core/SkKnownRuntimeEffects.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400511 "src/core/SkLRUCache.h",
512 "src/core/SkLatticeIter.cpp",
513 "src/core/SkLatticeIter.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400514 "src/core/SkLineClipper.cpp",
515 "src/core/SkLineClipper.h",
516 "src/core/SkLocalMatrixImageFilter.cpp",
517 "src/core/SkLocalMatrixImageFilter.h",
518 "src/core/SkM44.cpp",
519 "src/core/SkMD5.cpp",
520 "src/core/SkMD5.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400521 "src/core/SkMallocPixelRef.cpp",
522 "src/core/SkMask.cpp",
523 "src/core/SkMask.h",
524 "src/core/SkMaskBlurFilter.cpp",
525 "src/core/SkMaskBlurFilter.h",
526 "src/core/SkMaskCache.cpp",
527 "src/core/SkMaskCache.h",
528 "src/core/SkMaskFilter.cpp",
529 "src/core/SkMaskFilterBase.h",
530 "src/core/SkMaskGamma.cpp",
531 "src/core/SkMaskGamma.h",
Kevin Lubick02e94b32024-01-15 10:58:04 -0500532 "src/core/SkMasks.cpp",
533 "src/core/SkMasks.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400534 "src/core/SkMatrix.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400535 "src/core/SkMatrixInvert.cpp",
536 "src/core/SkMatrixInvert.h",
537 "src/core/SkMatrixPriv.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400538 "src/core/SkMatrixUtils.h",
Brian Osman1cf6f712023-08-11 11:54:45 -0400539 "src/core/SkMemset.h",
540 "src/core/SkMemset_opts.cpp",
541 "src/core/SkMemset_opts_avx.cpp",
542 "src/core/SkMemset_opts_erms.cpp",
Kevin Lubick2bd33c52022-09-15 13:28:58 -0400543 "src/core/SkMesh.cpp",
544 "src/core/SkMeshPriv.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400545 "src/core/SkMessageBus.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400546 "src/core/SkMipmap.cpp",
547 "src/core/SkMipmap.h",
548 "src/core/SkMipmapAccessor.cpp",
549 "src/core/SkMipmapAccessor.h",
Kevin Lubickad8cdf12023-02-24 12:12:13 -0500550 "src/core/SkMipmapBuilder.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400551 "src/core/SkMipmapBuilder.h",
Michael Reedcfc46642023-10-30 15:43:04 -0400552 "src/core/SkMipmapDrawDownSampler.cpp",
Michael Reed60f985e2023-10-27 20:53:21 -0400553 "src/core/SkMipmapHQDownSampler.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400554 "src/core/SkNextID.h",
555 "src/core/SkOSFile.h",
556 "src/core/SkOpts.cpp",
557 "src/core/SkOpts.h",
Kevin Lubick625f61e2023-08-29 10:26:26 -0400558 "src/core/SkOptsTargets.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400559 "src/core/SkOverdrawCanvas.cpp",
560 "src/core/SkPaint.cpp",
561 "src/core/SkPaintDefaults.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400562 "src/core/SkPaintPriv.cpp",
563 "src/core/SkPaintPriv.h",
564 "src/core/SkPath.cpp",
565 "src/core/SkPathBuilder.cpp",
566 "src/core/SkPathEffect.cpp",
567 "src/core/SkPathEffectBase.h",
Ben Wagner3e406712023-06-28 14:39:31 -0400568 "src/core/SkPathEnums.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400569 "src/core/SkPathMakers.h",
570 "src/core/SkPathMeasure.cpp",
571 "src/core/SkPathMeasurePriv.h",
572 "src/core/SkPathPriv.h",
573 "src/core/SkPathRef.cpp",
Kevin Lubick177a7122022-12-12 10:25:15 -0500574 "src/core/SkPathUtils.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400575 "src/core/SkPath_serial.cpp",
576 "src/core/SkPicture.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400577 "src/core/SkPictureData.cpp",
578 "src/core/SkPictureData.h",
579 "src/core/SkPictureFlat.cpp",
580 "src/core/SkPictureFlat.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400581 "src/core/SkPicturePlayback.cpp",
582 "src/core/SkPicturePlayback.h",
583 "src/core/SkPicturePriv.h",
584 "src/core/SkPictureRecord.cpp",
585 "src/core/SkPictureRecord.h",
586 "src/core/SkPictureRecorder.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400587 "src/core/SkPixelRef.cpp",
588 "src/core/SkPixelRefPriv.h",
589 "src/core/SkPixmap.cpp",
Kevin Lubick0d5cd7f2023-02-15 12:02:29 -0500590 "src/core/SkPixmapDraw.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400591 "src/core/SkPoint.cpp",
592 "src/core/SkPoint3.cpp",
593 "src/core/SkPointPriv.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400594 "src/core/SkPtrRecorder.cpp",
595 "src/core/SkPtrRecorder.h",
596 "src/core/SkQuadClipper.cpp",
597 "src/core/SkQuadClipper.h",
598 "src/core/SkRRect.cpp",
599 "src/core/SkRRectPriv.h",
Kevin Lubick86f7b2d2023-02-01 08:36:05 -0500600 "src/core/SkRSXform.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400601 "src/core/SkRTree.cpp",
602 "src/core/SkRTree.h",
603 "src/core/SkRasterClip.cpp",
604 "src/core/SkRasterClip.h",
605 "src/core/SkRasterClipStack.h",
606 "src/core/SkRasterPipeline.cpp",
607 "src/core/SkRasterPipeline.h",
608 "src/core/SkRasterPipelineBlitter.cpp",
John Stiles288bdae2023-04-12 13:53:47 -0400609 "src/core/SkRasterPipelineContextUtils.h",
John Stiles53999c52023-01-17 13:33:51 -0500610 "src/core/SkRasterPipelineOpContexts.h",
John Stiles3b9034c2023-01-13 16:58:00 -0500611 "src/core/SkRasterPipelineOpList.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400612 "src/core/SkReadBuffer.cpp",
613 "src/core/SkReadBuffer.h",
Kevin Lubick0d5cd7f2023-02-15 12:02:29 -0500614 "src/core/SkReadPixelsRec.cpp",
615 "src/core/SkReadPixelsRec.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400616 "src/core/SkRecord.cpp",
617 "src/core/SkRecord.h",
618 "src/core/SkRecordDraw.cpp",
619 "src/core/SkRecordDraw.h",
620 "src/core/SkRecordOpts.cpp",
621 "src/core/SkRecordOpts.h",
622 "src/core/SkRecordPattern.h",
623 "src/core/SkRecordedDrawable.cpp",
624 "src/core/SkRecordedDrawable.h",
625 "src/core/SkRecorder.cpp",
626 "src/core/SkRecorder.h",
627 "src/core/SkRecords.cpp",
628 "src/core/SkRecords.h",
629 "src/core/SkRect.cpp",
630 "src/core/SkRectPriv.h",
631 "src/core/SkRegion.cpp",
632 "src/core/SkRegionPriv.h",
633 "src/core/SkRegion_path.cpp",
634 "src/core/SkResourceCache.cpp",
635 "src/core/SkResourceCache.h",
Kevin Lubick38aca782023-05-25 10:13:03 -0400636 "src/core/SkRuntimeBlender.cpp",
637 "src/core/SkRuntimeBlender.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400638 "src/core/SkRuntimeEffect.cpp",
639 "src/core/SkRuntimeEffectPriv.h",
John Stiles33ea12e2022-07-07 15:38:25 -0400640 "src/core/SkSLTypeShared.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400641 "src/core/SkSLTypeShared.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400642 "src/core/SkSafeRange.h",
643 "src/core/SkSamplingPriv.h",
644 "src/core/SkScalar.cpp",
645 "src/core/SkScaleToSides.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400646 "src/core/SkScalerContext.cpp",
647 "src/core/SkScalerContext.h",
648 "src/core/SkScan.cpp",
649 "src/core/SkScan.h",
650 "src/core/SkScanPriv.h",
651 "src/core/SkScan_AAAPath.cpp",
652 "src/core/SkScan_AntiPath.cpp",
653 "src/core/SkScan_Antihair.cpp",
654 "src/core/SkScan_Hairline.cpp",
655 "src/core/SkScan_Path.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400656 "src/core/SkSpecialImage.cpp",
657 "src/core/SkSpecialImage.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400658 "src/core/SkSpriteBlitter.h",
659 "src/core/SkSpriteBlitter_ARGB32.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400660 "src/core/SkStream.cpp",
661 "src/core/SkStreamPriv.h",
Herb Derby14c62c62023-01-20 10:32:02 -0500662 "src/core/SkStrike.cpp",
663 "src/core/SkStrike.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400664 "src/core/SkStrikeCache.cpp",
665 "src/core/SkStrikeCache.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400666 "src/core/SkStrikeSpec.cpp",
667 "src/core/SkStrikeSpec.h",
668 "src/core/SkString.cpp",
669 "src/core/SkStringUtils.cpp",
670 "src/core/SkStringUtils.h",
671 "src/core/SkStroke.cpp",
672 "src/core/SkStroke.h",
673 "src/core/SkStrokeRec.cpp",
674 "src/core/SkStrokerPriv.cpp",
675 "src/core/SkStrokerPriv.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400676 "src/core/SkSurfacePriv.h",
677 "src/core/SkSwizzle.cpp",
Kevin Lubick27876ec2023-02-01 09:53:26 -0500678 "src/core/SkSwizzlePriv.h",
Brian Osmana45e98a2023-08-10 16:55:04 -0400679 "src/core/SkSwizzler_opts.cpp",
680 "src/core/SkSwizzler_opts_hsw.cpp",
681 "src/core/SkSwizzler_opts_ssse3.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400682 "src/core/SkTDynamicHash.h",
Brian Osmand0b0dff2023-01-09 13:41:02 -0500683 "src/core/SkTHash.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400684 "src/core/SkTMultiMap.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400685 "src/core/SkTaskGroup.cpp",
686 "src/core/SkTaskGroup.h",
687 "src/core/SkTextBlob.cpp",
688 "src/core/SkTextBlobPriv.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400689 "src/core/SkTextFormatParams.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400690 "src/core/SkTraceEvent.h",
691 "src/core/SkTraceEventCommon.h",
692 "src/core/SkTypeface.cpp",
693 "src/core/SkTypefaceCache.cpp",
694 "src/core/SkTypefaceCache.h",
695 "src/core/SkTypeface_remote.cpp",
696 "src/core/SkTypeface_remote.h",
697 "src/core/SkUnPreMultiply.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400698 "src/core/SkValidationUtils.h",
699 "src/core/SkVertState.cpp",
700 "src/core/SkVertState.h",
701 "src/core/SkVertices.cpp",
702 "src/core/SkVerticesPriv.h",
703 "src/core/SkWriteBuffer.cpp",
704 "src/core/SkWriteBuffer.h",
Kevin Lubick0d5cd7f2023-02-15 12:02:29 -0500705 "src/core/SkWritePixelsRec.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400706 "src/core/SkWritePixelsRec.h",
707 "src/core/SkWriter32.cpp",
708 "src/core/SkWriter32.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400709 "src/core/SkYUVAInfo.cpp",
710 "src/core/SkYUVAInfoLocation.h",
711 "src/core/SkYUVAPixmaps.cpp",
712 "src/core/SkYUVMath.cpp",
713 "src/core/SkYUVMath.h",
714 "src/core/SkYUVPlanesCache.cpp",
715 "src/core/SkYUVPlanesCache.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400716 "src/effects/Sk1DPathEffect.cpp",
717 "src/effects/Sk2DPathEffect.cpp",
718 "src/effects/SkBlenders.cpp",
719 "src/effects/SkColorMatrix.cpp",
720 "src/effects/SkColorMatrixFilter.cpp",
721 "src/effects/SkCornerPathEffect.cpp",
722 "src/effects/SkDashImpl.h",
723 "src/effects/SkDashPathEffect.cpp",
724 "src/effects/SkDiscretePathEffect.cpp",
725 "src/effects/SkEmbossMask.cpp",
726 "src/effects/SkEmbossMask.h",
727 "src/effects/SkEmbossMaskFilter.cpp",
728 "src/effects/SkEmbossMaskFilter.h",
729 "src/effects/SkHighContrastFilter.cpp",
730 "src/effects/SkLayerDrawLooper.cpp",
Kevin Lubick2612bb12023-05-19 11:42:55 -0400731 "src/effects/SkShaderMaskFilterImpl.cpp",
732 "src/effects/SkShaderMaskFilterImpl.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400733 "src/effects/SkTableMaskFilter.cpp",
734 "src/effects/SkTrimPE.h",
735 "src/effects/SkTrimPathEffect.cpp",
Kevin Lubickf5bc3d12023-05-31 13:41:59 -0400736 "src/effects/colorfilters/SkBlendModeColorFilter.cpp",
737 "src/effects/colorfilters/SkBlendModeColorFilter.h",
738 "src/effects/colorfilters/SkColorFilterBase.cpp",
739 "src/effects/colorfilters/SkColorFilterBase.h",
740 "src/effects/colorfilters/SkColorSpaceXformColorFilter.cpp",
741 "src/effects/colorfilters/SkColorSpaceXformColorFilter.h",
742 "src/effects/colorfilters/SkComposeColorFilter.cpp",
743 "src/effects/colorfilters/SkComposeColorFilter.h",
744 "src/effects/colorfilters/SkGaussianColorFilter.cpp",
745 "src/effects/colorfilters/SkGaussianColorFilter.h",
746 "src/effects/colorfilters/SkMatrixColorFilter.cpp",
747 "src/effects/colorfilters/SkMatrixColorFilter.h",
748 "src/effects/colorfilters/SkRuntimeColorFilter.cpp",
749 "src/effects/colorfilters/SkRuntimeColorFilter.h",
750 "src/effects/colorfilters/SkTableColorFilter.cpp",
751 "src/effects/colorfilters/SkTableColorFilter.h",
752 "src/effects/colorfilters/SkWorkingFormatColorFilter.cpp",
753 "src/effects/colorfilters/SkWorkingFormatColorFilter.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400754 "src/effects/imagefilters/SkBlendImageFilter.cpp",
755 "src/effects/imagefilters/SkBlurImageFilter.cpp",
756 "src/effects/imagefilters/SkColorFilterImageFilter.cpp",
757 "src/effects/imagefilters/SkComposeImageFilter.cpp",
758 "src/effects/imagefilters/SkCropImageFilter.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400759 "src/effects/imagefilters/SkDisplacementMapImageFilter.cpp",
760 "src/effects/imagefilters/SkDropShadowImageFilter.cpp",
761 "src/effects/imagefilters/SkImageImageFilter.cpp",
762 "src/effects/imagefilters/SkLightingImageFilter.cpp",
763 "src/effects/imagefilters/SkMagnifierImageFilter.cpp",
764 "src/effects/imagefilters/SkMatrixConvolutionImageFilter.cpp",
Michael Ludwigbfac9432022-08-18 11:54:20 -0400765 "src/effects/imagefilters/SkMatrixTransformImageFilter.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400766 "src/effects/imagefilters/SkMergeImageFilter.cpp",
767 "src/effects/imagefilters/SkMorphologyImageFilter.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400768 "src/effects/imagefilters/SkPictureImageFilter.cpp",
769 "src/effects/imagefilters/SkRuntimeImageFilter.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400770 "src/effects/imagefilters/SkShaderImageFilter.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400771 "src/fonts/SkFontMgr_indirect.cpp",
772 "src/fonts/SkRemotableFontMgr.cpp",
Jim Van Verth10314972022-10-26 10:23:16 -0400773 "src/gpu/AsyncReadTypes.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400774 "src/gpu/AtlasTypes.cpp",
775 "src/gpu/AtlasTypes.h",
776 "src/gpu/Blend.cpp",
777 "src/gpu/Blend.h",
James Godfrey-Kittle017d8692023-05-09 11:00:52 -0400778 "src/gpu/BlendFormula.cpp",
779 "src/gpu/BlendFormula.h",
Michael Ludwig25fafff2023-08-24 16:06:14 -0400780 "src/gpu/BlurUtils.cpp",
781 "src/gpu/BlurUtils.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400782 "src/gpu/BufferWriter.h",
Robert Phillips6cdd4b32023-03-21 20:10:20 +0000783 "src/gpu/DitherUtils.cpp",
784 "src/gpu/DitherUtils.h",
Greg Daniel30b5d332023-12-04 12:22:33 -0500785 "src/gpu/GpuRefCnt.h",
Robert Phillips3a02fe42023-04-13 16:01:46 -0400786 "src/gpu/GpuTypesPriv.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400787 "src/gpu/KeyBuilder.h",
Kevin Lubick5353de02023-11-22 17:56:45 +0000788 "src/gpu/MutableTextureStatePriv.h",
Kevin Lubick20b5c202023-11-21 09:37:33 -0500789 "src/gpu/MutableTextureState.cpp",
Nicolette Prevostad3c3772023-06-07 11:36:50 -0400790 "src/gpu/PipelineUtils.cpp",
791 "src/gpu/PipelineUtils.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400792 "src/gpu/Rectanizer.h",
793 "src/gpu/RectanizerPow2.cpp",
794 "src/gpu/RectanizerPow2.h",
795 "src/gpu/RectanizerSkyline.cpp",
796 "src/gpu/RectanizerSkyline.h",
797 "src/gpu/RefCntedCallback.h",
798 "src/gpu/ResourceKey.cpp",
799 "src/gpu/ResourceKey.h",
800 "src/gpu/ShaderErrorHandler.cpp",
James Godfrey-Kittle49729c72023-11-28 12:00:55 -0500801 "src/gpu/SkBackingFit.cpp",
Kevin Lubickecd3a2f2023-01-05 08:17:45 -0500802 "src/gpu/SkBackingFit.h",
Leon Scroggins III97da9a02022-08-31 13:11:38 -0400803 "src/gpu/SkRenderEngineAbortf.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400804 "src/gpu/Swizzle.cpp",
805 "src/gpu/Swizzle.h",
Robert Phillipsb0d2ed82024-02-15 09:04:02 -0500806 "src/gpu/SwizzlePriv.h",
Robert Phillips1baf2392023-05-25 11:48:38 -0400807 "src/gpu/TiledTextureUtils.cpp",
808 "src/gpu/TiledTextureUtils.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400809 # We include the ganesh files, but leave out any specific backend (e.g. GL, Vulkan)
Kevin Lubick2bd33c52022-09-15 13:28:58 -0400810 "src/gpu/ganesh/ClipStack.cpp",
811 "src/gpu/ganesh/ClipStack.h",
812 "src/gpu/ganesh/Device.cpp",
813 "src/gpu/ganesh/Device_drawTexture.cpp",
Kevin Lubickacdc1082023-06-09 11:05:24 -0400814 "src/gpu/ganesh/Device.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400815 "src/gpu/ganesh/GrAppliedClip.h",
816 "src/gpu/ganesh/GrAttachment.cpp",
817 "src/gpu/ganesh/GrAttachment.h",
818 "src/gpu/ganesh/GrAuditTrail.cpp",
819 "src/gpu/ganesh/GrAuditTrail.h",
820 "src/gpu/ganesh/GrAutoLocaleSetter.h",
821 "src/gpu/ganesh/GrBackendSemaphore.cpp",
Kevin Lubick8919fec2023-10-16 14:00:54 -0400822 "src/gpu/ganesh/GrBackendSemaphorePriv.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400823 "src/gpu/ganesh/GrBackendSurface.cpp",
Kevin Lubick19983e82023-08-02 13:10:28 -0400824 "src/gpu/ganesh/GrBackendSurfacePriv.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400825 "src/gpu/ganesh/GrBackendTextureImageGenerator.cpp",
826 "src/gpu/ganesh/GrBackendTextureImageGenerator.h",
827 "src/gpu/ganesh/GrBackendUtils.cpp",
828 "src/gpu/ganesh/GrBackendUtils.h",
829 "src/gpu/ganesh/GrBaseContextPriv.h",
830 "src/gpu/ganesh/GrBlurUtils.cpp",
831 "src/gpu/ganesh/GrBlurUtils.h",
832 "src/gpu/ganesh/GrBuffer.h",
833 "src/gpu/ganesh/GrBufferAllocPool.cpp",
834 "src/gpu/ganesh/GrBufferAllocPool.h",
Kevin Lubick00bc9be2022-08-08 08:14:52 -0400835 "src/gpu/ganesh/GrBufferTransferRenderTask.cpp",
836 "src/gpu/ganesh/GrBufferTransferRenderTask.h",
Brian Salomoneee297a2022-08-17 13:11:55 -0400837 "src/gpu/ganesh/GrBufferUpdateRenderTask.cpp",
838 "src/gpu/ganesh/GrBufferUpdateRenderTask.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400839 "src/gpu/ganesh/GrCaps.cpp",
840 "src/gpu/ganesh/GrCaps.h",
Kevin Lubickacdc1082023-06-09 11:05:24 -0400841 "src/gpu/ganesh/GrCanvas.cpp",
842 "src/gpu/ganesh/GrCanvas.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400843 "src/gpu/ganesh/GrClientMappedBufferManager.cpp",
844 "src/gpu/ganesh/GrClientMappedBufferManager.h",
845 "src/gpu/ganesh/GrClip.h",
846 "src/gpu/ganesh/GrColor.h",
847 "src/gpu/ganesh/GrColorInfo.cpp",
848 "src/gpu/ganesh/GrColorInfo.h",
849 "src/gpu/ganesh/GrColorSpaceXform.cpp",
850 "src/gpu/ganesh/GrColorSpaceXform.h",
851 "src/gpu/ganesh/GrContextThreadSafeProxy.cpp",
852 "src/gpu/ganesh/GrContextThreadSafeProxyPriv.h",
853 "src/gpu/ganesh/GrContext_Base.cpp",
854 "src/gpu/ganesh/GrCopyRenderTask.cpp",
855 "src/gpu/ganesh/GrCopyRenderTask.h",
856 "src/gpu/ganesh/GrCpuBuffer.h",
857 "src/gpu/ganesh/GrDDLContext.cpp",
858 "src/gpu/ganesh/GrDDLTask.cpp",
859 "src/gpu/ganesh/GrDDLTask.h",
860 "src/gpu/ganesh/GrDataUtils.cpp",
861 "src/gpu/ganesh/GrDataUtils.h",
862 "src/gpu/ganesh/GrDefaultGeoProcFactory.cpp",
863 "src/gpu/ganesh/GrDefaultGeoProcFactory.h",
Kevin Lubick0bff57e2023-06-09 14:29:17 -0400864 "src/gpu/ganesh/GrDeferredDisplayList.cpp",
865 "src/gpu/ganesh/GrDeferredDisplayListPriv.h",
866 "src/gpu/ganesh/GrDeferredDisplayListRecorder.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400867 "src/gpu/ganesh/GrDeferredProxyUploader.h",
868 "src/gpu/ganesh/GrDeferredUpload.h",
869 "src/gpu/ganesh/GrDirectContext.cpp",
870 "src/gpu/ganesh/GrDirectContextPriv.cpp",
871 "src/gpu/ganesh/GrDirectContextPriv.h",
872 "src/gpu/ganesh/GrDistanceFieldGenFromVector.cpp",
873 "src/gpu/ganesh/GrDistanceFieldGenFromVector.h",
874 "src/gpu/ganesh/GrDrawIndirectCommand.h",
875 "src/gpu/ganesh/GrDrawOpAtlas.cpp",
876 "src/gpu/ganesh/GrDrawOpAtlas.h",
877 "src/gpu/ganesh/GrDrawOpTest.cpp",
878 "src/gpu/ganesh/GrDrawOpTest.h",
879 "src/gpu/ganesh/GrDrawingManager.cpp",
880 "src/gpu/ganesh/GrDrawingManager.h",
881 "src/gpu/ganesh/GrDriverBugWorkarounds.cpp",
882 "src/gpu/ganesh/GrDstProxyView.h",
883 "src/gpu/ganesh/GrDynamicAtlas.cpp",
884 "src/gpu/ganesh/GrDynamicAtlas.h",
885 "src/gpu/ganesh/GrEagerVertexAllocator.cpp",
886 "src/gpu/ganesh/GrEagerVertexAllocator.h",
887 "src/gpu/ganesh/GrFPArgs.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400888 "src/gpu/ganesh/GrFixedClip.cpp",
889 "src/gpu/ganesh/GrFixedClip.h",
890 "src/gpu/ganesh/GrFragmentProcessor.cpp",
891 "src/gpu/ganesh/GrFragmentProcessor.h",
Kevin Lubick2612bb12023-05-19 11:42:55 -0400892 "src/gpu/ganesh/GrFragmentProcessors.cpp",
893 "src/gpu/ganesh/GrFragmentProcessors.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400894 "src/gpu/ganesh/GrGeometryProcessor.cpp",
895 "src/gpu/ganesh/GrGeometryProcessor.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400896 "src/gpu/ganesh/GrGpu.cpp",
897 "src/gpu/ganesh/GrGpu.h",
898 "src/gpu/ganesh/GrGpuBuffer.cpp",
899 "src/gpu/ganesh/GrGpuBuffer.h",
900 "src/gpu/ganesh/GrGpuResource.cpp",
901 "src/gpu/ganesh/GrGpuResource.h",
902 "src/gpu/ganesh/GrGpuResourceCacheAccess.h",
903 "src/gpu/ganesh/GrGpuResourcePriv.h",
904 "src/gpu/ganesh/GrHashMapWithCache.h",
905 "src/gpu/ganesh/GrImageContext.cpp",
906 "src/gpu/ganesh/GrImageContextPriv.h",
907 "src/gpu/ganesh/GrImageInfo.cpp",
908 "src/gpu/ganesh/GrImageInfo.h",
909 "src/gpu/ganesh/GrManagedResource.cpp",
910 "src/gpu/ganesh/GrManagedResource.h",
911 "src/gpu/ganesh/GrMemoryPool.cpp",
912 "src/gpu/ganesh/GrMemoryPool.h",
Kevin Lubick9daea7b2023-07-17 08:31:41 -0400913 "src/gpu/ganesh/GrMeshBuffers.cpp",
914 "src/gpu/ganesh/GrMeshBuffers.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400915 "src/gpu/ganesh/GrMeshDrawTarget.cpp",
916 "src/gpu/ganesh/GrMeshDrawTarget.h",
917 "src/gpu/ganesh/GrNativeRect.h",
918 "src/gpu/ganesh/GrNonAtomicRef.h",
919 "src/gpu/ganesh/GrOnFlushResourceProvider.cpp",
920 "src/gpu/ganesh/GrOnFlushResourceProvider.h",
921 "src/gpu/ganesh/GrOpFlushState.cpp",
922 "src/gpu/ganesh/GrOpFlushState.h",
923 "src/gpu/ganesh/GrOpsRenderPass.cpp",
924 "src/gpu/ganesh/GrOpsRenderPass.h",
925 "src/gpu/ganesh/GrOpsTypes.h",
926 "src/gpu/ganesh/GrPaint.cpp",
927 "src/gpu/ganesh/GrPaint.h",
928 "src/gpu/ganesh/GrPersistentCacheUtils.cpp",
929 "src/gpu/ganesh/GrPersistentCacheUtils.h",
930 "src/gpu/ganesh/GrPipeline.cpp",
931 "src/gpu/ganesh/GrPipeline.h",
932 "src/gpu/ganesh/GrPixmap.h",
933 "src/gpu/ganesh/GrProcessor.cpp",
934 "src/gpu/ganesh/GrProcessor.h",
935 "src/gpu/ganesh/GrProcessorAnalysis.cpp",
936 "src/gpu/ganesh/GrProcessorAnalysis.h",
937 "src/gpu/ganesh/GrProcessorSet.cpp",
938 "src/gpu/ganesh/GrProcessorSet.h",
939 "src/gpu/ganesh/GrProcessorUnitTest.cpp",
940 "src/gpu/ganesh/GrProcessorUnitTest.h",
941 "src/gpu/ganesh/GrProgramDesc.cpp",
942 "src/gpu/ganesh/GrProgramDesc.h",
943 "src/gpu/ganesh/GrProgramInfo.cpp",
944 "src/gpu/ganesh/GrProgramInfo.h",
Kevin Lubickeb981252023-06-13 07:51:26 -0400945 "src/gpu/ganesh/GrPromiseImageTexture.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400946 "src/gpu/ganesh/GrProxyProvider.cpp",
947 "src/gpu/ganesh/GrProxyProvider.h",
948 "src/gpu/ganesh/GrRecordingContext.cpp",
949 "src/gpu/ganesh/GrRecordingContextPriv.cpp",
950 "src/gpu/ganesh/GrRecordingContextPriv.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400951 "src/gpu/ganesh/GrRenderTarget.cpp",
952 "src/gpu/ganesh/GrRenderTarget.h",
953 "src/gpu/ganesh/GrRenderTargetContext.h",
954 "src/gpu/ganesh/GrRenderTargetProxy.cpp",
955 "src/gpu/ganesh/GrRenderTargetProxy.h",
956 "src/gpu/ganesh/GrRenderTask.cpp",
957 "src/gpu/ganesh/GrRenderTask.h",
958 "src/gpu/ganesh/GrRenderTaskCluster.cpp",
959 "src/gpu/ganesh/GrRenderTaskCluster.h",
960 "src/gpu/ganesh/GrResourceAllocator.cpp",
961 "src/gpu/ganesh/GrResourceAllocator.h",
962 "src/gpu/ganesh/GrResourceCache.cpp",
963 "src/gpu/ganesh/GrResourceCache.h",
964 "src/gpu/ganesh/GrResourceHandle.h",
965 "src/gpu/ganesh/GrResourceProvider.cpp",
966 "src/gpu/ganesh/GrResourceProvider.h",
967 "src/gpu/ganesh/GrResourceProviderPriv.h",
968 "src/gpu/ganesh/GrRingBuffer.cpp",
969 "src/gpu/ganesh/GrRingBuffer.h",
970 "src/gpu/ganesh/GrSPIRVUniformHandler.cpp",
971 "src/gpu/ganesh/GrSPIRVUniformHandler.h",
972 "src/gpu/ganesh/GrSPIRVVaryingHandler.cpp",
973 "src/gpu/ganesh/GrSPIRVVaryingHandler.h",
974 "src/gpu/ganesh/GrSWMaskHelper.cpp",
975 "src/gpu/ganesh/GrSWMaskHelper.h",
976 "src/gpu/ganesh/GrSamplerState.h",
977 "src/gpu/ganesh/GrScissorState.h",
978 "src/gpu/ganesh/GrSemaphore.h",
979 "src/gpu/ganesh/GrShaderCaps.cpp",
980 "src/gpu/ganesh/GrShaderCaps.h",
981 "src/gpu/ganesh/GrShaderVar.cpp",
982 "src/gpu/ganesh/GrShaderVar.h",
983 "src/gpu/ganesh/GrSimpleMesh.h",
984 "src/gpu/ganesh/GrStagingBufferManager.cpp",
985 "src/gpu/ganesh/GrStagingBufferManager.h",
986 "src/gpu/ganesh/GrStencilSettings.cpp",
987 "src/gpu/ganesh/GrStencilSettings.h",
988 "src/gpu/ganesh/GrStyle.cpp",
989 "src/gpu/ganesh/GrStyle.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400990 "src/gpu/ganesh/GrSurface.cpp",
991 "src/gpu/ganesh/GrSurface.h",
Kevin Lubick0bff57e2023-06-09 14:29:17 -0400992 "src/gpu/ganesh/GrSurfaceCharacterization.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400993 "src/gpu/ganesh/GrSurfaceProxy.cpp",
994 "src/gpu/ganesh/GrSurfaceProxy.h",
995 "src/gpu/ganesh/GrSurfaceProxyPriv.h",
Kevin Lubick345bcea2022-11-17 18:27:00 -0500996 "src/gpu/ganesh/GrSurfaceProxyView.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -0400997 "src/gpu/ganesh/GrSurfaceProxyView.h",
998 "src/gpu/ganesh/GrTTopoSort.h",
999 "src/gpu/ganesh/GrTestUtils.cpp",
1000 "src/gpu/ganesh/GrTestUtils.h",
1001 "src/gpu/ganesh/GrTexture.cpp",
1002 "src/gpu/ganesh/GrTexture.h",
1003 "src/gpu/ganesh/GrTextureProxy.cpp",
1004 "src/gpu/ganesh/GrTextureProxy.h",
1005 "src/gpu/ganesh/GrTextureProxyCacheAccess.h",
1006 "src/gpu/ganesh/GrTextureProxyPriv.h",
1007 "src/gpu/ganesh/GrTextureRenderTargetProxy.cpp",
1008 "src/gpu/ganesh/GrTextureRenderTargetProxy.h",
1009 "src/gpu/ganesh/GrTextureResolveManager.h",
1010 "src/gpu/ganesh/GrTextureResolveRenderTask.cpp",
1011 "src/gpu/ganesh/GrTextureResolveRenderTask.h",
1012 "src/gpu/ganesh/GrThreadSafeCache.cpp",
1013 "src/gpu/ganesh/GrThreadSafeCache.h",
1014 "src/gpu/ganesh/GrThreadSafePipelineBuilder.cpp",
1015 "src/gpu/ganesh/GrThreadSafePipelineBuilder.h",
1016 "src/gpu/ganesh/GrTracing.h",
1017 "src/gpu/ganesh/GrTransferFromRenderTask.cpp",
1018 "src/gpu/ganesh/GrTransferFromRenderTask.h",
1019 "src/gpu/ganesh/GrUniformDataManager.cpp",
1020 "src/gpu/ganesh/GrUniformDataManager.h",
1021 "src/gpu/ganesh/GrUserStencilSettings.h",
1022 "src/gpu/ganesh/GrUtil.cpp",
1023 "src/gpu/ganesh/GrUtil.h",
1024 "src/gpu/ganesh/GrVertexChunkArray.cpp",
1025 "src/gpu/ganesh/GrVertexChunkArray.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001026 "src/gpu/ganesh/GrWaitRenderTask.cpp",
1027 "src/gpu/ganesh/GrWaitRenderTask.h",
1028 "src/gpu/ganesh/GrWindowRectangles.h",
1029 "src/gpu/ganesh/GrWindowRectsState.h",
1030 "src/gpu/ganesh/GrWritePixelsRenderTask.cpp",
1031 "src/gpu/ganesh/GrWritePixelsRenderTask.h",
1032 "src/gpu/ganesh/GrXferProcessor.cpp",
1033 "src/gpu/ganesh/GrXferProcessor.h",
1034 "src/gpu/ganesh/GrYUVABackendTextures.cpp",
1035 "src/gpu/ganesh/GrYUVATextureProxies.cpp",
1036 "src/gpu/ganesh/GrYUVATextureProxies.h",
Robert Phillipsc1b94082022-08-09 17:16:19 -04001037 "src/gpu/ganesh/PathRenderer.cpp",
1038 "src/gpu/ganesh/PathRenderer.h",
1039 "src/gpu/ganesh/PathRendererChain.cpp",
1040 "src/gpu/ganesh/PathRendererChain.h",
Kevin Lubick2bd33c52022-09-15 13:28:58 -04001041 "src/gpu/ganesh/SkGr.cpp",
1042 "src/gpu/ganesh/SkGr.h",
Robert Phillipsc1b94082022-08-09 17:16:19 -04001043 "src/gpu/ganesh/StencilClip.h",
1044 "src/gpu/ganesh/StencilMaskHelper.cpp",
1045 "src/gpu/ganesh/StencilMaskHelper.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001046 "src/gpu/ganesh/SurfaceContext.cpp",
1047 "src/gpu/ganesh/SurfaceContext.h",
Robert Phillipsc1b94082022-08-09 17:16:19 -04001048 "src/gpu/ganesh/SurfaceDrawContext.cpp",
1049 "src/gpu/ganesh/SurfaceDrawContext.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001050 "src/gpu/ganesh/SurfaceFillContext.cpp",
1051 "src/gpu/ganesh/SurfaceFillContext.h",
Kevin Lubick6fb183b2022-11-17 18:03:07 -05001052 "src/gpu/ganesh/TestFormatColorTypeCombination.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001053 "src/gpu/ganesh/effects/GrAtlasedShaderHelpers.h",
1054 "src/gpu/ganesh/effects/GrBezierEffect.cpp",
1055 "src/gpu/ganesh/effects/GrBezierEffect.h",
1056 "src/gpu/ganesh/effects/GrBicubicEffect.cpp",
1057 "src/gpu/ganesh/effects/GrBicubicEffect.h",
1058 "src/gpu/ganesh/effects/GrBitmapTextGeoProc.cpp",
1059 "src/gpu/ganesh/effects/GrBitmapTextGeoProc.h",
1060 "src/gpu/ganesh/effects/GrBlendFragmentProcessor.cpp",
1061 "src/gpu/ganesh/effects/GrBlendFragmentProcessor.h",
Kevin Lubick6f1b24d2023-05-31 10:34:12 -04001062 "src/gpu/ganesh/effects/GrColorTableEffect.cpp",
1063 "src/gpu/ganesh/effects/GrColorTableEffect.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001064 "src/gpu/ganesh/effects/GrConvexPolyEffect.cpp",
1065 "src/gpu/ganesh/effects/GrConvexPolyEffect.h",
1066 "src/gpu/ganesh/effects/GrCoverageSetOpXP.cpp",
1067 "src/gpu/ganesh/effects/GrCoverageSetOpXP.h",
1068 "src/gpu/ganesh/effects/GrCustomXfermode.cpp",
1069 "src/gpu/ganesh/effects/GrCustomXfermode.h",
1070 "src/gpu/ganesh/effects/GrDisableColorXP.cpp",
1071 "src/gpu/ganesh/effects/GrDisableColorXP.h",
1072 "src/gpu/ganesh/effects/GrDistanceFieldGeoProc.cpp",
1073 "src/gpu/ganesh/effects/GrDistanceFieldGeoProc.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001074 "src/gpu/ganesh/effects/GrMatrixEffect.cpp",
1075 "src/gpu/ganesh/effects/GrMatrixEffect.h",
1076 "src/gpu/ganesh/effects/GrModulateAtlasCoverageEffect.cpp",
1077 "src/gpu/ganesh/effects/GrModulateAtlasCoverageEffect.h",
1078 "src/gpu/ganesh/effects/GrOvalEffect.cpp",
1079 "src/gpu/ganesh/effects/GrOvalEffect.h",
Kevin Lubick8fdbbca2023-06-07 16:14:51 -04001080 "src/gpu/ganesh/effects/GrPerlinNoise2Effect.cpp",
1081 "src/gpu/ganesh/effects/GrPerlinNoise2Effect.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001082 "src/gpu/ganesh/effects/GrPorterDuffXferProcessor.cpp",
1083 "src/gpu/ganesh/effects/GrPorterDuffXferProcessor.h",
1084 "src/gpu/ganesh/effects/GrRRectEffect.cpp",
1085 "src/gpu/ganesh/effects/GrRRectEffect.h",
1086 "src/gpu/ganesh/effects/GrShadowGeoProc.cpp",
1087 "src/gpu/ganesh/effects/GrShadowGeoProc.h",
1088 "src/gpu/ganesh/effects/GrSkSLFP.cpp",
1089 "src/gpu/ganesh/effects/GrSkSLFP.h",
1090 "src/gpu/ganesh/effects/GrTextureEffect.cpp",
1091 "src/gpu/ganesh/effects/GrTextureEffect.h",
1092 "src/gpu/ganesh/effects/GrYUVtoRGBEffect.cpp",
1093 "src/gpu/ganesh/effects/GrYUVtoRGBEffect.h",
1094 "src/gpu/ganesh/geometry/GrAAConvexTessellator.cpp",
1095 "src/gpu/ganesh/geometry/GrAAConvexTessellator.h",
1096 "src/gpu/ganesh/geometry/GrAATriangulator.cpp",
1097 "src/gpu/ganesh/geometry/GrAATriangulator.h",
1098 "src/gpu/ganesh/geometry/GrInnerFanTriangulator.h",
1099 "src/gpu/ganesh/geometry/GrPathUtils.cpp",
1100 "src/gpu/ganesh/geometry/GrPathUtils.h",
1101 "src/gpu/ganesh/geometry/GrQuad.cpp",
1102 "src/gpu/ganesh/geometry/GrQuad.h",
1103 "src/gpu/ganesh/geometry/GrQuadBuffer.h",
1104 "src/gpu/ganesh/geometry/GrQuadUtils.cpp",
1105 "src/gpu/ganesh/geometry/GrQuadUtils.h",
1106 "src/gpu/ganesh/geometry/GrRect.h",
1107 "src/gpu/ganesh/geometry/GrShape.cpp",
1108 "src/gpu/ganesh/geometry/GrShape.h",
1109 "src/gpu/ganesh/geometry/GrStyledShape.cpp",
1110 "src/gpu/ganesh/geometry/GrStyledShape.h",
1111 "src/gpu/ganesh/geometry/GrTriangulator.cpp",
1112 "src/gpu/ganesh/geometry/GrTriangulator.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001113 "src/gpu/ganesh/glsl/GrGLSLBlend.cpp",
1114 "src/gpu/ganesh/glsl/GrGLSLBlend.h",
1115 "src/gpu/ganesh/glsl/GrGLSLColorSpaceXformHelper.h",
1116 "src/gpu/ganesh/glsl/GrGLSLFragmentShaderBuilder.cpp",
1117 "src/gpu/ganesh/glsl/GrGLSLFragmentShaderBuilder.h",
1118 "src/gpu/ganesh/glsl/GrGLSLProgramBuilder.cpp",
1119 "src/gpu/ganesh/glsl/GrGLSLProgramBuilder.h",
1120 "src/gpu/ganesh/glsl/GrGLSLProgramDataManager.cpp",
1121 "src/gpu/ganesh/glsl/GrGLSLProgramDataManager.h",
1122 "src/gpu/ganesh/glsl/GrGLSLShaderBuilder.cpp",
1123 "src/gpu/ganesh/glsl/GrGLSLShaderBuilder.h",
1124 "src/gpu/ganesh/glsl/GrGLSLUniformHandler.cpp",
1125 "src/gpu/ganesh/glsl/GrGLSLUniformHandler.h",
1126 "src/gpu/ganesh/glsl/GrGLSLVarying.cpp",
1127 "src/gpu/ganesh/glsl/GrGLSLVarying.h",
1128 "src/gpu/ganesh/glsl/GrGLSLVertexGeoBuilder.cpp",
1129 "src/gpu/ganesh/glsl/GrGLSLVertexGeoBuilder.h",
1130 "src/gpu/ganesh/gradients/GrGradientBitmapCache.cpp",
1131 "src/gpu/ganesh/gradients/GrGradientBitmapCache.h",
1132 "src/gpu/ganesh/gradients/GrGradientShader.cpp",
1133 "src/gpu/ganesh/gradients/GrGradientShader.h",
Kevin Lubickbf174bc2023-03-27 11:24:20 -04001134 "src/gpu/ganesh/image/GrImageUtils.cpp",
1135 "src/gpu/ganesh/image/GrImageUtils.h",
Kevin Lubicke54b86b2023-04-21 08:13:07 -04001136 "src/gpu/ganesh/image/GrTextureGenerator.cpp",
Kevin Lubickbf174bc2023-03-27 11:24:20 -04001137 "src/gpu/ganesh/image/SkImage_Ganesh.cpp",
1138 "src/gpu/ganesh/image/SkImage_Ganesh.h",
1139 "src/gpu/ganesh/image/SkImage_GaneshBase.cpp",
1140 "src/gpu/ganesh/image/SkImage_GaneshBase.h",
1141 "src/gpu/ganesh/image/SkImage_GaneshFactories.cpp",
1142 "src/gpu/ganesh/image/SkImage_GaneshYUVA.cpp",
1143 "src/gpu/ganesh/image/SkImage_GaneshYUVA.h",
Kevin Lubicke54b86b2023-04-21 08:13:07 -04001144 "src/gpu/ganesh/image/SkImage_LazyTexture.cpp",
1145 "src/gpu/ganesh/image/SkImage_LazyTexture.h",
1146 "src/gpu/ganesh/image/SkImage_RasterPinnable.cpp",
1147 "src/gpu/ganesh/image/SkImage_RasterPinnable.h",
Kevin Lubick77fbc082023-07-14 09:31:30 -04001148 "src/gpu/ganesh/image/SkSpecialImage_Ganesh.cpp",
1149 "src/gpu/ganesh/image/SkSpecialImage_Ganesh.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001150 "src/gpu/ganesh/mock/GrMockAttachment.h",
1151 "src/gpu/ganesh/mock/GrMockBuffer.h",
1152 "src/gpu/ganesh/mock/GrMockCaps.cpp",
1153 "src/gpu/ganesh/mock/GrMockCaps.h",
1154 "src/gpu/ganesh/mock/GrMockGpu.cpp",
1155 "src/gpu/ganesh/mock/GrMockGpu.h",
1156 "src/gpu/ganesh/mock/GrMockOpTarget.h",
1157 "src/gpu/ganesh/mock/GrMockOpsRenderPass.h",
1158 "src/gpu/ganesh/mock/GrMockRenderTask.h",
1159 "src/gpu/ganesh/mock/GrMockSurfaceProxy.h",
1160 "src/gpu/ganesh/mock/GrMockTexture.h",
1161 "src/gpu/ganesh/mock/GrMockTypes.cpp",
Kevin Lubick1d134a82023-10-11 15:42:44 -04001162 "src/gpu/ganesh/mock/GrMockTypesPriv.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001163 "src/gpu/ganesh/ops/AAConvexPathRenderer.cpp",
1164 "src/gpu/ganesh/ops/AAConvexPathRenderer.h",
1165 "src/gpu/ganesh/ops/AAHairLinePathRenderer.cpp",
1166 "src/gpu/ganesh/ops/AAHairLinePathRenderer.h",
1167 "src/gpu/ganesh/ops/AALinearizingConvexPathRenderer.cpp",
1168 "src/gpu/ganesh/ops/AALinearizingConvexPathRenderer.h",
1169 "src/gpu/ganesh/ops/AtlasInstancedHelper.cpp",
1170 "src/gpu/ganesh/ops/AtlasInstancedHelper.h",
1171 "src/gpu/ganesh/ops/AtlasPathRenderer.cpp",
1172 "src/gpu/ganesh/ops/AtlasPathRenderer.h",
1173 "src/gpu/ganesh/ops/AtlasRenderTask.cpp",
1174 "src/gpu/ganesh/ops/AtlasRenderTask.h",
1175 "src/gpu/ganesh/ops/AtlasTextOp.cpp",
1176 "src/gpu/ganesh/ops/AtlasTextOp.h",
1177 "src/gpu/ganesh/ops/ClearOp.cpp",
1178 "src/gpu/ganesh/ops/ClearOp.h",
1179 "src/gpu/ganesh/ops/DashLinePathRenderer.cpp",
1180 "src/gpu/ganesh/ops/DashLinePathRenderer.h",
1181 "src/gpu/ganesh/ops/DashOp.cpp",
1182 "src/gpu/ganesh/ops/DashOp.h",
1183 "src/gpu/ganesh/ops/DefaultPathRenderer.cpp",
1184 "src/gpu/ganesh/ops/DefaultPathRenderer.h",
1185 "src/gpu/ganesh/ops/DrawAtlasOp.cpp",
1186 "src/gpu/ganesh/ops/DrawAtlasOp.h",
1187 "src/gpu/ganesh/ops/DrawAtlasPathOp.cpp",
1188 "src/gpu/ganesh/ops/DrawAtlasPathOp.h",
Brian Salomonf7082cb2022-05-06 15:17:00 -04001189 "src/gpu/ganesh/ops/DrawMeshOp.cpp",
1190 "src/gpu/ganesh/ops/DrawMeshOp.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001191 "src/gpu/ganesh/ops/DrawableOp.cpp",
1192 "src/gpu/ganesh/ops/DrawableOp.h",
1193 "src/gpu/ganesh/ops/FillPathFlags.h",
1194 "src/gpu/ganesh/ops/FillRRectOp.cpp",
1195 "src/gpu/ganesh/ops/FillRRectOp.h",
1196 "src/gpu/ganesh/ops/FillRectOp.cpp",
1197 "src/gpu/ganesh/ops/FillRectOp.h",
1198 "src/gpu/ganesh/ops/GrDrawOp.h",
1199 "src/gpu/ganesh/ops/GrMeshDrawOp.cpp",
1200 "src/gpu/ganesh/ops/GrMeshDrawOp.h",
1201 "src/gpu/ganesh/ops/GrOp.cpp",
1202 "src/gpu/ganesh/ops/GrOp.h",
1203 "src/gpu/ganesh/ops/GrOvalOpFactory.cpp",
1204 "src/gpu/ganesh/ops/GrOvalOpFactory.h",
1205 "src/gpu/ganesh/ops/GrPathStencilSettings.h",
1206 "src/gpu/ganesh/ops/GrSimpleMeshDrawOpHelper.cpp",
1207 "src/gpu/ganesh/ops/GrSimpleMeshDrawOpHelper.h",
1208 "src/gpu/ganesh/ops/GrSimpleMeshDrawOpHelperWithStencil.cpp",
1209 "src/gpu/ganesh/ops/GrSimpleMeshDrawOpHelperWithStencil.h",
1210 "src/gpu/ganesh/ops/LatticeOp.cpp",
1211 "src/gpu/ganesh/ops/LatticeOp.h",
1212 "src/gpu/ganesh/ops/OpsTask.cpp",
1213 "src/gpu/ganesh/ops/OpsTask.h",
1214 "src/gpu/ganesh/ops/PathInnerTriangulateOp.cpp",
1215 "src/gpu/ganesh/ops/PathInnerTriangulateOp.h",
1216 "src/gpu/ganesh/ops/PathStencilCoverOp.cpp",
1217 "src/gpu/ganesh/ops/PathStencilCoverOp.h",
1218 "src/gpu/ganesh/ops/PathTessellateOp.cpp",
1219 "src/gpu/ganesh/ops/PathTessellateOp.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001220 "src/gpu/ganesh/ops/QuadPerEdgeAA.cpp",
1221 "src/gpu/ganesh/ops/QuadPerEdgeAA.h",
1222 "src/gpu/ganesh/ops/RegionOp.cpp",
1223 "src/gpu/ganesh/ops/RegionOp.h",
1224 "src/gpu/ganesh/ops/ShadowRRectOp.cpp",
1225 "src/gpu/ganesh/ops/ShadowRRectOp.h",
1226 "src/gpu/ganesh/ops/SmallPathAtlasMgr.cpp",
1227 "src/gpu/ganesh/ops/SmallPathAtlasMgr.h",
1228 "src/gpu/ganesh/ops/SmallPathRenderer.cpp",
1229 "src/gpu/ganesh/ops/SmallPathRenderer.h",
1230 "src/gpu/ganesh/ops/SmallPathShapeData.cpp",
1231 "src/gpu/ganesh/ops/SmallPathShapeData.h",
1232 "src/gpu/ganesh/ops/SoftwarePathRenderer.cpp",
1233 "src/gpu/ganesh/ops/SoftwarePathRenderer.h",
1234 "src/gpu/ganesh/ops/StrokeRectOp.cpp",
1235 "src/gpu/ganesh/ops/StrokeRectOp.h",
1236 "src/gpu/ganesh/ops/StrokeTessellateOp.cpp",
1237 "src/gpu/ganesh/ops/StrokeTessellateOp.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001238 "src/gpu/ganesh/ops/TessellationPathRenderer.cpp",
1239 "src/gpu/ganesh/ops/TessellationPathRenderer.h",
1240 "src/gpu/ganesh/ops/TextureOp.cpp",
1241 "src/gpu/ganesh/ops/TextureOp.h",
1242 "src/gpu/ganesh/ops/TriangulatingPathRenderer.cpp",
1243 "src/gpu/ganesh/ops/TriangulatingPathRenderer.h",
Kevin Lubickbf174bc2023-03-27 11:24:20 -04001244 "src/gpu/ganesh/surface/SkSurface_Ganesh.cpp",
1245 "src/gpu/ganesh/surface/SkSurface_Ganesh.h",
Michael Ludwige706ba82022-05-05 09:53:51 -04001246 "src/gpu/ganesh/tessellate/GrPathTessellationShader.cpp",
1247 "src/gpu/ganesh/tessellate/GrPathTessellationShader.h",
1248 "src/gpu/ganesh/tessellate/GrStrokeTessellationShader.cpp",
1249 "src/gpu/ganesh/tessellate/GrStrokeTessellationShader.h",
1250 "src/gpu/ganesh/tessellate/GrTessellationShader.cpp",
1251 "src/gpu/ganesh/tessellate/GrTessellationShader.h",
Michael Ludwige706ba82022-05-05 09:53:51 -04001252 "src/gpu/ganesh/tessellate/PathTessellator.cpp",
1253 "src/gpu/ganesh/tessellate/PathTessellator.h",
Kevin Lubick2bd33c52022-09-15 13:28:58 -04001254 "src/gpu/ganesh/tessellate/StrokeTessellator.cpp",
1255 "src/gpu/ganesh/tessellate/StrokeTessellator.h",
Michael Ludwig8c1fe9f2022-05-16 11:22:16 -04001256 "src/gpu/ganesh/tessellate/VertexChunkPatchAllocator.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001257 "src/gpu/ganesh/text/GrAtlasManager.cpp",
1258 "src/gpu/ganesh/text/GrAtlasManager.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001259 "src/gpu/tessellate/AffineMatrix.h",
1260 "src/gpu/tessellate/CullTest.h",
1261 "src/gpu/tessellate/FixedCountBufferUtils.cpp",
1262 "src/gpu/tessellate/FixedCountBufferUtils.h",
Michael Ludwigf4b44202022-05-12 13:50:39 -04001263 "src/gpu/tessellate/LinearTolerances.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001264 "src/gpu/tessellate/MiddleOutPolygonTriangulator.h",
1265 "src/gpu/tessellate/MidpointContourParser.h",
1266 "src/gpu/tessellate/PatchWriter.h",
1267 "src/gpu/tessellate/StrokeIterator.h",
1268 "src/gpu/tessellate/Tessellation.cpp",
1269 "src/gpu/tessellate/Tessellation.h",
1270 "src/gpu/tessellate/WangsFormula.h",
1271 "src/image/SkImage.cpp",
Kevin Lubicke54b86b2023-04-21 08:13:07 -04001272 "src/image/SkImageGeneratorPriv.h",
Kevin Lubick78b8b952023-03-02 17:51:10 -05001273 "src/image/SkImage_Base.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001274 "src/image/SkImage_Base.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001275 "src/image/SkImage_Lazy.cpp",
1276 "src/image/SkImage_Lazy.h",
Kevin Lubick77472bf2023-03-24 07:11:17 -04001277 "src/image/SkImage_LazyFactories.cpp",
Kevin Lubicke72842a2023-04-25 10:02:39 -04001278 "src/image/SkImage_Picture.cpp",
1279 "src/image/SkImage_Picture.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001280 "src/image/SkImage_Raster.cpp",
Kevin Lubick78b8b952023-03-02 17:51:10 -05001281 "src/image/SkImage_Raster.h",
Kevin Lubick77472bf2023-03-24 07:11:17 -04001282 "src/image/SkImage_RasterFactories.cpp",
Kevin Lubicke72842a2023-04-25 10:02:39 -04001283 "src/image/SkPictureImageGenerator.cpp",
1284 "src/image/SkPictureImageGenerator.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001285 "src/image/SkRescaleAndReadPixels.cpp",
1286 "src/image/SkRescaleAndReadPixels.h",
1287 "src/image/SkSurface.cpp",
Kevin Lubick78b8b952023-03-02 17:51:10 -05001288 "src/image/SkSurface_Base.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001289 "src/image/SkSurface_Base.h",
Kevin Lubick78b8b952023-03-02 17:51:10 -05001290 "src/image/SkSurface_Null.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001291 "src/image/SkSurface_Raster.cpp",
Kevin Lubick78b8b952023-03-02 17:51:10 -05001292 "src/image/SkSurface_Raster.h",
Robert Phillips2ab26782023-06-15 14:22:11 -04001293 "src/image/SkTiledImageUtils.cpp",
Kevin Lubick2bd33c52022-09-15 13:28:58 -04001294 "src/opts/SkBitmapProcState_opts.h",
1295 "src/opts/SkBlitMask_opts.h",
1296 "src/opts/SkBlitRow_opts.h",
Brian Osman1cf6f712023-08-11 11:54:45 -04001297 "src/opts/SkMemset_opts.h",
Brian Osman6dc76e82023-07-20 19:36:09 +00001298 "src/opts/SkOpts_RestoreTarget.h",
1299 "src/opts/SkOpts_SetTarget.h",
Kevin Lubick2bd33c52022-09-15 13:28:58 -04001300 "src/opts/SkRasterPipeline_opts.h",
Herb Derbyb5d13e22024-02-27 12:39:28 -05001301 "src/opts/SkSwizzler_opts.inc",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001302 "src/pathops/SkAddIntersections.cpp",
1303 "src/pathops/SkAddIntersections.h",
1304 "src/pathops/SkDConicLineIntersection.cpp",
1305 "src/pathops/SkDCubicLineIntersection.cpp",
1306 "src/pathops/SkDCubicToQuads.cpp",
1307 "src/pathops/SkDLineIntersection.cpp",
1308 "src/pathops/SkDQuadLineIntersection.cpp",
1309 "src/pathops/SkIntersectionHelper.h",
1310 "src/pathops/SkIntersections.cpp",
1311 "src/pathops/SkIntersections.h",
1312 "src/pathops/SkLineParameters.h",
1313 "src/pathops/SkOpAngle.cpp",
1314 "src/pathops/SkOpAngle.h",
1315 "src/pathops/SkOpBuilder.cpp",
1316 "src/pathops/SkOpCoincidence.cpp",
1317 "src/pathops/SkOpCoincidence.h",
1318 "src/pathops/SkOpContour.cpp",
1319 "src/pathops/SkOpContour.h",
1320 "src/pathops/SkOpCubicHull.cpp",
1321 "src/pathops/SkOpEdgeBuilder.cpp",
1322 "src/pathops/SkOpEdgeBuilder.h",
1323 "src/pathops/SkOpSegment.cpp",
1324 "src/pathops/SkOpSegment.h",
1325 "src/pathops/SkOpSpan.cpp",
1326 "src/pathops/SkOpSpan.h",
1327 "src/pathops/SkPathOpsAsWinding.cpp",
1328 "src/pathops/SkPathOpsBounds.h",
1329 "src/pathops/SkPathOpsCommon.cpp",
1330 "src/pathops/SkPathOpsCommon.h",
1331 "src/pathops/SkPathOpsConic.cpp",
1332 "src/pathops/SkPathOpsConic.h",
1333 "src/pathops/SkPathOpsCubic.cpp",
1334 "src/pathops/SkPathOpsCubic.h",
1335 "src/pathops/SkPathOpsCurve.cpp",
1336 "src/pathops/SkPathOpsCurve.h",
1337 "src/pathops/SkPathOpsDebug.cpp",
1338 "src/pathops/SkPathOpsDebug.h",
1339 "src/pathops/SkPathOpsLine.cpp",
1340 "src/pathops/SkPathOpsLine.h",
1341 "src/pathops/SkPathOpsOp.cpp",
1342 "src/pathops/SkPathOpsPoint.h",
1343 "src/pathops/SkPathOpsQuad.cpp",
1344 "src/pathops/SkPathOpsQuad.h",
1345 "src/pathops/SkPathOpsRect.cpp",
1346 "src/pathops/SkPathOpsRect.h",
1347 "src/pathops/SkPathOpsSimplify.cpp",
1348 "src/pathops/SkPathOpsTCurve.h",
1349 "src/pathops/SkPathOpsTSect.cpp",
1350 "src/pathops/SkPathOpsTSect.h",
1351 "src/pathops/SkPathOpsTightBounds.cpp",
1352 "src/pathops/SkPathOpsTypes.cpp",
1353 "src/pathops/SkPathOpsTypes.h",
1354 "src/pathops/SkPathOpsWinding.cpp",
1355 "src/pathops/SkPathWriter.cpp",
1356 "src/pathops/SkPathWriter.h",
1357 "src/pathops/SkReduceOrder.cpp",
1358 "src/pathops/SkReduceOrder.h",
1359 "src/pdf/SkBitmapKey.h",
1360 "src/pdf/SkClusterator.cpp",
1361 "src/pdf/SkClusterator.h",
1362 "src/pdf/SkDeflate.cpp",
1363 "src/pdf/SkDeflate.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001364 "src/pdf/SkKeyedImage.cpp",
1365 "src/pdf/SkKeyedImage.h",
1366 "src/pdf/SkPDFBitmap.cpp",
1367 "src/pdf/SkPDFBitmap.h",
1368 "src/pdf/SkPDFDevice.cpp",
1369 "src/pdf/SkPDFDevice.h",
1370 "src/pdf/SkPDFDocument.cpp",
1371 "src/pdf/SkPDFDocumentPriv.h",
1372 "src/pdf/SkPDFFont.cpp",
1373 "src/pdf/SkPDFFont.h",
1374 "src/pdf/SkPDFFormXObject.cpp",
1375 "src/pdf/SkPDFFormXObject.h",
1376 "src/pdf/SkPDFGlyphUse.h",
1377 "src/pdf/SkPDFGradientShader.cpp",
1378 "src/pdf/SkPDFGradientShader.h",
1379 "src/pdf/SkPDFGraphicStackState.cpp",
1380 "src/pdf/SkPDFGraphicStackState.h",
1381 "src/pdf/SkPDFGraphicState.cpp",
1382 "src/pdf/SkPDFGraphicState.h",
1383 "src/pdf/SkPDFMakeCIDGlyphWidthsArray.cpp",
1384 "src/pdf/SkPDFMakeCIDGlyphWidthsArray.h",
1385 "src/pdf/SkPDFMakeToUnicodeCmap.cpp",
1386 "src/pdf/SkPDFMakeToUnicodeCmap.h",
1387 "src/pdf/SkPDFMetadata.cpp",
1388 "src/pdf/SkPDFMetadata.h",
1389 "src/pdf/SkPDFResourceDict.cpp",
1390 "src/pdf/SkPDFResourceDict.h",
1391 "src/pdf/SkPDFShader.cpp",
1392 "src/pdf/SkPDFShader.h",
1393 "src/pdf/SkPDFSubsetFont.cpp",
1394 "src/pdf/SkPDFSubsetFont.h",
1395 "src/pdf/SkPDFTag.cpp",
1396 "src/pdf/SkPDFTag.h",
1397 "src/pdf/SkPDFType1Font.cpp",
1398 "src/pdf/SkPDFType1Font.h",
1399 "src/pdf/SkPDFTypes.cpp",
1400 "src/pdf/SkPDFTypes.h",
1401 "src/pdf/SkPDFUnion.h",
1402 "src/pdf/SkPDFUtils.cpp",
1403 "src/pdf/SkPDFUtils.h",
1404 "src/pdf/SkUUID.h",
1405 "src/sfnt/SkIBMFamilyClass.h",
1406 "src/sfnt/SkOTTableTypes.h",
1407 "src/sfnt/SkOTTable_EBDT.h",
1408 "src/sfnt/SkOTTable_EBLC.h",
1409 "src/sfnt/SkOTTable_EBSC.h",
1410 "src/sfnt/SkOTTable_OS_2.h",
1411 "src/sfnt/SkOTTable_OS_2_V0.h",
1412 "src/sfnt/SkOTTable_OS_2_V1.h",
1413 "src/sfnt/SkOTTable_OS_2_V2.h",
1414 "src/sfnt/SkOTTable_OS_2_V3.h",
1415 "src/sfnt/SkOTTable_OS_2_V4.h",
1416 "src/sfnt/SkOTTable_OS_2_VA.h",
1417 "src/sfnt/SkOTTable_fvar.h",
1418 "src/sfnt/SkOTTable_gasp.h",
1419 "src/sfnt/SkOTTable_glyf.h",
1420 "src/sfnt/SkOTTable_head.h",
1421 "src/sfnt/SkOTTable_hhea.h",
1422 "src/sfnt/SkOTTable_hmtx.h",
1423 "src/sfnt/SkOTTable_loca.h",
1424 "src/sfnt/SkOTTable_maxp.h",
1425 "src/sfnt/SkOTTable_maxp_CFF.h",
1426 "src/sfnt/SkOTTable_maxp_TT.h",
1427 "src/sfnt/SkOTTable_name.cpp",
1428 "src/sfnt/SkOTTable_name.h",
1429 "src/sfnt/SkOTTable_post.h",
1430 "src/sfnt/SkOTUtils.cpp",
1431 "src/sfnt/SkOTUtils.h",
1432 "src/sfnt/SkPanose.h",
1433 "src/sfnt/SkSFNTHeader.h",
1434 "src/sfnt/SkTTCFHeader.h",
Kevin Lubick8fdbbca2023-06-07 16:14:51 -04001435 "src/shaders/SkBlendShader.cpp",
1436 "src/shaders/SkBlendShader.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001437 "src/shaders/SkColorFilterShader.cpp",
1438 "src/shaders/SkColorFilterShader.h",
1439 "src/shaders/SkColorShader.cpp",
Kevin Lubick8fdbbca2023-06-07 16:14:51 -04001440 "src/shaders/SkColorShader.h",
Brian Salomon58361d02023-02-03 14:52:39 -05001441 "src/shaders/SkCoordClampShader.cpp",
Kevin Lubick8fdbbca2023-06-07 16:14:51 -04001442 "src/shaders/SkCoordClampShader.h",
Robert Phillipsfc49c182022-07-11 11:47:57 -04001443 "src/shaders/SkEmptyShader.cpp",
Kevin Lubick8fdbbca2023-06-07 16:14:51 -04001444 "src/shaders/SkEmptyShader.h",
Christopher Cameron758c0b52023-01-19 11:21:00 +01001445 "src/shaders/SkGainmapShader.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001446 "src/shaders/SkImageShader.cpp",
1447 "src/shaders/SkImageShader.h",
1448 "src/shaders/SkLocalMatrixShader.cpp",
1449 "src/shaders/SkLocalMatrixShader.h",
Kevin Lubick8fdbbca2023-06-07 16:14:51 -04001450 "src/shaders/SkPerlinNoiseShaderImpl.cpp",
1451 "src/shaders/SkPerlinNoiseShaderImpl.h",
John Stilesc7f8e0e2024-02-22 18:53:30 -05001452 "src/shaders/SkPerlinNoiseShaderType.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001453 "src/shaders/SkPictureShader.cpp",
1454 "src/shaders/SkPictureShader.h",
Kevin Lubick8fdbbca2023-06-07 16:14:51 -04001455 "src/shaders/SkRuntimeShader.cpp",
1456 "src/shaders/SkRuntimeShader.h",
1457 "src/shaders/SkShaderBase.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001458 "src/shaders/SkShaderBase.h",
Kevin Lubick8fdbbca2023-06-07 16:14:51 -04001459 "src/shaders/SkShader.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001460 "src/shaders/SkTransformShader.cpp",
1461 "src/shaders/SkTransformShader.h",
Kevin Lubick8fdbbca2023-06-07 16:14:51 -04001462 "src/shaders/SkTriColorShader.cpp",
1463 "src/shaders/SkTriColorShader.h",
Brian Osman611f0892023-09-13 19:03:21 +00001464 "src/shaders/SkWorkingColorSpaceShader.cpp",
1465 "src/shaders/SkWorkingColorSpaceShader.h",
Kevin Lubick8fdbbca2023-06-07 16:14:51 -04001466 "src/shaders/gradients/SkConicalGradient.cpp",
1467 "src/shaders/gradients/SkConicalGradient.h",
1468 "src/shaders/gradients/SkGradientBaseShader.cpp",
1469 "src/shaders/gradients/SkGradientBaseShader.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001470 "src/shaders/gradients/SkLinearGradient.cpp",
1471 "src/shaders/gradients/SkLinearGradient.h",
1472 "src/shaders/gradients/SkRadialGradient.cpp",
Kevin Lubick8fdbbca2023-06-07 16:14:51 -04001473 "src/shaders/gradients/SkRadialGradient.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001474 "src/shaders/gradients/SkSweepGradient.cpp",
Kevin Lubick8fdbbca2023-06-07 16:14:51 -04001475 "src/shaders/gradients/SkSweepGradient.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001476 "src/sksl/GLSL.std.450.h",
1477 "src/sksl/SkSLAnalysis.cpp",
1478 "src/sksl/SkSLAnalysis.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001479 "src/sksl/SkSLBuiltinTypes.cpp",
1480 "src/sksl/SkSLBuiltinTypes.h",
1481 "src/sksl/SkSLCompiler.cpp",
1482 "src/sksl/SkSLCompiler.h",
1483 "src/sksl/SkSLConstantFolder.cpp",
1484 "src/sksl/SkSLConstantFolder.h",
1485 "src/sksl/SkSLContext.cpp",
1486 "src/sksl/SkSLContext.h",
Kevin Lubick5181fcf2023-09-08 10:36:31 -04001487 "src/sksl/SkSLDefines.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001488 "src/sksl/SkSLErrorReporter.cpp",
John Stilesf489b4a2023-04-14 15:44:13 -04001489 "src/sksl/SkSLErrorReporter.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001490 "src/sksl/SkSLFileOutputStream.h",
1491 "src/sksl/SkSLGLSL.h",
John Stiles7648de52022-08-31 11:01:08 -04001492 "src/sksl/SkSLInliner.cpp",
1493 "src/sksl/SkSLInliner.h",
John Stiles4d4bd4b2022-09-08 15:44:52 -04001494 "src/sksl/SkSLIntrinsicList.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001495 "src/sksl/SkSLIntrinsicList.h",
1496 "src/sksl/SkSLLexer.cpp",
1497 "src/sksl/SkSLLexer.h",
1498 "src/sksl/SkSLMangler.cpp",
1499 "src/sksl/SkSLMangler.h",
1500 "src/sksl/SkSLMemoryLayout.h",
1501 "src/sksl/SkSLMemoryPool.h",
John Stiles6cec0332022-08-23 13:15:47 -04001502 "src/sksl/SkSLModuleLoader.cpp",
1503 "src/sksl/SkSLModuleLoader.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001504 "src/sksl/SkSLOperator.cpp",
John Stilesf489b4a2023-04-14 15:44:13 -04001505 "src/sksl/SkSLOperator.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001506 "src/sksl/SkSLOutputStream.cpp",
1507 "src/sksl/SkSLOutputStream.h",
John Stiles0eb4e122022-08-26 17:12:16 -04001508 "src/sksl/SkSLParser.cpp",
1509 "src/sksl/SkSLParser.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001510 "src/sksl/SkSLPool.cpp",
1511 "src/sksl/SkSLPool.h",
1512 "src/sksl/SkSLPosition.cpp",
John Stilesf489b4a2023-04-14 15:44:13 -04001513 "src/sksl/SkSLPosition.h",
1514 "src/sksl/SkSLProgramKind.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001515 "src/sksl/SkSLProgramSettings.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001516 "src/sksl/SkSLSampleUsage.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001517 "src/sksl/SkSLString.cpp",
John Stilesf489b4a2023-04-14 15:44:13 -04001518 "src/sksl/SkSLString.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001519 "src/sksl/SkSLStringStream.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001520 "src/sksl/SkSLUtil.cpp",
1521 "src/sksl/SkSLUtil.h",
1522 "src/sksl/analysis/SkSLCanExitWithoutReturningValue.cpp",
1523 "src/sksl/analysis/SkSLCheckProgramStructure.cpp",
John Stiles2536dc62024-01-18 15:26:00 -05001524 "src/sksl/analysis/SkSLCheckSymbolTableCorrectness.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001525 "src/sksl/analysis/SkSLFinalizationChecks.cpp",
John Stiles825e3722023-01-27 09:33:47 -05001526 "src/sksl/analysis/SkSLGetLoopControlFlowInfo.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001527 "src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp",
John Stilesf37943c2023-01-20 10:21:22 -05001528 "src/sksl/analysis/SkSLGetReturnComplexity.cpp",
John Stiles63db4c62022-09-08 20:17:57 -04001529 "src/sksl/analysis/SkSLHasSideEffects.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001530 "src/sksl/analysis/SkSLIsConstantExpression.cpp",
John Stiles772318e2023-01-25 10:57:16 -05001531 "src/sksl/analysis/SkSLIsDynamicallyUniformExpression.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001532 "src/sksl/analysis/SkSLIsSameExpressionTree.cpp",
John Stiles8ad66c22022-06-02 15:54:18 -04001533 "src/sksl/analysis/SkSLIsTrivialExpression.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001534 "src/sksl/analysis/SkSLNoOpErrorReporter.h",
1535 "src/sksl/analysis/SkSLProgramUsage.cpp",
John Stilesb397f702022-07-27 17:08:33 -04001536 "src/sksl/analysis/SkSLProgramUsage.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001537 "src/sksl/analysis/SkSLProgramVisitor.h",
John Stiles827013b2023-04-04 10:22:00 -04001538 "src/sksl/analysis/SkSLReturnsInputAlpha.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001539 "src/sksl/analysis/SkSLSwitchCaseContainsExit.cpp",
John Stilesefc7a762022-10-03 16:55:01 -04001540 "src/sksl/analysis/SkSLSymbolTableStackBuilder.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001541 "src/sksl/codegen/SkSLCodeGenerator.h",
1542 "src/sksl/codegen/SkSLGLSLCodeGenerator.cpp",
1543 "src/sksl/codegen/SkSLGLSLCodeGenerator.h",
John Stiles57db7082024-01-03 14:15:22 -05001544 "src/sksl/codegen/SkSLHLSLCodeGenerator.cpp",
1545 "src/sksl/codegen/SkSLHLSLCodeGenerator.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001546 "src/sksl/codegen/SkSLMetalCodeGenerator.cpp",
1547 "src/sksl/codegen/SkSLMetalCodeGenerator.h",
1548 "src/sksl/codegen/SkSLPipelineStageCodeGenerator.cpp",
1549 "src/sksl/codegen/SkSLPipelineStageCodeGenerator.h",
John Stilesddff57e2022-11-15 11:12:00 -05001550 "src/sksl/codegen/SkSLRasterPipelineCodeGenerator.cpp",
1551 "src/sksl/codegen/SkSLRasterPipelineCodeGenerator.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001552 "src/sksl/codegen/SkSLSPIRVCodeGenerator.cpp",
1553 "src/sksl/codegen/SkSLSPIRVCodeGenerator.h",
1554 "src/sksl/codegen/SkSLSPIRVtoHLSL.cpp",
1555 "src/sksl/codegen/SkSLSPIRVtoHLSL.h",
John Stiles748c7132022-11-10 17:18:07 -05001556 "src/sksl/codegen/SkSLRasterPipelineBuilder.cpp",
1557 "src/sksl/codegen/SkSLRasterPipelineBuilder.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001558 "src/sksl/codegen/SkSLWGSLCodeGenerator.cpp",
1559 "src/sksl/codegen/SkSLWGSLCodeGenerator.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001560 "src/sksl/ir/SkSLBinaryExpression.cpp",
1561 "src/sksl/ir/SkSLBinaryExpression.h",
1562 "src/sksl/ir/SkSLBlock.cpp",
1563 "src/sksl/ir/SkSLBlock.h",
1564 "src/sksl/ir/SkSLBreakStatement.h",
1565 "src/sksl/ir/SkSLChildCall.cpp",
1566 "src/sksl/ir/SkSLChildCall.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001567 "src/sksl/ir/SkSLConstructor.cpp",
1568 "src/sksl/ir/SkSLConstructor.h",
1569 "src/sksl/ir/SkSLConstructorArray.cpp",
1570 "src/sksl/ir/SkSLConstructorArray.h",
1571 "src/sksl/ir/SkSLConstructorArrayCast.cpp",
1572 "src/sksl/ir/SkSLConstructorArrayCast.h",
1573 "src/sksl/ir/SkSLConstructorCompound.cpp",
1574 "src/sksl/ir/SkSLConstructorCompound.h",
1575 "src/sksl/ir/SkSLConstructorCompoundCast.cpp",
1576 "src/sksl/ir/SkSLConstructorCompoundCast.h",
1577 "src/sksl/ir/SkSLConstructorDiagonalMatrix.cpp",
1578 "src/sksl/ir/SkSLConstructorDiagonalMatrix.h",
1579 "src/sksl/ir/SkSLConstructorMatrixResize.cpp",
1580 "src/sksl/ir/SkSLConstructorMatrixResize.h",
1581 "src/sksl/ir/SkSLConstructorScalarCast.cpp",
1582 "src/sksl/ir/SkSLConstructorScalarCast.h",
1583 "src/sksl/ir/SkSLConstructorSplat.cpp",
1584 "src/sksl/ir/SkSLConstructorSplat.h",
1585 "src/sksl/ir/SkSLConstructorStruct.cpp",
1586 "src/sksl/ir/SkSLConstructorStruct.h",
1587 "src/sksl/ir/SkSLContinueStatement.h",
John Stilescf38ea72022-10-24 12:41:12 -04001588 "src/sksl/ir/SkSLDiscardStatement.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001589 "src/sksl/ir/SkSLDiscardStatement.h",
1590 "src/sksl/ir/SkSLDoStatement.cpp",
1591 "src/sksl/ir/SkSLDoStatement.h",
John Stiles7a986302023-08-06 15:14:17 -04001592 "src/sksl/ir/SkSLEmptyExpression.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001593 "src/sksl/ir/SkSLExpression.cpp",
1594 "src/sksl/ir/SkSLExpression.h",
1595 "src/sksl/ir/SkSLExpressionStatement.cpp",
1596 "src/sksl/ir/SkSLExpressionStatement.h",
John Stilesccec5092023-05-11 15:23:45 -04001597 "src/sksl/ir/SkSLExtension.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001598 "src/sksl/ir/SkSLExtension.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001599 "src/sksl/ir/SkSLFieldAccess.cpp",
1600 "src/sksl/ir/SkSLFieldAccess.h",
John Stilesa7375e02023-05-12 09:12:53 -04001601 "src/sksl/ir/SkSLFieldSymbol.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001602 "src/sksl/ir/SkSLForStatement.cpp",
1603 "src/sksl/ir/SkSLForStatement.h",
1604 "src/sksl/ir/SkSLFunctionCall.cpp",
1605 "src/sksl/ir/SkSLFunctionCall.h",
1606 "src/sksl/ir/SkSLFunctionDeclaration.cpp",
1607 "src/sksl/ir/SkSLFunctionDeclaration.h",
1608 "src/sksl/ir/SkSLFunctionDefinition.cpp",
1609 "src/sksl/ir/SkSLFunctionDefinition.h",
1610 "src/sksl/ir/SkSLFunctionPrototype.h",
1611 "src/sksl/ir/SkSLFunctionReference.h",
1612 "src/sksl/ir/SkSLIfStatement.cpp",
1613 "src/sksl/ir/SkSLIfStatement.h",
1614 "src/sksl/ir/SkSLIndexExpression.cpp",
1615 "src/sksl/ir/SkSLIndexExpression.h",
John Stiles584ec982022-10-17 14:04:30 -04001616 "src/sksl/ir/SkSLInterfaceBlock.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001617 "src/sksl/ir/SkSLInterfaceBlock.h",
John Stilesed120002023-06-09 16:48:59 -04001618 "src/sksl/ir/SkSLIRHelpers.h",
John Stilesf489b4a2023-04-14 15:44:13 -04001619 "src/sksl/ir/SkSLIRNode.h",
John Stiles45e9dd22022-11-01 17:07:57 -04001620 "src/sksl/ir/SkSLLayout.cpp",
John Stilesf489b4a2023-04-14 15:44:13 -04001621 "src/sksl/ir/SkSLLayout.h",
John Stiles22ef5612022-09-30 12:36:18 -04001622 "src/sksl/ir/SkSLLiteral.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001623 "src/sksl/ir/SkSLLiteral.h",
1624 "src/sksl/ir/SkSLMethodReference.h",
John Stilesb233d9352023-08-01 13:32:52 -04001625 "src/sksl/ir/SkSLModifierFlags.cpp",
1626 "src/sksl/ir/SkSLModifierFlags.h",
John Stilesf489b4a2023-04-14 15:44:13 -04001627 "src/sksl/ir/SkSLModifiers.h",
John Stiles80085c32023-05-10 08:13:36 -04001628 "src/sksl/ir/SkSLModifiersDeclaration.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001629 "src/sksl/ir/SkSLModifiersDeclaration.h",
1630 "src/sksl/ir/SkSLNop.h",
1631 "src/sksl/ir/SkSLPoison.h",
1632 "src/sksl/ir/SkSLPostfixExpression.cpp",
1633 "src/sksl/ir/SkSLPostfixExpression.h",
1634 "src/sksl/ir/SkSLPrefixExpression.cpp",
1635 "src/sksl/ir/SkSLPrefixExpression.h",
John Stiles2ad14e22022-11-14 09:40:05 -05001636 "src/sksl/ir/SkSLProgram.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001637 "src/sksl/ir/SkSLProgram.h",
John Stilesf489b4a2023-04-14 15:44:13 -04001638 "src/sksl/ir/SkSLProgramElement.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001639 "src/sksl/ir/SkSLReturnStatement.h",
1640 "src/sksl/ir/SkSLSetting.cpp",
1641 "src/sksl/ir/SkSLSetting.h",
John Stilesf489b4a2023-04-14 15:44:13 -04001642 "src/sksl/ir/SkSLStatement.h",
John Stilesfd2d32a2023-05-15 12:49:18 -04001643 "src/sksl/ir/SkSLStructDefinition.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001644 "src/sksl/ir/SkSLStructDefinition.h",
John Stiles4ee8e5d2023-06-12 09:55:25 -04001645 "src/sksl/ir/SkSLSwitchCase.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001646 "src/sksl/ir/SkSLSwitchCase.h",
1647 "src/sksl/ir/SkSLSwitchStatement.cpp",
1648 "src/sksl/ir/SkSLSwitchStatement.h",
1649 "src/sksl/ir/SkSLSwizzle.cpp",
1650 "src/sksl/ir/SkSLSwizzle.h",
John Stiles81c8c422024-01-03 15:12:23 -05001651 "src/sksl/ir/SkSLSymbol.cpp",
John Stilesf489b4a2023-04-14 15:44:13 -04001652 "src/sksl/ir/SkSLSymbol.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001653 "src/sksl/ir/SkSLSymbolTable.cpp",
1654 "src/sksl/ir/SkSLSymbolTable.h",
1655 "src/sksl/ir/SkSLTernaryExpression.cpp",
1656 "src/sksl/ir/SkSLTernaryExpression.h",
1657 "src/sksl/ir/SkSLType.cpp",
1658 "src/sksl/ir/SkSLType.h",
1659 "src/sksl/ir/SkSLTypeReference.cpp",
1660 "src/sksl/ir/SkSLTypeReference.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001661 "src/sksl/ir/SkSLVarDeclarations.cpp",
1662 "src/sksl/ir/SkSLVarDeclarations.h",
1663 "src/sksl/ir/SkSLVariable.cpp",
1664 "src/sksl/ir/SkSLVariable.h",
1665 "src/sksl/ir/SkSLVariableReference.cpp",
1666 "src/sksl/ir/SkSLVariableReference.h",
1667 # We do not include src/sksl/lex/* because that is only needed to regenerate the lexer.
1668 "src/sksl/spirv.h",
John Stiles9753be12023-04-11 17:00:13 -04001669 "src/sksl/tracing/SkSLDebugTracePlayer.cpp",
1670 "src/sksl/tracing/SkSLDebugTracePlayer.h",
Kevin Lubickcfac8412023-09-27 16:09:30 -04001671 "src/sksl/tracing/SkSLDebugTracePriv.cpp",
1672 "src/sksl/tracing/SkSLDebugTracePriv.h",
1673 "src/sksl/tracing/SkSLTraceHook.cpp",
1674 "src/sksl/tracing/SkSLTraceHook.h",
John Stiles7648de52022-08-31 11:01:08 -04001675 "src/sksl/transform/SkSLAddConstToVarModifiers.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001676 "src/sksl/transform/SkSLEliminateDeadFunctions.cpp",
1677 "src/sksl/transform/SkSLEliminateDeadGlobalVariables.cpp",
1678 "src/sksl/transform/SkSLEliminateDeadLocalVariables.cpp",
John Stiles5a55f432022-09-29 16:17:45 -04001679 "src/sksl/transform/SkSLEliminateEmptyStatements.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001680 "src/sksl/transform/SkSLEliminateUnreachableCode.cpp",
John Stilesc5fb1f72022-07-29 18:36:09 -04001681 "src/sksl/transform/SkSLFindAndDeclareBuiltinFunctions.cpp",
John Stiles6279c882024-01-26 15:24:58 -05001682 "src/sksl/transform/SkSLFindAndDeclareBuiltinStructs.cpp",
John Stilesbfe04e32022-07-29 18:36:45 -04001683 "src/sksl/transform/SkSLFindAndDeclareBuiltinVariables.cpp",
John Stiles099baef2023-06-14 14:26:07 -04001684 "src/sksl/transform/SkSLHoistSwitchVarDeclarationsAtTopLevel.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001685 "src/sksl/transform/SkSLProgramWriter.h",
John Stiles489f6712022-10-04 15:32:42 -04001686 "src/sksl/transform/SkSLRenamePrivateSymbols.cpp",
John Stiles4e5760e2022-10-03 09:45:46 -04001687 "src/sksl/transform/SkSLReplaceConstVarsWithLiterals.cpp",
John Stiles3b9131c2023-03-15 08:20:10 -04001688 "src/sksl/transform/SkSLRewriteIndexedSwizzle.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001689 "src/sksl/transform/SkSLTransform.h",
Herb Derby1aea9032022-06-14 14:59:21 -04001690 "src/text/GlyphRun.cpp",
1691 "src/text/GlyphRun.h",
Jim Van Verth480532d2022-05-19 12:41:15 -04001692 "src/text/gpu/DistanceFieldAdjustTable.cpp",
1693 "src/text/gpu/DistanceFieldAdjustTable.h",
Kevin Lubick9ef23c22022-05-02 15:34:18 -04001694 "src/text/gpu/Glyph.h",
Jim Van Verth35e1ca42022-05-05 11:08:03 -04001695 "src/text/gpu/GlyphVector.cpp",
1696 "src/text/gpu/GlyphVector.h",
Jim Van Verth480532d2022-05-19 12:41:15 -04001697 "src/text/gpu/SDFMaskFilter.cpp",
1698 "src/text/gpu/SDFMaskFilter.h",
1699 "src/text/gpu/SDFTControl.cpp",
1700 "src/text/gpu/SDFTControl.h",
Kevin Lubick66ba5122023-08-03 09:04:24 -04001701 "src/text/gpu/SkChromeRemoteGlyphCache.cpp",
Jim Van Verthe55e0162022-05-20 15:01:58 -04001702 "src/text/gpu/Slug.cpp",
Kevin Lubick181b6f92023-06-15 15:15:48 -04001703 "src/text/gpu/SlugImpl.cpp",
1704 "src/text/gpu/SlugImpl.h",
Jim Van Verth35e1ca42022-05-05 11:08:03 -04001705 "src/text/gpu/StrikeCache.cpp",
1706 "src/text/gpu/StrikeCache.h",
1707 "src/text/gpu/SubRunAllocator.cpp",
1708 "src/text/gpu/SubRunAllocator.h",
Ben Wagner6886d922022-06-02 13:08:28 -04001709 "src/text/gpu/SubRunContainer.cpp",
1710 "src/text/gpu/SubRunContainer.h",
Jim Van Verth3149a7b2022-05-23 11:34:17 -04001711 "src/text/gpu/TextBlob.cpp",
1712 "src/text/gpu/TextBlob.h",
Jim Van Vertha25aeff2022-05-24 10:37:37 -04001713 "src/text/gpu/TextBlobRedrawCoordinator.cpp",
1714 "src/text/gpu/TextBlobRedrawCoordinator.h",
Kevin Lubickc18e0d82023-06-15 16:40:26 -04001715 "src/text/gpu/VertexFiller.cpp",
1716 "src/text/gpu/VertexFiller.h",
Kevin Lubick1a741f02023-09-18 08:03:51 -04001717 "src/text/SlugFromBuffer.cpp",
Kevin Lubick2bd33c52022-09-15 13:28:58 -04001718 "src/text/StrikeForGPU.cpp",
1719 "src/text/StrikeForGPU.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001720 "src/utils/SkBitSet.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001721 "src/utils/SkCallableTraits.h",
1722 "src/utils/SkCanvasStack.cpp",
1723 "src/utils/SkCanvasStack.h",
1724 "src/utils/SkCanvasStateUtils.cpp",
1725 "src/utils/SkCharToGlyphCache.cpp",
1726 "src/utils/SkCharToGlyphCache.h",
1727 "src/utils/SkClipStackUtils.cpp",
1728 "src/utils/SkClipStackUtils.h",
1729 "src/utils/SkCustomTypeface.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001730 "src/utils/SkDashPath.cpp",
1731 "src/utils/SkDashPathPriv.h",
1732 "src/utils/SkEventTracer.cpp",
1733 "src/utils/SkFloatToDecimal.cpp",
1734 "src/utils/SkFloatToDecimal.h",
1735 "src/utils/SkFloatUtils.h",
1736 "src/utils/SkJSON.cpp",
1737 "src/utils/SkJSON.h",
1738 "src/utils/SkJSONWriter.cpp",
1739 "src/utils/SkJSONWriter.h",
1740 "src/utils/SkMatrix22.cpp",
1741 "src/utils/SkMatrix22.h",
1742 "src/utils/SkMultiPictureDocument.cpp",
1743 "src/utils/SkMultiPictureDocument.h",
1744 "src/utils/SkMultiPictureDocumentPriv.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001745 "src/utils/SkNullCanvas.cpp",
Kevin Lubick2bd33c52022-09-15 13:28:58 -04001746 "src/utils/SkNWayCanvas.cpp",
1747 "src/utils/SkOrderedFontMgr.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001748 "src/utils/SkOSPath.cpp",
1749 "src/utils/SkOSPath.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001750 "src/utils/SkPaintFilterCanvas.cpp",
1751 "src/utils/SkParse.cpp",
1752 "src/utils/SkParseColor.cpp",
1753 "src/utils/SkParsePath.cpp",
1754 "src/utils/SkPatchUtils.cpp",
1755 "src/utils/SkPatchUtils.h",
1756 "src/utils/SkPolyUtils.cpp",
1757 "src/utils/SkPolyUtils.h",
1758 "src/utils/SkShaderUtils.cpp",
1759 "src/utils/SkShaderUtils.h",
1760 "src/utils/SkShadowTessellator.cpp",
1761 "src/utils/SkShadowTessellator.h",
1762 "src/utils/SkShadowUtils.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001763 "src/utils/SkTextUtils.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001764 "src/xps/SkXPSDevice.cpp",
1765 "src/xps/SkXPSDevice.h",
1766 "src/xps/SkXPSDocument.cpp",
1767]
benjaminwagner6f6bef82015-10-15 08:09:44 -07001768
Kevin Lubick3353d1d2023-04-11 18:37:09 -04001769ENCODE_SRCS = [
1770 "src/encode/SkEncoder.cpp",
1771 "src/encode/SkICCPriv.h",
1772 "src/encode/SkICC.cpp",
Kevin Lubick3353d1d2023-04-11 18:37:09 -04001773 "src/encode/SkImageEncoderFns.h",
1774 "src/encode/SkImageEncoderPriv.h",
1775]
Kevin Lubick53b61e02023-04-11 10:04:46 -04001776
Kevin Lubick3353d1d2023-04-11 18:37:09 -04001777ENCODE_JPEG_SRCS = [
1778 "src/encode/SkJpegEncoderImpl.h",
1779 "src/encode/SkJpegEncoderImpl.cpp",
1780 "src/encode/SkJPEGWriteUtility.cpp",
1781 "src/encode/SkJPEGWriteUtility.h",
1782]
Kevin Lubick53b61e02023-04-11 10:04:46 -04001783
1784NO_ENCODE_JPEG_SRCS = [
1785 "src/encode/SkJpegEncoder_none.cpp",
1786]
1787
Kevin Lubick3353d1d2023-04-11 18:37:09 -04001788ENCODE_PNG_SRCS = [
1789 "src/encode/SkPngEncoderImpl.cpp",
1790 "src/encode/SkPngEncoderImpl.h",
1791]
Kevin Lubick53b61e02023-04-11 10:04:46 -04001792
1793NO_ENCODE_PNG_SRCS = [
1794 "src/encode/SkPngEncoder_none.cpp",
1795]
1796
Kevin Lubick3353d1d2023-04-11 18:37:09 -04001797ENCODE_WEBP_SRCS = [
1798 "src/encode/SkWebpEncoderImpl.cpp",
1799]
Kevin Lubick53b61e02023-04-11 10:04:46 -04001800
1801NO_ENCODE_WEBP_SRCS = [
1802 "src/encode/SkWebpEncoder_none.cpp",
1803]
1804
Kevin Lubicke5d557c2023-06-08 15:48:54 -04001805CODEC_SRCS_LIMITED = [
1806 "src/codec/SkAndroidCodec.cpp",
1807 "src/codec/SkAndroidCodecAdapter.cpp",
1808 "src/codec/SkAndroidCodecAdapter.h",
1809 "src/codec/SkBmpBaseCodec.cpp",
1810 "src/codec/SkBmpBaseCodec.h",
1811 "src/codec/SkBmpCodec.cpp",
1812 "src/codec/SkBmpCodec.h",
1813 "src/codec/SkBmpMaskCodec.cpp",
1814 "src/codec/SkBmpMaskCodec.h",
Kevin Lubicke5d557c2023-06-08 15:48:54 -04001815 "src/codec/SkBmpRLECodec.cpp",
1816 "src/codec/SkBmpRLECodec.h",
1817 "src/codec/SkBmpStandardCodec.cpp",
1818 "src/codec/SkBmpStandardCodec.h",
1819 "src/codec/SkCodec.cpp",
1820 "src/codec/SkCodecImageGenerator.cpp",
1821 "src/codec/SkCodecImageGenerator.h",
1822 "src/codec/SkCodecPriv.h",
1823 "src/codec/SkColorPalette.cpp",
1824 "src/codec/SkColorPalette.h",
1825 "src/codec/SkEncodedInfo.cpp",
Christopher Camerona9caf3c2023-10-17 11:45:45 +02001826 "src/codec/SkExif.cpp",
Kevin Lubicke5d557c2023-06-08 15:48:54 -04001827 "src/codec/SkFrameHolder.h",
Kevin Lubick7de94b82023-09-22 11:14:34 -04001828 "src/codec/SkImageGenerator_FromEncoded.cpp",
Kevin Lubicke5d557c2023-06-08 15:48:54 -04001829 "src/codec/SkJpegCodec.cpp",
1830 "src/codec/SkJpegCodec.h",
1831 "src/codec/SkJpegDecoderMgr.cpp",
1832 "src/codec/SkJpegDecoderMgr.h",
1833 "src/codec/SkJpegPriv.h",
1834 "src/codec/SkJpegSourceMgr.cpp",
1835 "src/codec/SkJpegSourceMgr.h",
1836 "src/codec/SkJpegUtility.cpp",
1837 "src/codec/SkJpegUtility.h",
Kevin Lubicke5d557c2023-06-08 15:48:54 -04001838 "src/codec/SkMaskSwizzler.cpp",
1839 "src/codec/SkMaskSwizzler.h",
1840 "src/codec/SkParseEncodedOrigin.cpp",
1841 "src/codec/SkParseEncodedOrigin.h",
1842 "src/codec/SkPngPriv.h",
1843 "src/codec/SkSampledCodec.cpp",
1844 "src/codec/SkSampledCodec.h",
1845 "src/codec/SkScalingCodec.h",
1846 "src/codec/SkSampler.cpp",
1847 "src/codec/SkSampler.h",
1848 "src/codec/SkSwizzler.cpp",
1849 "src/codec/SkSwizzler.h",
Christopher Camerona9caf3c2023-10-17 11:45:45 +02001850 "src/codec/SkTiffUtility.cpp",
1851 "src/codec/SkTiffUtility.h",
Kevin Lubicke5d557c2023-06-08 15:48:54 -04001852 "src/codec/SkWbmpCodec.cpp",
1853 "src/codec/SkWbmpCodec.h",
1854 "src/codec/SkWuffsCodec.cpp",
Kevin Lubicke5d557c2023-06-08 15:48:54 -04001855]
1856
1857CODEC_SRCS_ALL = CODEC_SRCS_LIMITED + [
1858 "src/codec/SkIcoCodec.cpp",
1859 "src/codec/SkIcoCodec.h",
1860 "src/codec/SkPngCodec.cpp",
1861 "src/codec/SkPngCodec.h",
1862 "src/codec/SkWebpCodec.cpp",
1863 "src/codec/SkWebpCodec.h",
1864]
1865
Kevin Lubick2bd33c52022-09-15 13:28:58 -04001866TEXTUAL_HDRS = [
John Stiles5adda1c2022-09-28 09:17:40 -04001867 "src/sksl/generated/sksl_compute.minified.sksl",
John Stiles5747d982022-09-30 16:44:25 -04001868 "src/sksl/generated/sksl_compute.unoptimized.sksl",
John Stiles5adda1c2022-09-28 09:17:40 -04001869 "src/sksl/generated/sksl_frag.minified.sksl",
John Stiles5747d982022-09-30 16:44:25 -04001870 "src/sksl/generated/sksl_frag.unoptimized.sksl",
John Stiles5adda1c2022-09-28 09:17:40 -04001871 "src/sksl/generated/sksl_gpu.minified.sksl",
John Stiles5747d982022-09-30 16:44:25 -04001872 "src/sksl/generated/sksl_gpu.unoptimized.sksl",
John Stiles5adda1c2022-09-28 09:17:40 -04001873 "src/sksl/generated/sksl_graphite_frag.minified.sksl",
John Stiles5747d982022-09-30 16:44:25 -04001874 "src/sksl/generated/sksl_graphite_frag.unoptimized.sksl",
John Stilesb63e5a32024-01-11 14:48:12 -05001875 "src/sksl/generated/sksl_graphite_frag_es2.minified.sksl",
1876 "src/sksl/generated/sksl_graphite_frag_es2.unoptimized.sksl",
John Stiles5adda1c2022-09-28 09:17:40 -04001877 "src/sksl/generated/sksl_graphite_vert.minified.sksl",
John Stiles5747d982022-09-30 16:44:25 -04001878 "src/sksl/generated/sksl_graphite_vert.unoptimized.sksl",
John Stilesb63e5a32024-01-11 14:48:12 -05001879 "src/sksl/generated/sksl_graphite_vert_es2.minified.sksl",
1880 "src/sksl/generated/sksl_graphite_vert_es2.unoptimized.sksl",
John Stiles5adda1c2022-09-28 09:17:40 -04001881 "src/sksl/generated/sksl_public.minified.sksl",
John Stiles5747d982022-09-30 16:44:25 -04001882 "src/sksl/generated/sksl_public.unoptimized.sksl",
John Stiles5adda1c2022-09-28 09:17:40 -04001883 "src/sksl/generated/sksl_rt_shader.minified.sksl",
John Stiles5747d982022-09-30 16:44:25 -04001884 "src/sksl/generated/sksl_rt_shader.unoptimized.sksl",
John Stiles5adda1c2022-09-28 09:17:40 -04001885 "src/sksl/generated/sksl_shared.minified.sksl",
John Stiles5747d982022-09-30 16:44:25 -04001886 "src/sksl/generated/sksl_shared.unoptimized.sksl",
John Stiles5adda1c2022-09-28 09:17:40 -04001887 "src/sksl/generated/sksl_vert.minified.sksl",
John Stiles5747d982022-09-30 16:44:25 -04001888 "src/sksl/generated/sksl_vert.unoptimized.sksl",
Kevin Lubick2bd33c52022-09-15 13:28:58 -04001889 # Included by GrGLMakeNativeInterface_android.cpp
1890 "src/gpu/ganesh/gl/egl/GrGLMakeEGLInterface.cpp",
1891 "src/gpu/ganesh/gl/egl/GrGLMakeNativeInterface_egl.cpp",
1892]
1893
Kevin Lubicke3f11132022-05-02 07:56:22 -04001894base_gl_srcs = [
Kevin Lubicke3f11132022-05-02 07:56:22 -04001895 "src/gpu/ganesh/gl/GrGLAssembleGLESInterfaceAutogen.cpp",
1896 "src/gpu/ganesh/gl/GrGLAssembleGLInterfaceAutogen.cpp",
1897 "src/gpu/ganesh/gl/GrGLAssembleHelpers.cpp",
1898 "src/gpu/ganesh/gl/GrGLAssembleInterface.cpp",
1899 "src/gpu/ganesh/gl/GrGLAssembleWebGLInterfaceAutogen.cpp",
1900 "src/gpu/ganesh/gl/GrGLAttachment.cpp",
1901 "src/gpu/ganesh/gl/GrGLAttachment.h",
Kevin Lubick19983e82023-08-02 13:10:28 -04001902 "src/gpu/ganesh/gl/GrGLBackendSurface.cpp",
1903 "src/gpu/ganesh/gl/GrGLBackendSurfacePriv.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001904 "src/gpu/ganesh/gl/GrGLBuffer.cpp",
1905 "src/gpu/ganesh/gl/GrGLBuffer.h",
1906 "src/gpu/ganesh/gl/GrGLCaps.cpp",
1907 "src/gpu/ganesh/gl/GrGLCaps.h",
1908 "src/gpu/ganesh/gl/GrGLContext.cpp",
1909 "src/gpu/ganesh/gl/GrGLContext.h",
Kevin Lubicka78c1f12023-05-30 15:50:37 -04001910 "src/gpu/ganesh/gl/GrGLDefines.h",
Kevin Lubick60b88812023-09-25 12:49:56 -04001911 "src/gpu/ganesh/gl/GrGLDirectContext.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001912 "src/gpu/ganesh/gl/GrGLExtensions.cpp",
Jim Van Vertha7b5bd12024-01-17 16:31:38 -05001913 "src/gpu/ganesh/gl/GrGLFinishCallbacks.cpp",
1914 "src/gpu/ganesh/gl/GrGLFinishCallbacks.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001915 "src/gpu/ganesh/gl/GrGLGLSL.cpp",
1916 "src/gpu/ganesh/gl/GrGLGLSL.h",
1917 "src/gpu/ganesh/gl/GrGLGpu.cpp",
1918 "src/gpu/ganesh/gl/GrGLGpu.h",
1919 "src/gpu/ganesh/gl/GrGLGpuProgramCache.cpp",
1920 "src/gpu/ganesh/gl/GrGLInterfaceAutogen.cpp",
1921 "src/gpu/ganesh/gl/GrGLOpsRenderPass.cpp",
1922 "src/gpu/ganesh/gl/GrGLOpsRenderPass.h",
1923 "src/gpu/ganesh/gl/GrGLProgram.cpp",
Kevin Lubick19983e82023-08-02 13:10:28 -04001924 "src/gpu/ganesh/gl/GrGLProgram.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001925 "src/gpu/ganesh/gl/GrGLProgramDataManager.cpp",
1926 "src/gpu/ganesh/gl/GrGLProgramDataManager.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001927 "src/gpu/ganesh/gl/GrGLRenderTarget.cpp",
1928 "src/gpu/ganesh/gl/GrGLRenderTarget.h",
1929 "src/gpu/ganesh/gl/GrGLSemaphore.cpp",
1930 "src/gpu/ganesh/gl/GrGLSemaphore.h",
1931 "src/gpu/ganesh/gl/GrGLTexture.cpp",
1932 "src/gpu/ganesh/gl/GrGLTexture.h",
1933 "src/gpu/ganesh/gl/GrGLTextureRenderTarget.cpp",
1934 "src/gpu/ganesh/gl/GrGLTextureRenderTarget.h",
1935 "src/gpu/ganesh/gl/GrGLTypesPriv.cpp",
Kevin Lubick1d134a82023-10-11 15:42:44 -04001936 "src/gpu/ganesh/gl/GrGLTypesPriv.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001937 "src/gpu/ganesh/gl/GrGLUniformHandler.cpp",
1938 "src/gpu/ganesh/gl/GrGLUniformHandler.h",
1939 "src/gpu/ganesh/gl/GrGLUtil.cpp",
1940 "src/gpu/ganesh/gl/GrGLUtil.h",
1941 "src/gpu/ganesh/gl/GrGLVaryingHandler.h",
1942 "src/gpu/ganesh/gl/GrGLVertexArray.cpp",
1943 "src/gpu/ganesh/gl/GrGLVertexArray.h",
Kevin Lubick19983e82023-08-02 13:10:28 -04001944 "src/gpu/ganesh/gl/builders/GrGLProgramBuilder.cpp",
1945 "src/gpu/ganesh/gl/builders/GrGLProgramBuilder.h",
1946 "src/gpu/ganesh/gl/builders/GrGLShaderStringBuilder.cpp",
1947 "src/gpu/ganesh/gl/builders/GrGLShaderStringBuilder.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001948]
benjaminwagner6f6bef82015-10-15 08:09:44 -07001949
Kevin Lubicke3f11132022-05-02 07:56:22 -04001950GL_SRCS_UNIX = base_gl_srcs + [
1951 "src/gpu/ganesh/gl/GrGLMakeNativeInterface_none.cpp",
1952]
benjaminwagner6f6bef82015-10-15 08:09:44 -07001953
Kevin Lubicke3f11132022-05-02 07:56:22 -04001954GL_SRCS_UNIX_EGL = base_gl_srcs + [
1955 "src/gpu/ganesh/gl/egl/GrGLMakeEGLInterface.cpp",
1956 "src/gpu/ganesh/gl/egl/GrGLMakeNativeInterface_egl.cpp",
1957]
Guruji Panda9ae40202020-07-10 09:17:47 -07001958
Kevin Lubicke3f11132022-05-02 07:56:22 -04001959PORTS_SRCS_UNIX = [
1960 "src/ports/SkDebug_stdio.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001961 "src/ports/SkFontHost_FreeType_common.cpp",
1962 "src/ports/SkFontHost_FreeType_common.h",
1963 "src/ports/SkFontHost_FreeType.cpp",
1964 "src/ports/SkFontMgr_custom.cpp",
1965 "src/ports/SkFontMgr_custom_directory.cpp",
1966 "src/ports/SkFontMgr_custom_embedded.cpp",
1967 "src/ports/SkFontMgr_custom_empty.cpp",
1968 "src/ports/SkFontMgr_custom.h",
1969 "src/ports/SkFontMgr_fontconfig.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001970 "src/ports/SkGlobalInitialization_default.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001971 "src/ports/SkMemory_malloc.cpp",
1972 "src/ports/SkOSFile_posix.cpp",
1973 "src/ports/SkOSFile_stdio.cpp",
1974 "src/ports/SkOSLibrary.h",
1975 "src/ports/SkOSLibrary_posix.cpp",
Michael Reed31f275e2024-01-17 15:40:11 -05001976 "src/ports/SkTypeface_FreeType.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001977]
Kevin Lubick2eabdf52020-08-20 12:31:21 -04001978
Kevin Lubicke3f11132022-05-02 07:56:22 -04001979GL_SRCS_ANDROID = base_gl_srcs + [
1980 "src/gpu/ganesh/gl/android/GrGLMakeNativeInterface_android.cpp",
1981]
benjaminwagnerc8962512016-09-30 12:06:27 -07001982
Kevin Lubicke3f11132022-05-02 07:56:22 -04001983PORTS_SRCS_ANDROID = [
1984 "src/ports/SkDebug_android.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001985 "src/ports/SkFontHost_FreeType_common.cpp",
1986 "src/ports/SkFontHost_FreeType_common.h",
1987 "src/ports/SkFontHost_FreeType.cpp",
1988 "src/ports/SkFontMgr_android.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001989 "src/ports/SkFontMgr_android_parser.cpp",
1990 "src/ports/SkFontMgr_android_parser.h",
1991 "src/ports/SkFontMgr_custom.cpp",
1992 "src/ports/SkFontMgr_custom_directory.cpp",
1993 "src/ports/SkFontMgr_custom_embedded.cpp",
1994 "src/ports/SkFontMgr_custom_empty.cpp",
1995 "src/ports/SkFontMgr_custom.h",
1996 "src/ports/SkGlobalInitialization_default.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04001997 "src/ports/SkMemory_malloc.cpp",
1998 "src/ports/SkOSFile_posix.cpp",
1999 "src/ports/SkOSFile_stdio.cpp",
2000 "src/ports/SkOSLibrary.h",
2001 "src/ports/SkOSLibrary_posix.cpp",
Michael Reed31f275e2024-01-17 15:40:11 -05002002 "src/ports/SkTypeface_FreeType.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04002003]
Jim Van Verth03b8ab22020-02-24 11:36:15 -05002004
Kevin Lubicke3f11132022-05-02 07:56:22 -04002005PORTS_SRCS_ANDROID_NO_FONT = [
2006 "src/ports/SkDebug_android.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04002007 "src/ports/SkGlobalInitialization_default.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04002008 "src/ports/SkMemory_malloc.cpp",
2009 "src/ports/SkOSFile_posix.cpp",
2010 "src/ports/SkOSFile_stdio.cpp",
2011 "src/ports/SkOSLibrary.h",
2012 "src/ports/SkOSLibrary_posix.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04002013]
Stephen White985741a2019-07-18 11:43:45 -04002014
Kevin Lubicke3f11132022-05-02 07:56:22 -04002015GL_SRCS_IOS = base_gl_srcs + [
2016 "src/gpu/ganesh/gl/iOS/GrGLMakeNativeInterface_iOS.cpp",
2017]
Jim Van Verth42f710f2022-04-11 11:48:46 -04002018
Kevin Lubicke3f11132022-05-02 07:56:22 -04002019PORTS_SRCS_IOS = [
2020 "src/ports/SkDebug_stdio.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04002021 "src/ports/SkFontMgr_custom.h",
2022 "src/ports/SkFontMgr_mac_ct.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04002023 "src/ports/SkGlobalInitialization_default.cpp",
Kevin Lubick2bd33c52022-09-15 13:28:58 -04002024 "src/ports/SkImageGeneratorCG.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04002025 "src/ports/SkMemory_malloc.cpp",
2026 "src/ports/SkOSFile_ios.h",
2027 "src/ports/SkOSFile_posix.cpp",
2028 "src/ports/SkOSFile_stdio.cpp",
2029 "src/ports/SkOSLibrary.h",
2030 "src/ports/SkOSLibrary_posix.cpp",
2031 "src/ports/SkScalerContext_mac_ct.cpp",
2032 "src/ports/SkScalerContext_mac_ct.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04002033 "src/ports/SkTypeface_mac_ct.cpp",
2034 "src/ports/SkTypeface_mac_ct.h",
Kevin Lubick2bd33c52022-09-15 13:28:58 -04002035 "src/utils/mac/SkCGBase.h",
2036 "src/utils/mac/SkCGGeometry.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04002037 "src/utils/mac/SkCreateCGImageRef.cpp",
2038 "src/utils/mac/SkCTFont.cpp",
Kevin Lubick2bd33c52022-09-15 13:28:58 -04002039 "src/utils/mac/SkCTFont.h",
2040 "src/utils/mac/SkUniqueCFRef.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04002041]
Ethan Nicholas8d7f4ae2017-09-07 11:07:42 -04002042
Kevin Lubicke3f11132022-05-02 07:56:22 -04002043PORTS_SRCS_FUCHSIA = [
2044 "src/ports/SkDebug_stdio.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04002045 "src/ports/SkFontHost_FreeType_common.cpp",
2046 "src/ports/SkFontHost_FreeType_common.h",
2047 "src/ports/SkFontHost_FreeType.cpp",
2048 "src/ports/SkFontMgr_custom.cpp",
2049 "src/ports/SkFontMgr_custom.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04002050 "src/ports/SkFontMgr_fuchsia.cpp",
2051 "src/ports/SkGlobalInitialization_default.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04002052 "src/ports/SkMemory_malloc.cpp",
2053 "src/ports/SkOSFile_posix.cpp",
2054 "src/ports/SkOSFile_stdio.cpp",
2055 "src/ports/SkOSLibrary.h",
2056 "src/ports/SkOSLibrary_posix.cpp",
Michael Reed31f275e2024-01-17 15:40:11 -05002057 "src/ports/SkTypeface_FreeType.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04002058]
benjaminwagner6f6bef82015-10-15 08:09:44 -07002059
Kevin Lubicke3f11132022-05-02 07:56:22 -04002060GL_SRCS_MACOS = base_gl_srcs + [
2061 "src/gpu/ganesh/gl/mac/GrGLMakeNativeInterface_mac.cpp",
2062]
Ben Wagnerec8c6602018-10-26 12:31:36 -04002063
Andy Weissbe1829f2020-07-01 11:08:16 -07002064PORTS_SRCS_MACOS = PORTS_SRCS_IOS
2065
Kevin Lubicke3f11132022-05-02 07:56:22 -04002066PORTS_SRCS_WASM = [
2067 "src/ports/SkDebug_stdio.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04002068 "src/ports/SkFontHost_FreeType_common.cpp",
2069 "src/ports/SkFontHost_FreeType_common.h",
2070 "src/ports/SkFontHost_FreeType.cpp",
2071 "src/ports/SkFontMgr_custom.cpp",
2072 "src/ports/SkFontMgr_custom.h",
Florin Malita127b5662023-03-14 10:36:26 -04002073 "src/ports/SkFontMgr_custom_embedded.cpp",
Kevin Lubick9dd13342023-11-27 10:21:49 -05002074 "src/ports/SkFontMgr_custom_empty.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04002075 "src/ports/SkGlobalInitialization_default.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04002076 "src/ports/SkMemory_malloc.cpp",
2077 "src/ports/SkOSFile_posix.cpp",
2078 "src/ports/SkOSFile_stdio.cpp",
2079 "src/ports/SkOSLibrary.h",
2080 "src/ports/SkOSLibrary_posix.cpp",
Michael Reed31f275e2024-01-17 15:40:11 -05002081 "src/ports/SkTypeface_FreeType.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04002082]
2083GL_SRCS_WASM = GL_SRCS_UNIX_EGL
Mike Klein7f95c292019-03-27 11:16:25 -05002084
Kevin Lubick2bd33c52022-09-15 13:28:58 -04002085MTL_HDRS = [
2086 "src/gpu/ganesh/mtl/GrMtlAttachment.h",
2087 "src/gpu/ganesh/mtl/GrMtlBuffer.h",
2088 "src/gpu/ganesh/mtl/GrMtlCaps.h",
2089 "src/gpu/ganesh/mtl/GrMtlCommandBuffer.h",
2090 "src/gpu/ganesh/mtl/GrMtlCppUtil.h",
2091 "src/gpu/ganesh/mtl/GrMtlDepthStencil.h",
2092 "src/gpu/ganesh/mtl/GrMtlFramebuffer.h",
2093 "src/gpu/ganesh/mtl/GrMtlGpu.h",
2094 "src/gpu/ganesh/mtl/GrMtlOpsRenderPass.h",
2095 "src/gpu/ganesh/mtl/GrMtlPipeline.h",
2096 "src/gpu/ganesh/mtl/GrMtlPipelineState.h",
2097 "src/gpu/ganesh/mtl/GrMtlPipelineStateBuilder.h",
2098 "src/gpu/ganesh/mtl/GrMtlPipelineStateDataManager.h",
2099 "src/gpu/ganesh/mtl/GrMtlRenderCommandEncoder.h",
2100 "src/gpu/ganesh/mtl/GrMtlRenderTarget.h",
2101 "src/gpu/ganesh/mtl/GrMtlResourceProvider.h",
2102 "src/gpu/ganesh/mtl/GrMtlSampler.h",
2103 "src/gpu/ganesh/mtl/GrMtlSemaphore.h",
2104 "src/gpu/ganesh/mtl/GrMtlTexture.h",
2105 "src/gpu/ganesh/mtl/GrMtlTextureRenderTarget.h",
2106 "src/gpu/ganesh/mtl/GrMtlTrampoline.h",
2107 "src/gpu/ganesh/mtl/GrMtlUniformHandler.h",
2108 "src/gpu/ganesh/mtl/GrMtlUtil.h",
2109 "src/gpu/ganesh/mtl/GrMtlVaryingHandler.h",
Jim Van Verthd609a162022-09-20 16:03:47 -04002110 "src/gpu/mtl/MtlMemoryAllocatorImpl.h",
Kevin Lubick2bd33c52022-09-15 13:28:58 -04002111]
2112
Kevin Lubicke3f11132022-05-02 07:56:22 -04002113MTL_SRCS = [
2114 "src/gpu/ganesh/mtl/GrMtlAttachment.mm",
2115 "src/gpu/ganesh/mtl/GrMtlBuffer.mm",
2116 "src/gpu/ganesh/mtl/GrMtlCaps.mm",
2117 "src/gpu/ganesh/mtl/GrMtlCommandBuffer.mm",
2118 "src/gpu/ganesh/mtl/GrMtlDepthStencil.mm",
2119 "src/gpu/ganesh/mtl/GrMtlFramebuffer.mm",
2120 "src/gpu/ganesh/mtl/GrMtlGpu.mm",
2121 "src/gpu/ganesh/mtl/GrMtlOpsRenderPass.mm",
Kevin Lubick2bd33c52022-09-15 13:28:58 -04002122 "src/gpu/ganesh/mtl/GrMtlPipelineState.mm",
Kevin Lubicke3f11132022-05-02 07:56:22 -04002123 "src/gpu/ganesh/mtl/GrMtlPipelineStateBuilder.mm",
2124 "src/gpu/ganesh/mtl/GrMtlPipelineStateDataManager.mm",
Kevin Lubicke3f11132022-05-02 07:56:22 -04002125 "src/gpu/ganesh/mtl/GrMtlRenderTarget.mm",
2126 "src/gpu/ganesh/mtl/GrMtlResourceProvider.mm",
2127 "src/gpu/ganesh/mtl/GrMtlSampler.mm",
2128 "src/gpu/ganesh/mtl/GrMtlSemaphore.mm",
2129 "src/gpu/ganesh/mtl/GrMtlTexture.mm",
2130 "src/gpu/ganesh/mtl/GrMtlTextureRenderTarget.mm",
2131 "src/gpu/ganesh/mtl/GrMtlTrampoline.mm",
Kevin Lubick1d134a82023-10-11 15:42:44 -04002132 "src/gpu/ganesh/mtl/GrMtlTypesPriv.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04002133 "src/gpu/ganesh/mtl/GrMtlTypesPriv.mm",
2134 "src/gpu/ganesh/mtl/GrMtlUniformHandler.mm",
2135 "src/gpu/ganesh/mtl/GrMtlUtil.mm",
2136 "src/gpu/ganesh/mtl/GrMtlVaryingHandler.mm",
Kevin Lubickd10098c2023-03-28 07:55:26 -04002137 "src/gpu/ganesh/surface/SkSurface_GaneshMtl.mm",
Jim Van Verthd609a162022-09-20 16:03:47 -04002138 "src/gpu/mtl/MtlMemoryAllocatorImpl.mm",
Jim Van Verthbc2449a2023-03-08 13:40:01 -05002139 "src/gpu/mtl/MtlUtils.mm",
2140 "src/gpu/mtl/MtlUtilsPriv.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04002141]
Mike Klein7f95c292019-03-27 11:16:25 -05002142
Kevin Lubicke3f11132022-05-02 07:56:22 -04002143VULKAN_SRCS = [
Kevin Lubick20b5c202023-11-21 09:37:33 -05002144 "src/gpu/vk/VulkanMutableTextureState.cpp",
2145 "src/gpu/vk/VulkanMutableTextureStatePriv.h",
Kevin Lubicke9206d22023-11-20 10:46:02 -05002146 "src/gpu/ganesh/vk/GrVkBackendSemaphore.cpp",
Brian Osmandf783b52023-08-15 14:19:09 -04002147 "src/gpu/ganesh/vk/GrVkBackendSurface.cpp",
2148 "src/gpu/ganesh/vk/GrVkBackendSurfacePriv.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04002149 "src/gpu/ganesh/vk/GrVkBuffer.cpp",
2150 "src/gpu/ganesh/vk/GrVkBuffer.h",
2151 "src/gpu/ganesh/vk/GrVkCaps.cpp",
2152 "src/gpu/ganesh/vk/GrVkCaps.h",
2153 "src/gpu/ganesh/vk/GrVkCommandBuffer.cpp",
2154 "src/gpu/ganesh/vk/GrVkCommandBuffer.h",
2155 "src/gpu/ganesh/vk/GrVkCommandPool.cpp",
2156 "src/gpu/ganesh/vk/GrVkCommandPool.h",
Kevin Lubickefdb8222023-12-04 17:44:11 +00002157 "src/gpu/ganesh/vk/GrVkContextThreadSafeProxy.cpp",
2158 "src/gpu/ganesh/vk/GrVkContextThreadSafeProxy.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04002159 "src/gpu/ganesh/vk/GrVkDescriptorPool.cpp",
2160 "src/gpu/ganesh/vk/GrVkDescriptorPool.h",
2161 "src/gpu/ganesh/vk/GrVkDescriptorSet.cpp",
2162 "src/gpu/ganesh/vk/GrVkDescriptorSet.h",
2163 "src/gpu/ganesh/vk/GrVkDescriptorSetManager.cpp",
2164 "src/gpu/ganesh/vk/GrVkDescriptorSetManager.h",
Kevin Lubicke5638722023-10-09 18:58:56 +00002165 "src/gpu/ganesh/vk/GrVkDirectContext.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04002166 "src/gpu/ganesh/vk/GrVkFramebuffer.cpp",
2167 "src/gpu/ganesh/vk/GrVkFramebuffer.h",
2168 "src/gpu/ganesh/vk/GrVkGpu.cpp",
2169 "src/gpu/ganesh/vk/GrVkGpu.h",
2170 "src/gpu/ganesh/vk/GrVkImage.cpp",
2171 "src/gpu/ganesh/vk/GrVkImage.h",
2172 "src/gpu/ganesh/vk/GrVkImageLayout.h",
2173 "src/gpu/ganesh/vk/GrVkImageView.cpp",
2174 "src/gpu/ganesh/vk/GrVkImageView.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04002175 "src/gpu/ganesh/vk/GrVkManagedResource.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04002176 "src/gpu/ganesh/vk/GrVkMSAALoadManager.cpp",
2177 "src/gpu/ganesh/vk/GrVkMSAALoadManager.h",
2178 "src/gpu/ganesh/vk/GrVkOpsRenderPass.cpp",
2179 "src/gpu/ganesh/vk/GrVkOpsRenderPass.h",
2180 "src/gpu/ganesh/vk/GrVkPipeline.cpp",
2181 "src/gpu/ganesh/vk/GrVkPipeline.h",
2182 "src/gpu/ganesh/vk/GrVkPipelineStateBuilder.cpp",
2183 "src/gpu/ganesh/vk/GrVkPipelineStateBuilder.h",
2184 "src/gpu/ganesh/vk/GrVkPipelineStateCache.cpp",
2185 "src/gpu/ganesh/vk/GrVkPipelineState.cpp",
John Stilesc497dae2023-10-10 09:26:28 -04002186 "src/gpu/ganesh/vk/GrVkPipelineStateDataManager.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04002187 "src/gpu/ganesh/vk/GrVkPipelineStateDataManager.h",
2188 "src/gpu/ganesh/vk/GrVkPipelineState.h",
2189 "src/gpu/ganesh/vk/GrVkRenderPass.cpp",
2190 "src/gpu/ganesh/vk/GrVkRenderPass.h",
2191 "src/gpu/ganesh/vk/GrVkRenderTarget.cpp",
2192 "src/gpu/ganesh/vk/GrVkRenderTarget.h",
2193 "src/gpu/ganesh/vk/GrVkResourceProvider.cpp",
2194 "src/gpu/ganesh/vk/GrVkResourceProvider.h",
2195 "src/gpu/ganesh/vk/GrVkSampler.cpp",
2196 "src/gpu/ganesh/vk/GrVkSampler.h",
2197 "src/gpu/ganesh/vk/GrVkSamplerYcbcrConversion.cpp",
2198 "src/gpu/ganesh/vk/GrVkSamplerYcbcrConversion.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04002199 "src/gpu/ganesh/vk/GrVkSemaphore.cpp",
2200 "src/gpu/ganesh/vk/GrVkSemaphore.h",
2201 "src/gpu/ganesh/vk/GrVkTexture.cpp",
2202 "src/gpu/ganesh/vk/GrVkTexture.h",
2203 "src/gpu/ganesh/vk/GrVkTextureRenderTarget.cpp",
2204 "src/gpu/ganesh/vk/GrVkTextureRenderTarget.h",
2205 "src/gpu/ganesh/vk/GrVkTypesPriv.cpp",
Kevin Lubick1d134a82023-10-11 15:42:44 -04002206 "src/gpu/ganesh/vk/GrVkTypesPriv.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04002207 "src/gpu/ganesh/vk/GrVkUniformHandler.cpp",
2208 "src/gpu/ganesh/vk/GrVkUniformHandler.h",
2209 "src/gpu/ganesh/vk/GrVkUtil.cpp",
2210 "src/gpu/ganesh/vk/GrVkUtil.h",
2211 "src/gpu/ganesh/vk/GrVkVaryingHandler.cpp",
2212 "src/gpu/ganesh/vk/GrVkVaryingHandler.h",
Greg Daniel2b27c922022-08-29 14:11:55 -04002213 "src/gpu/vk/VulkanExtensions.cpp",
2214 "src/gpu/vk/VulkanInterface.cpp",
2215 "src/gpu/vk/VulkanInterface.h",
Greg Daniel372c8b02022-11-08 14:50:48 -05002216 "src/gpu/vk/VulkanMemory.cpp",
2217 "src/gpu/vk/VulkanMemory.h",
Nicolette Prevost2acef342023-11-08 14:12:17 -05002218 "src/gpu/vk/VulkanUtilsPriv.cpp",
Greg Daniel34fb4572022-12-20 12:48:14 -05002219 "src/gpu/vk/VulkanUtilsPriv.h",
benjaminwagner56f6d062016-01-13 10:45:19 -08002220]
benjaminwagner787ca872015-08-17 12:58:10 -07002221
benjaminwagner56f6d062016-01-13 10:45:19 -08002222################################################################################
benjaminwagner56f6d062016-01-13 10:45:19 -08002223## DEFINES
2224################################################################################
2225
Kevin Lubick4c898032022-08-12 11:46:47 -04002226BASE_DEFINES = [
Kevin Lubick2e7bee12023-02-27 14:07:24 -05002227 # Our legacy G3 rule *always* has the ganesh backend enabled.
Kevin Lubick0f7b44e2023-02-28 09:13:11 -05002228 "SK_GANESH",
Kevin Lubick4c898032022-08-12 11:46:47 -04002229 # Chrome DEFINES.
2230 "SK_USE_FREETYPE_EMBOLDEN",
2231 # Turn on a few Google3-specific build fixes.
2232 "SK_BUILD_FOR_GOOGLE3",
Kevin Lubick4c898032022-08-12 11:46:47 -04002233 # Should remove after we update golden images
2234 "SK_WEBP_ENCODER_USE_DEFAULT_METHOD",
Kevin Lubick4c898032022-08-12 11:46:47 -04002235 # JPEG is in codec_limited and is included in all
2236 # builds except the no_codec android build
Kevin Lubick672bb502024-02-08 14:55:26 -05002237 # BMP and WBMP are on by default in this build.
2238 "SK_CODEC_DECODES_BMP",
2239 "SK_CODEC_DECODES_WBMP",
Kevin Lubick4c898032022-08-12 11:46:47 -04002240]
2241UNIX_DEFINES = [
2242 "PNG_SKIP_SETJMP_CHECK",
2243 "SK_BUILD_FOR_UNIX",
2244 "SK_CODEC_DECODES_PNG",
2245 "SK_CODEC_DECODES_WEBP",
Kevin Lubick4c898032022-08-12 11:46:47 -04002246 "SK_R32_SHIFT=16",
2247 "SK_GL",
2248 "SK_CODEC_DECODES_JPEG",
Kevin Lubick9dd13342023-11-27 10:21:49 -05002249 "SK_FONTMGR_FREETYPE_DIRECTORY_AVAILABLE",
2250 "SK_FONTMGR_FREETYPE_EMPTY_AVAILABLE",
2251 "SK_FONTMGR_FONTCONFIG_AVAILABLE",
Kevin Lubick4c898032022-08-12 11:46:47 -04002252]
Kevin Lubick3a3475d2023-12-12 16:17:19 -05002253ANDROID_BASE_DEFINES = [
Kevin Lubick4c898032022-08-12 11:46:47 -04002254 "SK_BUILD_FOR_ANDROID",
Kevin Lubick4c898032022-08-12 11:46:47 -04002255 "SK_GL",
Kevin Lubick3a3475d2023-12-12 16:17:19 -05002256]
2257ANDROID_FONT_DEFINES = [
Kevin Lubick9dd13342023-11-27 10:21:49 -05002258 "SK_FONTMGR_ANDROID_AVAILABLE",
2259 "SK_FONTMGR_FREETYPE_DIRECTORY_AVAILABLE",
2260 "SK_FONTMGR_FREETYPE_EMPTY_AVAILABLE",
2261 "SK_FONTMGR_FONTCONFIG_AVAILABLE",
Kevin Lubick4c898032022-08-12 11:46:47 -04002262]
Kevin Lubick3a3475d2023-12-12 16:17:19 -05002263ANDROID_CODEC_DEFINES = [
2264 "SK_CODEC_DECODES_PNG",
2265 "SK_CODEC_DECODES_WEBP",
2266 "SK_CODEC_DECODES_JPEG",
2267]
2268
2269# TODO(kjlubick) Delete these once we use the more granular versions
2270ANDROID_DEFINES = ANDROID_BASE_DEFINES + ANDROID_FONT_DEFINES + ANDROID_CODEC_DEFINES
2271ANDROID_NO_CODECS_DEFINES = ANDROID_BASE_DEFINES
Kevin Lubick4c898032022-08-12 11:46:47 -04002272IOS_DEFINES = [
2273 "SK_BUILD_FOR_IOS",
Kevin Lubick4c898032022-08-12 11:46:47 -04002274 "SK_CODEC_DECODES_JPEG",
Kevin Lubick9dd13342023-11-27 10:21:49 -05002275 "SK_FONTMGR_CORETEXT_AVAILABLE",
Kevin Lubick4c898032022-08-12 11:46:47 -04002276]
2277WASM_DEFINES = [
2278 "SK_DISABLE_LEGACY_SHADERCONTEXT",
2279 "SK_DISABLE_TRACING",
2280 "SK_GL",
Kevin Lubick4c898032022-08-12 11:46:47 -04002281 "SK_DISABLE_EFFECT_DESERIALIZATION",
2282 "SK_FORCE_8_BYTE_ALIGNMENT",
2283 "SKNX_NO_SIMD",
2284 "SK_CODEC_DECODES_JPEG",
Kevin Lubick9dd13342023-11-27 10:21:49 -05002285 "SK_FONTMGR_FREETYPE_EMPTY_AVAILABLE",
Kevin Lubick4c898032022-08-12 11:46:47 -04002286]
2287FUCHSIA_DEFINES = [
2288 "SK_BUILD_FOR_UNIX",
2289 "SK_CODEC_DECODES_PNG",
2290 "SK_CODEC_DECODES_WEBP",
Kevin Lubick4c898032022-08-12 11:46:47 -04002291 "SK_R32_SHIFT=16",
2292 "SK_VULKAN",
2293 "SK_CODEC_DECODES_JPEG",
Kevin Lubick9dd13342023-11-27 10:21:49 -05002294 "SK_FONTMGR_FUCHSIA_AVAILABLE",
Kevin Lubick4c898032022-08-12 11:46:47 -04002295]
2296MACOS_DEFINES = [
2297 "SK_BUILD_FOR_MAC",
2298 "SK_GL",
2299 "SK_CODEC_DECODES_JPEG",
Kevin Lubick9dd13342023-11-27 10:21:49 -05002300 "SK_FONTMGR_CORETEXT_AVAILABLE",
Kevin Lubick4c898032022-08-12 11:46:47 -04002301]
Kevin Lubick4c898032022-08-12 11:46:47 -04002302
Florin Malitadcc9d062018-11-08 14:25:19 -05002303################################################################################
Florin Malitae4e95512019-05-03 14:03:50 -04002304## sksg_lib
Florin Malitadcc9d062018-11-08 14:25:19 -05002305################################################################################
2306
Kevin Lubicke3f11132022-05-02 07:56:22 -04002307SKSG_LIB_HDRS = [
2308 "modules/sksg/include/SkSGClipEffect.h",
2309 "modules/sksg/include/SkSGColorFilter.h",
2310 "modules/sksg/include/SkSGDraw.h",
2311 "modules/sksg/include/SkSGEffectNode.h",
2312 "modules/sksg/include/SkSGGeometryEffect.h",
2313 "modules/sksg/include/SkSGGeometryNode.h",
2314 "modules/sksg/include/SkSGGradient.h",
2315 "modules/sksg/include/SkSGGroup.h",
2316 "modules/sksg/include/SkSGImage.h",
2317 "modules/sksg/include/SkSGInvalidationController.h",
2318 "modules/sksg/include/SkSGMaskEffect.h",
2319 "modules/sksg/include/SkSGMerge.h",
2320 "modules/sksg/include/SkSGNode.h",
2321 "modules/sksg/include/SkSGOpacityEffect.h",
2322 "modules/sksg/include/SkSGPaint.h",
2323 "modules/sksg/include/SkSGPath.h",
2324 "modules/sksg/include/SkSGPlane.h",
2325 "modules/sksg/include/SkSGRect.h",
2326 "modules/sksg/include/SkSGRenderEffect.h",
2327 "modules/sksg/include/SkSGRenderNode.h",
2328 "modules/sksg/include/SkSGScene.h",
2329 "modules/sksg/include/SkSGText.h",
2330 "modules/sksg/include/SkSGTransform.h",
2331]
Florin Malitae4e95512019-05-03 14:03:50 -04002332
Kevin Lubicke3f11132022-05-02 07:56:22 -04002333SKSG_LIB_SRCS = [
2334 "modules/sksg/src/SkSGClipEffect.cpp",
2335 "modules/sksg/src/SkSGColorFilter.cpp",
2336 "modules/sksg/src/SkSGDraw.cpp",
2337 "modules/sksg/src/SkSGEffectNode.cpp",
2338 "modules/sksg/src/SkSGGeometryEffect.cpp",
2339 "modules/sksg/src/SkSGGeometryNode.cpp",
2340 "modules/sksg/src/SkSGGradient.cpp",
2341 "modules/sksg/src/SkSGGroup.cpp",
2342 "modules/sksg/src/SkSGImage.cpp",
2343 "modules/sksg/src/SkSGInvalidationController.cpp",
2344 "modules/sksg/src/SkSGMaskEffect.cpp",
2345 "modules/sksg/src/SkSGMerge.cpp",
2346 "modules/sksg/src/SkSGNode.cpp",
2347 "modules/sksg/src/SkSGNodePriv.h",
2348 "modules/sksg/src/SkSGOpacityEffect.cpp",
2349 "modules/sksg/src/SkSGPaint.cpp",
2350 "modules/sksg/src/SkSGPath.cpp",
2351 "modules/sksg/src/SkSGPlane.cpp",
2352 "modules/sksg/src/SkSGRect.cpp",
2353 "modules/sksg/src/SkSGRenderEffect.cpp",
2354 "modules/sksg/src/SkSGRenderNode.cpp",
2355 "modules/sksg/src/SkSGScene.cpp",
2356 "modules/sksg/src/SkSGText.cpp",
2357 "modules/sksg/src/SkSGTransform.cpp",
2358 "modules/sksg/src/SkSGTransformPriv.h",
2359]
Florin Malitae4e95512019-05-03 14:03:50 -04002360
2361################################################################################
Julia Lavrova5ec1b8f2019-06-10 11:10:17 -04002362## skparagraph_lib
2363################################################################################
2364
Kevin Lubicke3f11132022-05-02 07:56:22 -04002365SKPARAGRAPH_LIB_HDRS = [
2366 "modules/skparagraph/include/DartTypes.h",
2367 "modules/skparagraph/include/FontArguments.h",
2368 "modules/skparagraph/include/FontCollection.h",
2369 "modules/skparagraph/include/Metrics.h",
2370 "modules/skparagraph/include/ParagraphBuilder.h",
2371 "modules/skparagraph/include/ParagraphCache.h",
2372 "modules/skparagraph/include/Paragraph.h",
Jason Simmons0ae653e2022-10-26 11:37:53 -07002373 "modules/skparagraph/include/ParagraphPainter.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04002374 "modules/skparagraph/include/ParagraphStyle.h",
2375 "modules/skparagraph/include/TextShadow.h",
2376 "modules/skparagraph/include/TextStyle.h",
2377 "modules/skparagraph/include/TypefaceFontProvider.h",
2378]
Julia Lavrova5ec1b8f2019-06-10 11:10:17 -04002379
Kevin Lubicke3f11132022-05-02 07:56:22 -04002380SKPARAGRAPH_LIB_SRCS = [
2381 "modules/skparagraph/src/Decorations.cpp",
Kevin Lubick2bd33c52022-09-15 13:28:58 -04002382 "modules/skparagraph/src/Decorations.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04002383 "modules/skparagraph/src/FontArguments.cpp",
2384 "modules/skparagraph/src/FontCollection.cpp",
Kevin Lubick2bd33c52022-09-15 13:28:58 -04002385 "modules/skparagraph/src/Iterators.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04002386 "modules/skparagraph/src/OneLineShaper.cpp",
Kevin Lubick2bd33c52022-09-15 13:28:58 -04002387 "modules/skparagraph/src/OneLineShaper.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04002388 "modules/skparagraph/src/ParagraphBuilderImpl.cpp",
Kevin Lubick2bd33c52022-09-15 13:28:58 -04002389 "modules/skparagraph/src/ParagraphBuilderImpl.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04002390 "modules/skparagraph/src/ParagraphCache.cpp",
2391 "modules/skparagraph/src/ParagraphImpl.cpp",
Kevin Lubick2bd33c52022-09-15 13:28:58 -04002392 "modules/skparagraph/src/ParagraphImpl.h",
Jason Simmons0ae653e2022-10-26 11:37:53 -07002393 "modules/skparagraph/src/ParagraphPainterImpl.cpp",
2394 "modules/skparagraph/src/ParagraphPainterImpl.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04002395 "modules/skparagraph/src/ParagraphStyle.cpp",
2396 "modules/skparagraph/src/Run.cpp",
Kevin Lubick2bd33c52022-09-15 13:28:58 -04002397 "modules/skparagraph/src/Run.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04002398 "modules/skparagraph/src/TextLine.cpp",
Kevin Lubick2bd33c52022-09-15 13:28:58 -04002399 "modules/skparagraph/src/TextLine.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04002400 "modules/skparagraph/src/TextShadow.cpp",
2401 "modules/skparagraph/src/TextStyle.cpp",
2402 "modules/skparagraph/src/TextWrapper.cpp",
Kevin Lubick2bd33c52022-09-15 13:28:58 -04002403 "modules/skparagraph/src/TextWrapper.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04002404 "modules/skparagraph/src/TypefaceFontProvider.cpp",
2405]
Julia Lavrova5ec1b8f2019-06-10 11:10:17 -04002406
2407################################################################################
Hal Canary484384b2019-12-17 10:50:26 -05002408## skresources_lib
2409################################################################################
2410
Kevin Lubicke3f11132022-05-02 07:56:22 -04002411SKRESOURCES_LIB_HDRS = ["modules/skresources/include/SkResources.h"]
Hal Canary484384b2019-12-17 10:50:26 -05002412
K Lubick3a6c5c42024-02-02 11:02:26 -05002413SKRESOURCES_LIB_SRCS = [
2414 "modules/skresources/src/SkResources.cpp",
2415 "modules/skresources/src/SkAnimCodecPlayer.cpp",
K Lubick1ae81872024-02-02 17:14:29 -05002416 "modules/skresources/src/SkAnimCodecPlayer.h",
K Lubick3a6c5c42024-02-02 11:02:26 -05002417]
Hal Canary484384b2019-12-17 10:50:26 -05002418
2419################################################################################
Florin Malitae4e95512019-05-03 14:03:50 -04002420## skottie_lib
2421################################################################################
2422
Kevin Lubicke3f11132022-05-02 07:56:22 -04002423SKOTTIE_LIB_HDRS = [
2424 "modules/skottie/include/ExternalLayer.h",
2425 "modules/skottie/include/Skottie.h",
2426 "modules/skottie/include/SkottieProperty.h",
Jorge Betancourtfed41792023-05-30 13:01:02 -04002427 "modules/skottie/include/SlotManager.h",
Florin Malita58dda782023-09-19 11:28:04 -04002428 "modules/skottie/include/TextShaper.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04002429]
Florin Malitae4e95512019-05-03 14:03:50 -04002430
Kevin Lubicke3f11132022-05-02 07:56:22 -04002431# We omit SkottieTool and SkottieTest as they are not needed for production code.
2432SKOTTIE_LIB_SRCS = [
2433 "modules/skottie/src/Adapter.h",
2434 "modules/skottie/src/animator/Animator.cpp",
2435 "modules/skottie/src/animator/Animator.h",
2436 "modules/skottie/src/animator/KeyframeAnimator.cpp",
2437 "modules/skottie/src/animator/KeyframeAnimator.h",
2438 "modules/skottie/src/animator/ScalarKeyframeAnimator.cpp",
2439 "modules/skottie/src/animator/ShapeKeyframeAnimator.cpp",
2440 "modules/skottie/src/animator/TextKeyframeAnimator.cpp",
2441 "modules/skottie/src/animator/Vec2KeyframeAnimator.cpp",
2442 "modules/skottie/src/animator/VectorKeyframeAnimator.cpp",
2443 "modules/skottie/src/animator/VectorKeyframeAnimator.h",
Florin Malita30e8df12022-07-16 14:56:28 -04002444 "modules/skottie/src/BlendModes.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04002445 "modules/skottie/src/Camera.cpp",
2446 "modules/skottie/src/Camera.h",
2447 "modules/skottie/src/Composition.cpp",
2448 "modules/skottie/src/Composition.h",
2449 "modules/skottie/src/effects/BlackAndWhiteEffect.cpp",
2450 "modules/skottie/src/effects/BrightnessContrastEffect.cpp",
Jorge Betancourtcca90652022-06-09 15:11:16 -04002451 "modules/skottie/src/effects/BulgeEffect.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04002452 "modules/skottie/src/effects/CCTonerEffect.cpp",
2453 "modules/skottie/src/effects/CornerPinEffect.cpp",
2454 "modules/skottie/src/effects/DirectionalBlur.cpp",
2455 "modules/skottie/src/effects/DisplacementMapEffect.cpp",
2456 "modules/skottie/src/effects/DropShadowEffect.cpp",
2457 "modules/skottie/src/effects/Effects.cpp",
2458 "modules/skottie/src/effects/Effects.h",
2459 "modules/skottie/src/effects/FillEffect.cpp",
2460 "modules/skottie/src/effects/FractalNoiseEffect.cpp",
2461 "modules/skottie/src/effects/GaussianBlurEffect.cpp",
2462 "modules/skottie/src/effects/GlowStyles.cpp",
2463 "modules/skottie/src/effects/GradientEffect.cpp",
2464 "modules/skottie/src/effects/HueSaturationEffect.cpp",
2465 "modules/skottie/src/effects/InvertEffect.cpp",
2466 "modules/skottie/src/effects/LevelsEffect.cpp",
2467 "modules/skottie/src/effects/LinearWipeEffect.cpp",
2468 "modules/skottie/src/effects/MotionBlurEffect.cpp",
2469 "modules/skottie/src/effects/MotionBlurEffect.h",
2470 "modules/skottie/src/effects/MotionTileEffect.cpp",
2471 "modules/skottie/src/effects/RadialWipeEffect.cpp",
2472 "modules/skottie/src/effects/ShadowStyles.cpp",
2473 "modules/skottie/src/effects/SharpenEffect.cpp",
2474 "modules/skottie/src/effects/ShiftChannelsEffect.cpp",
2475 "modules/skottie/src/effects/SkSLEffect.cpp",
2476 "modules/skottie/src/effects/SphereEffect.cpp",
2477 "modules/skottie/src/effects/ThresholdEffect.cpp",
2478 "modules/skottie/src/effects/TintEffect.cpp",
2479 "modules/skottie/src/effects/TransformEffect.cpp",
2480 "modules/skottie/src/effects/TritoneEffect.cpp",
2481 "modules/skottie/src/effects/VenetianBlindsEffect.cpp",
2482 "modules/skottie/src/Layer.cpp",
2483 "modules/skottie/src/Layer.h",
2484 "modules/skottie/src/layers/AudioLayer.cpp",
2485 "modules/skottie/src/layers/FootageLayer.cpp",
2486 "modules/skottie/src/layers/NullLayer.cpp",
2487 "modules/skottie/src/layers/PrecompLayer.cpp",
2488 "modules/skottie/src/layers/shapelayer/Ellipse.cpp",
2489 "modules/skottie/src/layers/shapelayer/FillStroke.cpp",
2490 "modules/skottie/src/layers/shapelayer/Gradient.cpp",
2491 "modules/skottie/src/layers/shapelayer/MergePaths.cpp",
2492 "modules/skottie/src/layers/shapelayer/OffsetPaths.cpp",
2493 "modules/skottie/src/layers/shapelayer/Polystar.cpp",
2494 "modules/skottie/src/layers/shapelayer/PuckerBloat.cpp",
2495 "modules/skottie/src/layers/shapelayer/Rectangle.cpp",
2496 "modules/skottie/src/layers/shapelayer/Repeater.cpp",
2497 "modules/skottie/src/layers/shapelayer/RoundCorners.cpp",
2498 "modules/skottie/src/layers/shapelayer/ShapeLayer.cpp",
2499 "modules/skottie/src/layers/shapelayer/ShapeLayer.h",
2500 "modules/skottie/src/layers/shapelayer/TrimPaths.cpp",
2501 "modules/skottie/src/layers/SolidLayer.cpp",
2502 "modules/skottie/src/layers/TextLayer.cpp",
2503 "modules/skottie/src/Path.cpp",
2504 "modules/skottie/src/Skottie.cpp",
2505 "modules/skottie/src/SkottieJson.cpp",
2506 "modules/skottie/src/SkottieJson.h",
2507 "modules/skottie/src/SkottiePriv.h",
2508 "modules/skottie/src/SkottieProperty.cpp",
2509 "modules/skottie/src/SkottieValue.h",
Jorge Betancourtfed41792023-05-30 13:01:02 -04002510 "modules/skottie/src/SlotManager.cpp",
Florin Malita60f780f2022-08-23 14:31:00 -04002511 "modules/skottie/src/text/Font.cpp",
2512 "modules/skottie/src/text/Font.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04002513 "modules/skottie/src/text/RangeSelector.cpp",
2514 "modules/skottie/src/text/RangeSelector.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04002515 "modules/skottie/src/text/TextAdapter.cpp",
2516 "modules/skottie/src/text/TextAdapter.h",
2517 "modules/skottie/src/text/TextAnimator.cpp",
2518 "modules/skottie/src/text/TextAnimator.h",
Florin Malita58dda782023-09-19 11:28:04 -04002519 "modules/skottie/src/text/TextShaper.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04002520 "modules/skottie/src/text/TextValue.cpp",
2521 "modules/skottie/src/text/TextValue.h",
2522 "modules/skottie/src/Transform.cpp",
2523 "modules/skottie/src/Transform.h",
2524]
Florin Malitae4e95512019-05-03 14:03:50 -04002525
2526################################################################################
Florin Malita044e8bc2020-06-23 10:26:56 -04002527## skottie_utils
2528################################################################################
2529
2530SKOTTIE_UTILS_HDRS = [
2531 "modules/skottie/utils/SkottieUtils.h",
2532]
2533
2534SKOTTIE_UTILS_SRCS = [
2535 "modules/skottie/utils/SkottieUtils.cpp",
2536]
2537
Florin Malita044e8bc2020-06-23 10:26:56 -04002538################################################################################
Florin Malitae4e95512019-05-03 14:03:50 -04002539## skottie_shaper
2540################################################################################
2541
2542SKOTTIE_SHAPER_HDRS = [
Florin Malita58dda782023-09-19 11:28:04 -04002543 "modules/skottie/include/TextShaper.h",
Florin Malitadcc9d062018-11-08 14:25:19 -05002544]
2545
Florin Malitae4e95512019-05-03 14:03:50 -04002546SKOTTIE_SHAPER_SRCS = [
Florin Malita58dda782023-09-19 11:28:04 -04002547 "modules/skottie/src/text/TextShaper.cpp",
Florin Malitae4e95512019-05-03 14:03:50 -04002548]
2549
2550################################################################################
Florin Malita6d415bc2019-01-17 16:42:15 -05002551## SkShaper
2552################################################################################
2553
Florin Malita40f3db42021-07-27 14:02:28 -04002554# Stubs, pending SkUnicode fission
Florin Malitaf884b122021-08-04 17:06:19 -04002555SKUNICODE_ICU_BUILTIN_SRCS = [
Kevin Lubickf39d68a2022-07-25 11:08:42 -04002556 "modules/skunicode/src/SkUnicode.cpp",
Florin Malitaf884b122021-08-04 17:06:19 -04002557 "modules/skunicode/src/SkUnicode_icu.cpp",
2558 "modules/skunicode/src/SkUnicode_icu.h",
Mouad Debbare2e457f2023-02-16 13:49:58 -05002559 "modules/skunicode/src/SkUnicode_icu_bidi.cpp",
2560 "modules/skunicode/src/SkUnicode_icu_bidi.h",
Florin Malitaf884b122021-08-04 17:06:19 -04002561 "modules/skunicode/src/SkUnicode_icu_builtin.cpp",
2562]
2563
2564SKUNICODE_ICU_RUNTIME_SRCS = [
Kevin Lubickf39d68a2022-07-25 11:08:42 -04002565 "modules/skunicode/src/SkUnicode.cpp",
Florin Malitaf884b122021-08-04 17:06:19 -04002566 "modules/skunicode/src/SkUnicode_icu.cpp",
2567 "modules/skunicode/src/SkUnicode_icu.h",
Mouad Debbare2e457f2023-02-16 13:49:58 -05002568 "modules/skunicode/src/SkUnicode_icu_bidi.cpp",
2569 "modules/skunicode/src/SkUnicode_icu_bidi.h",
Florin Malitaf884b122021-08-04 17:06:19 -04002570 "modules/skunicode/src/SkUnicode_icu_runtime.cpp",
2571]
Florin Malita40f3db42021-07-27 14:02:28 -04002572
Julia Lavrovace77b562022-12-09 17:06:01 -05002573SKUNICODE_CLIENT_SRCS = [
Julia Lavrova5d0618b2022-08-16 09:57:39 -04002574 "modules/skunicode/src/SkUnicode.cpp",
2575 "modules/skunicode/src/SkUnicode_client.cpp",
Mouad Debbare2e457f2023-02-16 13:49:58 -05002576 "modules/skunicode/src/SkUnicode_icu_bidi.cpp",
2577 "modules/skunicode/src/SkUnicode_icu_bidi.h",
Julia Lavrova5d0618b2022-08-16 09:57:39 -04002578]
2579
Kevin Lubicke3f11132022-05-02 07:56:22 -04002580SKUNICODE_HDRS = [
2581 "modules/skunicode/include/SkUnicode.h",
2582]
2583
2584SKSHAPER_HDRS = [
Florin Malita6d415bc2019-01-17 16:42:15 -05002585 "modules/skshaper/include/SkShaper.h",
K Lubickb11e03d2024-02-29 10:47:03 -05002586 "modules/skshaper/include/SkShaper_harfbuzz.h",
2587 "modules/skshaper/include/SkShaper_coretext.h",
2588 "modules/skshaper/include/SkShaper_skunicode.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04002589]
2590
2591SKSHAPER_HARFBUZZ_SRCS = [
Florin Malita6d415bc2019-01-17 16:42:15 -05002592 "modules/skshaper/src/SkShaper.cpp",
2593 "modules/skshaper/src/SkShaper_harfbuzz.cpp",
Hal Canary30c9eda2019-02-22 15:23:45 -05002594 "modules/skshaper/src/SkShaper_primitive.cpp",
Ben Wagner26f5bc72023-09-18 16:55:29 -04002595 "modules/skshaper/src/SkShaper_skunicode.cpp",
Florin Malita6d415bc2019-01-17 16:42:15 -05002596]
Florin Malita226ba982019-01-21 11:55:51 -05002597
Florin Malita1c36c5c2023-03-09 20:01:45 -05002598SKSHAPER_CORETEXT_SRCS = [
2599 "modules/skshaper/src/SkShaper.cpp",
2600 "modules/skshaper/src/SkShaper_coretext.cpp",
2601 "modules/skshaper/src/SkShaper_primitive.cpp",
2602]
2603
Florin Malita226ba982019-01-21 11:55:51 -05002604SKSHAPER_PRIMITIVE_SRCS = [
Florin Malita226ba982019-01-21 11:55:51 -05002605 "modules/skshaper/src/SkShaper.cpp",
2606 "modules/skshaper/src/SkShaper_primitive.cpp",
2607]
Hal Canaryb56b5542019-12-19 09:48:28 -05002608
2609################################################################################
2610## skottie_ios_lib
2611################################################################################
2612
2613SKOTTIE_IOS_LIB_SRCS = [
Hal Canary118df7c2019-12-18 16:26:19 -05002614 "tools/skottie_ios_app/SkiaContext.mm",
2615 "tools/skottie_ios_app/SkiaUIContext.mm",
2616 "tools/skottie_ios_app/SkiaViewController.mm",
2617 "tools/skottie_ios_app/SkottieViewController.mm",
Hal Canaryb56b5542019-12-19 09:48:28 -05002618]
2619
2620SKOTTIE_IOS_LIB_HDRS = [
Hal Canary118df7c2019-12-18 16:26:19 -05002621 "tools/skottie_ios_app/SkiaContext.h",
2622 "tools/skottie_ios_app/SkiaViewController.h",
2623 "tools/skottie_ios_app/SkottieViewController.h",
Hal Canaryb56b5542019-12-19 09:48:28 -05002624]
Hal Canary76cc2c52020-01-07 12:39:13 -05002625
2626SKOTTIE_IOS_LIB_SDK_FRAMEWORKS = [
2627 "Foundation",
2628 "UIKit",
2629]
Florin Malita0f02d0b2020-10-12 10:31:12 -04002630
2631################################################################################
2632## svg_lib
2633################################################################################
2634
Kevin Lubicke3f11132022-05-02 07:56:22 -04002635SVG_LIB_HDRS = [
2636 "modules/svg/include/SkSVGAttribute.h",
2637 "modules/svg/include/SkSVGAttributeParser.h",
2638 "modules/svg/include/SkSVGCircle.h",
2639 "modules/svg/include/SkSVGClipPath.h",
2640 "modules/svg/include/SkSVGContainer.h",
2641 "modules/svg/include/SkSVGDefs.h",
2642 "modules/svg/include/SkSVGDOM.h",
2643 "modules/svg/include/SkSVGEllipse.h",
2644 "modules/svg/include/SkSVGFeBlend.h",
2645 "modules/svg/include/SkSVGFeColorMatrix.h",
2646 "modules/svg/include/SkSVGFeComposite.h",
2647 "modules/svg/include/SkSVGFeDisplacementMap.h",
2648 "modules/svg/include/SkSVGFeFlood.h",
2649 "modules/svg/include/SkSVGFeGaussianBlur.h",
2650 "modules/svg/include/SkSVGFe.h",
2651 "modules/svg/include/SkSVGFeImage.h",
2652 "modules/svg/include/SkSVGFeLighting.h",
2653 "modules/svg/include/SkSVGFeLightSource.h",
2654 "modules/svg/include/SkSVGFeMorphology.h",
2655 "modules/svg/include/SkSVGFeOffset.h",
2656 "modules/svg/include/SkSVGFeTurbulence.h",
2657 "modules/svg/include/SkSVGFilterContext.h",
2658 "modules/svg/include/SkSVGFilter.h",
2659 "modules/svg/include/SkSVGG.h",
2660 "modules/svg/include/SkSVGGradient.h",
2661 "modules/svg/include/SkSVGHiddenContainer.h",
2662 "modules/svg/include/SkSVGIDMapper.h",
2663 "modules/svg/include/SkSVGImage.h",
2664 "modules/svg/include/SkSVGLinearGradient.h",
2665 "modules/svg/include/SkSVGLine.h",
2666 "modules/svg/include/SkSVGMask.h",
2667 "modules/svg/include/SkSVGNode.h",
2668 "modules/svg/include/SkSVGOpenTypeSVGDecoder.h",
2669 "modules/svg/include/SkSVGPath.h",
2670 "modules/svg/include/SkSVGPattern.h",
2671 "modules/svg/include/SkSVGPoly.h",
2672 "modules/svg/include/SkSVGRadialGradient.h",
2673 "modules/svg/include/SkSVGRect.h",
2674 "modules/svg/include/SkSVGRenderContext.h",
2675 "modules/svg/include/SkSVGShape.h",
2676 "modules/svg/include/SkSVGStop.h",
2677 "modules/svg/include/SkSVGSVG.h",
2678 "modules/svg/include/SkSVGText.h",
2679 "modules/svg/include/SkSVGTransformableNode.h",
2680 "modules/svg/include/SkSVGTypes.h",
2681 "modules/svg/include/SkSVGUse.h",
2682 "modules/svg/include/SkSVGValue.h",
2683]
Florin Malita0f02d0b2020-10-12 10:31:12 -04002684
Kevin Lubicke3f11132022-05-02 07:56:22 -04002685SVG_LIB_SRCS = [
2686 "modules/svg/src/SkSVGAttribute.cpp",
2687 "modules/svg/src/SkSVGAttributeParser.cpp",
2688 "modules/svg/src/SkSVGCircle.cpp",
2689 "modules/svg/src/SkSVGClipPath.cpp",
2690 "modules/svg/src/SkSVGContainer.cpp",
2691 "modules/svg/src/SkSVGDOM.cpp",
2692 "modules/svg/src/SkSVGEllipse.cpp",
2693 "modules/svg/src/SkSVGFeBlend.cpp",
2694 "modules/svg/src/SkSVGFeColorMatrix.cpp",
2695 "modules/svg/src/SkSVGFeComposite.cpp",
2696 "modules/svg/src/SkSVGFe.cpp",
2697 "modules/svg/src/SkSVGFeDisplacementMap.cpp",
2698 "modules/svg/src/SkSVGFeFlood.cpp",
2699 "modules/svg/src/SkSVGFeGaussianBlur.cpp",
2700 "modules/svg/src/SkSVGFeImage.cpp",
2701 "modules/svg/src/SkSVGFeLighting.cpp",
2702 "modules/svg/src/SkSVGFeLightSource.cpp",
2703 "modules/svg/src/SkSVGFeMorphology.cpp",
2704 "modules/svg/src/SkSVGFeOffset.cpp",
2705 "modules/svg/src/SkSVGFeTurbulence.cpp",
2706 "modules/svg/src/SkSVGFilterContext.cpp",
2707 "modules/svg/src/SkSVGFilter.cpp",
2708 "modules/svg/src/SkSVGGradient.cpp",
2709 "modules/svg/src/SkSVGImage.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04002710 "modules/svg/src/SkSVGLine.cpp",
Kevin Lubick2bd33c52022-09-15 13:28:58 -04002711 "modules/svg/src/SkSVGLinearGradient.cpp",
Kevin Lubicke3f11132022-05-02 07:56:22 -04002712 "modules/svg/src/SkSVGMask.cpp",
2713 "modules/svg/src/SkSVGNode.cpp",
2714 "modules/svg/src/SkSVGOpenTypeSVGDecoder.cpp",
2715 "modules/svg/src/SkSVGPath.cpp",
2716 "modules/svg/src/SkSVGPattern.cpp",
2717 "modules/svg/src/SkSVGPoly.cpp",
2718 "modules/svg/src/SkSVGRadialGradient.cpp",
2719 "modules/svg/src/SkSVGRect.cpp",
2720 "modules/svg/src/SkSVGRenderContext.cpp",
2721 "modules/svg/src/SkSVGShape.cpp",
2722 "modules/svg/src/SkSVGStop.cpp",
2723 "modules/svg/src/SkSVGSVG.cpp",
2724 "modules/svg/src/SkSVGText.cpp",
Kevin Lubick2bd33c52022-09-15 13:28:58 -04002725 "modules/svg/src/SkSVGTextPriv.h",
Kevin Lubicke3f11132022-05-02 07:56:22 -04002726 "modules/svg/src/SkSVGTransformableNode.cpp",
2727 "modules/svg/src/SkSVGUse.cpp",
2728 "modules/svg/src/SkSVGValue.cpp",
Florin Malita3bfeab72020-10-12 11:26:56 -04002729]
Florin Malitab1ea9a12022-04-07 16:38:27 -04002730
2731################################################################################
Kevin Lubicke5d557c2023-06-08 15:48:54 -04002732## xml_lib
2733################################################################################
2734
2735XML_SRCS = [
2736 "src/xml/SkDOM.cpp",
2737 "src/xml/SkXMLParser.cpp",
2738 "src/xml/SkXMLWriter.cpp",
2739]
2740XML_HDRS = [
2741 "src/xml/SkDOM.h",
2742 "src/xml/SkXMLParser.h",
2743 "src/xml/SkXMLWriter.h",
2744]
2745
2746################################################################################
Florin Malitab1ea9a12022-04-07 16:38:27 -04002747## EGL support
2748################################################################################
2749
Florin Malitabac12aa2022-04-08 08:20:17 -04002750SKIA_EGL_HDRS = ["include/gpu/gl/egl/GrGLMakeEGLInterface.h"]
Florin Malita0e53e242022-04-12 14:32:45 -04002751SKIA_EGL_SRCS = ["src/gpu/ganesh/gl/egl/GrGLMakeEGLInterface.cpp"]