Leandro Lovisolo | 4c099aa | 2023-11-15 00:22:21 +0000 | [diff] [blame] | 1 | """ |
| 2 | This module contains lists of files and defines used in the legacy G3 build, that is, the G3 build |
| 3 | that is not derived from our Bazel rules. |
| 4 | """ |
benjaminwagner | 56f6d06 | 2016-01-13 10:45:19 -0800 | [diff] [blame] | 5 | |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 6 | SKIA_PUBLIC_HDRS = [ |
| 7 | "include/android/SkAndroidFrameworkUtils.h", |
| 8 | "include/android/SkAnimatedImage.h", |
| 9 | "include/codec/SkAndroidCodec.h", |
Kevin Lubick | 225d510 | 2023-05-23 07:04:53 -0400 | [diff] [blame] | 10 | "include/codec/SkAvifDecoder.h", |
| 11 | "include/codec/SkBmpDecoder.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 12 | "include/codec/SkCodecAnimation.h", |
| 13 | "include/codec/SkCodec.h", |
Kevin Lubick | 3b23392 | 2023-03-23 09:26:34 -0400 | [diff] [blame] | 14 | "include/codec/SkEncodedImageFormat.h", |
Kevin Lubick | 1cd1998 | 2023-04-21 09:59:05 -0400 | [diff] [blame] | 15 | "include/codec/SkEncodedOrigin.h", |
Kevin Lubick | 225d510 | 2023-05-23 07:04:53 -0400 | [diff] [blame] | 16 | "include/codec/SkGifDecoder.h", |
| 17 | "include/codec/SkIcoDecoder.h", |
| 18 | "include/codec/SkJpegDecoder.h", |
| 19 | "include/codec/SkJpegxlDecoder.h", |
Kevin Lubick | 1cd1998 | 2023-04-21 09:59:05 -0400 | [diff] [blame] | 20 | "include/codec/SkPixmapUtils.h", |
| 21 | "include/codec/SkPngChunkReader.h", |
Kevin Lubick | 225d510 | 2023-05-23 07:04:53 -0400 | [diff] [blame] | 22 | "include/codec/SkPngDecoder.h", |
| 23 | "include/codec/SkRawDecoder.h", |
| 24 | "include/codec/SkWbmpDecoder.h", |
| 25 | "include/codec/SkWebpDecoder.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 26 | "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 Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 31 | "include/core/SkBlendMode.h", |
Kevin Lubick | ecd3a2f | 2023-01-05 08:17:45 -0500 | [diff] [blame] | 32 | "include/core/SkBlender.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 33 | "include/core/SkBlurTypes.h", |
| 34 | "include/core/SkCanvas.h", |
| 35 | "include/core/SkCanvasVirtualEnforcer.h", |
Brian Osman | 3cbb13a | 2022-04-25 16:05:37 -0400 | [diff] [blame] | 36 | "include/core/SkCapabilities.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 37 | "include/core/SkClipOp.h", |
Brian Osman | ec19d41 | 2022-05-16 14:48:22 +0000 | [diff] [blame] | 38 | "include/core/SkColor.h", |
Kevin Lubick | ecd3a2f | 2023-01-05 08:17:45 -0500 | [diff] [blame] | 39 | "include/core/SkColorFilter.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 40 | "include/core/SkColorPriv.h", |
| 41 | "include/core/SkColorSpace.h", |
Michael Ludwig | e5bded9 | 2023-06-06 13:54:35 +0000 | [diff] [blame] | 42 | "include/core/SkColorTable.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 43 | "include/core/SkColorType.h", |
| 44 | "include/core/SkContourMeasure.h", |
| 45 | "include/core/SkCoverageMode.h", |
| 46 | "include/core/SkCubicMap.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 47 | "include/core/SkData.h", |
| 48 | "include/core/SkDataTable.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 49 | "include/core/SkDocument.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 50 | "include/core/SkDrawLooper.h", |
Kevin Lubick | 3b23392 | 2023-03-23 09:26:34 -0400 | [diff] [blame] | 51 | "include/core/SkDrawable.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 52 | "include/core/SkExecutor.h", |
| 53 | "include/core/SkFlattenable.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 54 | "include/core/SkFont.h", |
Kevin Lubick | 3b23392 | 2023-03-23 09:26:34 -0400 | [diff] [blame] | 55 | "include/core/SkFontArguments.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 56 | "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 Lubick | 3b23392 | 2023-03-23 09:26:34 -0400 | [diff] [blame] | 62 | "include/core/SkImage.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 63 | "include/core/SkImageFilter.h", |
| 64 | "include/core/SkImageGenerator.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 65 | "include/core/SkImageInfo.h", |
| 66 | "include/core/SkM44.h", |
| 67 | "include/core/SkMallocPixelRef.h", |
| 68 | "include/core/SkMaskFilter.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 69 | "include/core/SkMatrix.h", |
Kevin Lubick | 3b23392 | 2023-03-23 09:26:34 -0400 | [diff] [blame] | 70 | "include/core/SkMesh.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 71 | "include/core/SkMilestone.h", |
| 72 | "include/core/SkOverdrawCanvas.h", |
| 73 | "include/core/SkPaint.h", |
Kevin Lubick | 3b23392 | 2023-03-23 09:26:34 -0400 | [diff] [blame] | 74 | "include/core/SkPath.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 75 | "include/core/SkPathBuilder.h", |
| 76 | "include/core/SkPathEffect.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 77 | "include/core/SkPathMeasure.h", |
| 78 | "include/core/SkPathTypes.h", |
Kevin Lubick | 177a712 | 2022-12-12 10:25:15 -0500 | [diff] [blame] | 79 | "include/core/SkPathUtils.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 80 | "include/core/SkPicture.h", |
| 81 | "include/core/SkPictureRecorder.h", |
| 82 | "include/core/SkPixelRef.h", |
| 83 | "include/core/SkPixmap.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 84 | "include/core/SkPoint.h", |
Kevin Lubick | 3b23392 | 2023-03-23 09:26:34 -0400 | [diff] [blame] | 85 | "include/core/SkPoint3.h", |
Kevin Lubick | 3b23392 | 2023-03-23 09:26:34 -0400 | [diff] [blame] | 86 | "include/core/SkRRect.h", |
| 87 | "include/core/SkRSXform.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 88 | "include/core/SkRasterHandleAllocator.h", |
| 89 | "include/core/SkRect.h", |
| 90 | "include/core/SkRefCnt.h", |
| 91 | "include/core/SkRegion.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 92 | "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 Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 101 | "include/core/SkSurface.h", |
| 102 | "include/core/SkSurfaceProps.h", |
| 103 | "include/core/SkSwizzle.h", |
| 104 | "include/core/SkTextBlob.h", |
Kevin Lubick | 3b23392 | 2023-03-23 09:26:34 -0400 | [diff] [blame] | 105 | "include/core/SkTextureCompressionType.h", |
Robert Phillips | 2ab2678 | 2023-06-15 14:22:11 -0400 | [diff] [blame] | 106 | "include/core/SkTiledImageUtils.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 107 | "include/core/SkTileMode.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 108 | "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 Lubick | 68de6e3 | 2023-10-13 11:19:03 -0400 | [diff] [blame] | 115 | "include/docs/SkMultiPictureDocument.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 116 | "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 Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 133 | "include/effects/SkOverdrawColorFilter.h", |
| 134 | "include/effects/SkPerlinNoiseShader.h", |
| 135 | "include/effects/SkRuntimeEffect.h", |
| 136 | "include/effects/SkShaderMaskFilter.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 137 | "include/effects/SkTableMaskFilter.h", |
| 138 | "include/effects/SkTrimPathEffect.h", |
| 139 | "include/encode/SkEncoder.h", |
Kevin Lubick | 3b23392 | 2023-03-23 09:26:34 -0400 | [diff] [blame] | 140 | "include/encode/SkICC.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 141 | "include/encode/SkJpegEncoder.h", |
| 142 | "include/encode/SkPngEncoder.h", |
| 143 | "include/encode/SkWebpEncoder.h", |
Kevin Lubick | 20ec056 | 2022-05-02 10:53:04 -0400 | [diff] [blame] | 144 | "include/gpu/d3d/GrD3DBackendContext.h", |
| 145 | "include/gpu/d3d/GrD3DTypes.h", |
Jackson Gardner | 2b195a6 | 2023-05-23 11:02:33 -0700 | [diff] [blame] | 146 | "include/gpu/ganesh/GrExternalTextureGenerator.h", |
Kevin Lubick | 77472bf | 2023-03-24 07:11:17 -0400 | [diff] [blame] | 147 | "include/gpu/ganesh/SkImageGanesh.h", |
Kevin Lubick | 9daea7b | 2023-07-17 08:31:41 -0400 | [diff] [blame] | 148 | "include/gpu/ganesh/SkMeshGanesh.h", |
Kevin Lubick | 089b9cc | 2023-05-02 14:34:15 -0400 | [diff] [blame] | 149 | "include/gpu/ganesh/SkSurfaceGanesh.h", |
Kevin Lubick | 19983e8 | 2023-08-02 13:10:28 -0400 | [diff] [blame] | 150 | "include/gpu/ganesh/gl/GrGLBackendSurface.h", |
Kevin Lubick | 60b8881 | 2023-09-25 12:49:56 -0400 | [diff] [blame] | 151 | "include/gpu/ganesh/gl/GrGLDirectContext.h", |
Kevin Lubick | 5c93acf | 2023-05-09 12:11:43 -0400 | [diff] [blame] | 152 | "include/gpu/ganesh/mtl/SkSurfaceMetal.h", |
K Lubick | a8e4db1 | 2024-02-15 13:32:24 -0500 | [diff] [blame] | 153 | "include/gpu/ganesh/vk/GrBackendDrawableInfo.h", |
Kevin Lubick | e9206d2 | 2023-11-20 10:46:02 -0500 | [diff] [blame] | 154 | "include/gpu/ganesh/vk/GrVkBackendSemaphore.h", |
Brian Osman | df783b5 | 2023-08-15 14:19:09 -0400 | [diff] [blame] | 155 | "include/gpu/ganesh/vk/GrVkBackendSurface.h", |
Kevin Lubick | e563872 | 2023-10-09 18:58:56 +0000 | [diff] [blame] | 156 | "include/gpu/ganesh/vk/GrVkDirectContext.h", |
Kevin Lubick | e7e860c | 2023-05-03 08:07:24 -0400 | [diff] [blame] | 157 | "include/gpu/gl/egl/GrGLMakeEGLInterface.h", |
Kevin Lubick | 20ec056 | 2022-05-02 10:53:04 -0400 | [diff] [blame] | 158 | "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 Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 163 | "include/gpu/GpuTypes.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 164 | "include/gpu/GrBackendSemaphore.h", |
| 165 | "include/gpu/GrBackendSurface.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 166 | "include/gpu/GrContextOptions.h", |
| 167 | "include/gpu/GrContextThreadSafeProxy.h", |
| 168 | "include/gpu/GrDirectContext.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 169 | "include/gpu/GrDriverBugWorkarounds.h", |
Kevin Lubick | 20ec056 | 2022-05-02 10:53:04 -0400 | [diff] [blame] | 170 | "include/gpu/GrDriverBugWorkaroundsAutogen.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 171 | "include/gpu/GrRecordingContext.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 172 | "include/gpu/GrTypes.h", |
| 173 | "include/gpu/GrYUVABackendTextures.h", |
Greg Daniel | a8ca811 | 2022-10-10 18:25:22 -0400 | [diff] [blame] | 174 | "include/gpu/MutableTextureState.h", |
Kevin Lubick | ecd3a2f | 2023-01-05 08:17:45 -0500 | [diff] [blame] | 175 | "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 Lubick | 20ec056 | 2022-05-02 10:53:04 -0400 | [diff] [blame] | 180 | "include/gpu/mock/GrMockTypes.h", |
| 181 | "include/gpu/mtl/GrMtlBackendContext.h", |
| 182 | "include/gpu/mtl/GrMtlTypes.h", |
Jim Van Verth | d609a16 | 2022-09-20 16:03:47 -0400 | [diff] [blame] | 183 | "include/gpu/mtl/MtlMemoryAllocator.h", |
Kevin Lubick | 20ec056 | 2022-05-02 10:53:04 -0400 | [diff] [blame] | 184 | "include/gpu/vk/GrVkBackendContext.h", |
| 185 | "include/gpu/vk/GrVkExtensions.h", |
| 186 | "include/gpu/vk/GrVkMemoryAllocator.h", |
| 187 | "include/gpu/vk/GrVkTypes.h", |
Greg Daniel | 502e750 | 2022-08-24 13:18:16 -0400 | [diff] [blame] | 188 | "include/gpu/vk/VulkanExtensions.h", |
Greg Daniel | 2a1bc95 | 2022-09-01 10:05:43 -0400 | [diff] [blame] | 189 | "include/gpu/vk/VulkanMemoryAllocator.h", |
Kevin Lubick | 20b5c20 | 2023-11-21 09:37:33 -0500 | [diff] [blame] | 190 | "include/gpu/vk/VulkanMutableTextureState.h", |
Greg Daniel | 502e750 | 2022-08-24 13:18:16 -0400 | [diff] [blame] | 191 | "include/gpu/vk/VulkanTypes.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 192 | "include/pathops/SkPathOps.h", |
| 193 | "include/ports/SkCFObject.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 194 | "include/ports/SkFontMgr_android.h", |
Florin Malita | 127b566 | 2023-03-14 10:36:26 -0400 | [diff] [blame] | 195 | "include/ports/SkFontMgr_data.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 196 | "include/ports/SkFontMgr_directory.h", |
| 197 | "include/ports/SkFontMgr_empty.h", |
| 198 | "include/ports/SkFontMgr_fontconfig.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 199 | "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 Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 209 | "include/sksl/SkSLDebugTrace.h", |
Brian Osman | 3cbb13a | 2022-04-25 16:05:37 -0400 | [diff] [blame] | 210 | "include/sksl/SkSLVersion.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 211 | "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 Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 221 | "include/utils/SkShadowUtils.h", |
| 222 | "include/utils/SkTextUtils.h", |
| 223 | "include/utils/SkTraceEventPhase.h", |
Kevin Lubick | f72f70d | 2022-09-06 11:48:31 -0400 | [diff] [blame] | 224 | "include/utils/mac/SkCGUtils.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 225 | ] |
Ben Wagner | 9eca72b | 2017-10-17 10:57:34 -0400 | [diff] [blame] | 226 | |
| 227 | ################################################################################ |
benjaminwagner | 56f6d06 | 2016-01-13 10:45:19 -0800 | [diff] [blame] | 228 | ## BASE_SRCS |
| 229 | ################################################################################ |
benjaminwagner | 787ca87 | 2015-08-17 12:58:10 -0700 | [diff] [blame] | 230 | |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 231 | # All platform-independent sources and private headers. |
| 232 | BASE_SRCS_ALL = [ |
Kevin Lubick | e54b86b | 2023-04-21 08:13:07 -0400 | [diff] [blame] | 233 | "include/android/SkImageAndroid.h", |
Kevin Lubick | acdc108 | 2023-06-09 11:05:24 -0400 | [diff] [blame] | 234 | "include/android/SkCanvasAndroid.h", |
Kevin Lubick | 2bd33c5 | 2022-09-15 13:28:58 -0400 | [diff] [blame] | 235 | "include/core/SkOpenTypeSVGDecoder.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 236 | "include/private/SkColorData.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 237 | "include/private/SkEncodedInfo.h", |
Christopher Cameron | a9caf3c | 2023-10-17 11:45:45 +0200 | [diff] [blame] | 238 | "include/private/SkExif.h", |
Christopher Cameron | b6f273b | 2023-01-10 14:41:54 +0100 | [diff] [blame] | 239 | "include/private/SkGainmapInfo.h", |
Christopher Cameron | 758c0b5 | 2023-01-19 11:21:00 +0100 | [diff] [blame] | 240 | "include/private/SkGainmapShader.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 241 | "include/private/SkIDChangeListener.h", |
Christopher Cameron | 6ca818a | 2023-05-29 10:41:08 +0200 | [diff] [blame] | 242 | "include/private/SkJpegMetadataDecoder.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 243 | "include/private/SkPathRef.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 244 | "include/private/SkSLSampleUsage.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 245 | "include/private/SkWeakRefCnt.h", |
Maryla | 6248bd4 | 2023-06-13 14:47:58 +0000 | [diff] [blame] | 246 | "include/private/SkXmp.h", |
Kevin Lubick | 19936eb | 2023-01-05 09:00:37 -0500 | [diff] [blame] | 247 | "include/private/base/SingleOwner.h", |
Kevin Lubick | ffd084f | 2023-01-04 14:51:12 -0500 | [diff] [blame] | 248 | "include/private/base/SkAPI.h", |
| 249 | "include/private/base/SkAlign.h", |
Kevin Lubick | dc6cc02 | 2023-01-13 11:24:27 -0500 | [diff] [blame] | 250 | "include/private/base/SkAlignedStorage.h", |
Brian Osman | 416789a | 2023-08-08 14:24:07 -0400 | [diff] [blame] | 251 | "include/private/base/SkAnySubclass.h", |
Kevin Lubick | ffd084f | 2023-01-04 14:51:12 -0500 | [diff] [blame] | 252 | "include/private/base/SkAssert.h", |
| 253 | "include/private/base/SkAttributes.h", |
Kevin Lubick | dc6cc02 | 2023-01-13 11:24:27 -0500 | [diff] [blame] | 254 | "include/private/base/SkCPUTypes.h", |
| 255 | "include/private/base/SkContainers.h", |
Kevin Lubick | ffd084f | 2023-01-04 14:51:12 -0500 | [diff] [blame] | 256 | "include/private/base/SkDebug.h", |
Kevin Lubick | 19936eb | 2023-01-05 09:00:37 -0500 | [diff] [blame] | 257 | "include/private/base/SkDeque.h", |
Kevin Lubick | ffd084f | 2023-01-04 14:51:12 -0500 | [diff] [blame] | 258 | "include/private/base/SkFeatures.h", |
Kevin Lubick | 0d4d114 | 2023-02-13 09:13:10 -0500 | [diff] [blame] | 259 | "include/private/base/SkFixed.h", |
Kevin Lubick | dc6cc02 | 2023-01-13 11:24:27 -0500 | [diff] [blame] | 260 | "include/private/base/SkFloatBits.h", |
Kevin Lubick | 46572b4 | 2023-01-18 13:11:06 -0500 | [diff] [blame] | 261 | "include/private/base/SkFloatingPoint.h", |
Kevin Lubick | ffd084f | 2023-01-04 14:51:12 -0500 | [diff] [blame] | 262 | "include/private/base/SkLoadUserConfig.h", |
Kevin Lubick | 46572b4 | 2023-01-18 13:11:06 -0500 | [diff] [blame] | 263 | "include/private/base/SkMacros.h", |
Kevin Lubick | 19936eb | 2023-01-05 09:00:37 -0500 | [diff] [blame] | 264 | "include/private/base/SkMalloc.h", |
Kevin Lubick | dc6cc02 | 2023-01-13 11:24:27 -0500 | [diff] [blame] | 265 | "include/private/base/SkMath.h", |
Kevin Lubick | 19936eb | 2023-01-05 09:00:37 -0500 | [diff] [blame] | 266 | "include/private/base/SkMutex.h", |
Kevin Lubick | 1b3aa8b | 2023-01-19 14:03:31 -0500 | [diff] [blame] | 267 | "include/private/base/SkNoncopyable.h", |
Kevin Lubick | 19936eb | 2023-01-05 09:00:37 -0500 | [diff] [blame] | 268 | "include/private/base/SkOnce.h", |
Herb Derby | 2fc5982 | 2023-06-16 15:30:56 -0400 | [diff] [blame] | 269 | "include/private/base/SkPoint_impl.h", |
Kevin Lubick | 46572b4 | 2023-01-18 13:11:06 -0500 | [diff] [blame] | 270 | "include/private/base/SkSafe32.h", |
Kevin Lubick | 19936eb | 2023-01-05 09:00:37 -0500 | [diff] [blame] | 271 | "include/private/base/SkSemaphore.h", |
Kevin Lubick | dc6cc02 | 2023-01-13 11:24:27 -0500 | [diff] [blame] | 272 | "include/private/base/SkSpan_impl.h", |
| 273 | "include/private/base/SkTArray.h", |
| 274 | "include/private/base/SkTDArray.h", |
Kevin Lubick | 19936eb | 2023-01-05 09:00:37 -0500 | [diff] [blame] | 275 | "include/private/base/SkTFitsIn.h", |
Kevin Lubick | 46572b4 | 2023-01-18 13:11:06 -0500 | [diff] [blame] | 276 | "include/private/base/SkTLogic.h", |
| 277 | "include/private/base/SkTPin.h", |
| 278 | "include/private/base/SkTemplates.h", |
Kevin Lubick | 19936eb | 2023-01-05 09:00:37 -0500 | [diff] [blame] | 279 | "include/private/base/SkThreadAnnotations.h", |
| 280 | "include/private/base/SkThreadID.h", |
| 281 | "include/private/base/SkTo.h", |
Kevin Lubick | dc6cc02 | 2023-01-13 11:24:27 -0500 | [diff] [blame] | 282 | "include/private/base/SkTypeTraits.h", |
Kevin Lubick | 0bff57e | 2023-06-09 14:29:17 -0400 | [diff] [blame] | 283 | "include/private/chromium/GrDeferredDisplayList.h", |
| 284 | "include/private/chromium/GrDeferredDisplayListRecorder.h", |
Kevin Lubick | eb98125 | 2023-06-13 07:51:26 -0400 | [diff] [blame] | 285 | "include/private/chromium/GrPromiseImageTexture.h", |
Kevin Lubick | 0bff57e | 2023-06-09 14:29:17 -0400 | [diff] [blame] | 286 | "include/private/chromium/GrSurfaceCharacterization.h", |
Kevin Lubick | 2bd33c5 | 2022-09-15 13:28:58 -0400 | [diff] [blame] | 287 | "include/private/chromium/SkChromeRemoteGlyphCache.h", |
Kevin Lubick | dfb8387 | 2023-01-11 14:05:18 -0500 | [diff] [blame] | 288 | "include/private/chromium/SkDiscardableMemory.h", |
Kevin Lubick | eb98125 | 2023-06-13 07:51:26 -0400 | [diff] [blame] | 289 | "include/private/chromium/SkImageChromium.h", |
Kevin Lubick | 2bd33c5 | 2022-09-15 13:28:58 -0400 | [diff] [blame] | 290 | "include/private/chromium/Slug.h", |
| 291 | "include/private/gpu/ganesh/GrContext_Base.h", |
Kevin Lubick | 2bd33c5 | 2022-09-15 13:28:58 -0400 | [diff] [blame] | 292 | "include/private/gpu/ganesh/GrImageContext.h", |
Jackson Gardner | 2b195a6 | 2023-05-23 11:02:33 -0700 | [diff] [blame] | 293 | "include/private/gpu/ganesh/GrTextureGenerator.h", |
Kevin Lubick | 2bd33c5 | 2022-09-15 13:28:58 -0400 | [diff] [blame] | 294 | "include/private/gpu/ganesh/GrTypesPriv.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 295 | "src/android/SkAndroidFrameworkUtils.cpp", |
| 296 | "src/android/SkAnimatedImage.cpp", |
Kevin Lubick | 1b3aa8b | 2023-01-19 14:03:31 -0500 | [diff] [blame] | 297 | "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 Lubick | 4ee00f5 | 2023-10-09 08:37:13 -0400 | [diff] [blame] | 302 | "src/base/SkBase64.cpp", |
| 303 | "src/base/SkBase64.h", |
Kevin Lubick | 9785b14 | 2023-01-25 14:48:33 -0500 | [diff] [blame] | 304 | "src/base/SkBezierCurves.cpp", |
| 305 | "src/base/SkBezierCurves.h", |
John Stiles | 99e8dc5 | 2023-07-24 11:56:16 -0400 | [diff] [blame] | 306 | "src/base/SkBitmaskEnum.h", |
Kevin Lubick | 1b3aa8b | 2023-01-19 14:03:31 -0500 | [diff] [blame] | 307 | "src/base/SkBlockAllocator.cpp", |
| 308 | "src/base/SkBlockAllocator.h", |
Kevin Lubick | ed37743 | 2023-01-25 13:34:36 -0500 | [diff] [blame] | 309 | "src/base/SkBuffer.cpp", |
| 310 | "src/base/SkBuffer.h", |
Kevin Lubick | dc6cc02 | 2023-01-13 11:24:27 -0500 | [diff] [blame] | 311 | "src/base/SkContainers.cpp", |
Kevin Lubick | 94f969c | 2023-01-20 16:02:59 -0500 | [diff] [blame] | 312 | "src/base/SkCubics.cpp", |
| 313 | "src/base/SkCubics.h", |
Kevin Lubick | 7513589 | 2023-10-16 16:53:05 -0400 | [diff] [blame] | 314 | "src/base/SkDebug.cpp", |
Kevin Lubick | 46572b4 | 2023-01-18 13:11:06 -0500 | [diff] [blame] | 315 | "src/base/SkDeque.cpp", |
Kevin Lubick | 171ecb3 | 2023-03-22 13:55:55 -0400 | [diff] [blame] | 316 | "src/base/SkEndian.h", |
John Stiles | 54807a8 | 2023-07-24 12:47:43 -0400 | [diff] [blame] | 317 | "src/base/SkEnumBitMask.h", |
Kevin Lubick | 46572b4 | 2023-01-18 13:11:06 -0500 | [diff] [blame] | 318 | "src/base/SkFloatingPoint.cpp", |
Kevin Lubick | 27876ec | 2023-02-01 09:53:26 -0500 | [diff] [blame] | 319 | "src/base/SkHalf.cpp", |
| 320 | "src/base/SkHalf.h", |
Kevin Lubick | 46572b4 | 2023-01-18 13:11:06 -0500 | [diff] [blame] | 321 | "src/base/SkLeanWindows.h", |
Kevin Lubick | 2d666c4 | 2023-02-13 11:33:13 -0500 | [diff] [blame] | 322 | "src/base/SkMSAN.h", |
Kevin Lubick | 46572b4 | 2023-01-18 13:11:06 -0500 | [diff] [blame] | 323 | "src/base/SkMalloc.cpp", |
Kevin Lubick | 1b3aa8b | 2023-01-19 14:03:31 -0500 | [diff] [blame] | 324 | "src/base/SkMathPriv.cpp", |
| 325 | "src/base/SkMathPriv.h", |
John Stiles | 406bf9b | 2023-05-09 10:46:57 -0400 | [diff] [blame] | 326 | "src/base/SkNoDestructor.h", |
Kevin Lubick | 94f969c | 2023-01-20 16:02:59 -0500 | [diff] [blame] | 327 | "src/base/SkQuads.cpp", |
| 328 | "src/base/SkQuads.h", |
Kevin Lubick | 0d4d114 | 2023-02-13 09:13:10 -0500 | [diff] [blame] | 329 | "src/base/SkRandom.h", |
Kevin Lubick | 406dacd | 2023-03-23 10:15:46 -0400 | [diff] [blame] | 330 | "src/base/SkRectMemcpy.h", |
Kevin Lubick | 46572b4 | 2023-01-18 13:11:06 -0500 | [diff] [blame] | 331 | "src/base/SkSafeMath.cpp", |
| 332 | "src/base/SkSafeMath.h", |
Kevin Lubick | 1b3aa8b | 2023-01-19 14:03:31 -0500 | [diff] [blame] | 333 | "src/base/SkScopeExit.h", |
Kevin Lubick | 46572b4 | 2023-01-18 13:11:06 -0500 | [diff] [blame] | 334 | "src/base/SkSemaphore.cpp", |
Kevin Lubick | 082284f | 2023-05-08 13:34:24 -0400 | [diff] [blame] | 335 | "src/base/SkSharedMutex.cpp", |
| 336 | "src/base/SkSharedMutex.h", |
| 337 | "src/base/SkSpinlock.cpp", |
| 338 | "src/base/SkSpinlock.h", |
Kevin Lubick | 46572b4 | 2023-01-18 13:11:06 -0500 | [diff] [blame] | 339 | "src/base/SkStringView.h", |
Kevin Lubick | 1b3aa8b | 2023-01-19 14:03:31 -0500 | [diff] [blame] | 340 | "src/base/SkTBlockList.h", |
Kevin Lubick | 46572b4 | 2023-01-18 13:11:06 -0500 | [diff] [blame] | 341 | "src/base/SkTDArray.cpp", |
Kevin Lubick | ed37743 | 2023-01-25 13:34:36 -0500 | [diff] [blame] | 342 | "src/base/SkTDPQueue.h", |
| 343 | "src/base/SkTInternalLList.h", |
Kevin Lubick | 1b3aa8b | 2023-01-19 14:03:31 -0500 | [diff] [blame] | 344 | "src/base/SkTLazy.h", |
Kevin Lubick | a74a988 | 2023-09-06 12:58:33 +0000 | [diff] [blame] | 345 | "src/base/SkTime.cpp", |
| 346 | "src/base/SkTime.h", |
Kevin Lubick | ed37743 | 2023-01-25 13:34:36 -0500 | [diff] [blame] | 347 | "src/base/SkTSearch.cpp", |
| 348 | "src/base/SkTSearch.h", |
| 349 | "src/base/SkTSort.h", |
Kevin Lubick | 1b3aa8b | 2023-01-19 14:03:31 -0500 | [diff] [blame] | 350 | "src/base/SkThreadID.cpp", |
| 351 | "src/base/SkUTF.cpp", |
| 352 | "src/base/SkUTF.h", |
Kevin Lubick | ed37743 | 2023-01-25 13:34:36 -0500 | [diff] [blame] | 353 | "src/base/SkUtils.cpp", |
| 354 | "src/base/SkUtils.h", |
Kevin Lubick | 0d4d114 | 2023-02-13 09:13:10 -0500 | [diff] [blame] | 355 | "src/base/SkVx.h", |
Kevin Lubick | ed37743 | 2023-01-25 13:34:36 -0500 | [diff] [blame] | 356 | "src/base/SkZip.h", |
Brian Osman | f16ca1a | 2023-02-16 12:12:54 -0500 | [diff] [blame] | 357 | "src/codec/SkJpegConstants.h", |
Kevin Lubick | 0d5cd7f | 2023-02-15 12:02:29 -0500 | [diff] [blame] | 358 | "src/codec/SkPixmapUtils.cpp", |
Kevin Lubick | 1252d3d | 2023-06-09 13:43:34 -0400 | [diff] [blame] | 359 | "src/codec/SkPixmapUtilsPriv.h", # TODO(kjlubick) delete |
| 360 | "src/codec/SkStubHeifDecoderAPI.h", # TODO(kjlubick) delete |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 361 | "src/core/Sk4px.h", |
| 362 | "src/core/SkAAClip.cpp", |
| 363 | "src/core/SkAAClip.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 364 | "src/core/SkATrace.cpp", |
| 365 | "src/core/SkATrace.h", |
| 366 | "src/core/SkAdvancedTypefaceMetrics.h", |
| 367 | "src/core/SkAlphaRuns.cpp", |
Kevin Lubick | 6f1b24d | 2023-05-31 10:34:12 -0400 | [diff] [blame] | 368 | "src/core/SkAlphaRuns.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 369 | "src/core/SkAnalyticEdge.cpp", |
| 370 | "src/core/SkAnalyticEdge.h", |
| 371 | "src/core/SkAnnotation.cpp", |
| 372 | "src/core/SkAnnotationKeys.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 373 | "src/core/SkAutoBlitterChoose.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 374 | "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 Lubick | 8fdbbca | 2023-06-07 16:14:51 -0400 | [diff] [blame] | 384 | "src/core/SkBitmapProcState.h", # needed for src/opts/SkBitmapProcState_opts.h |
Brian Osman | 6dc76e8 | 2023-07-20 19:36:09 +0000 | [diff] [blame] | 385 | "src/core/SkBitmapProcState_opts.cpp", |
Brian Osman | 6dc76e8 | 2023-07-20 19:36:09 +0000 | [diff] [blame] | 386 | "src/core/SkBitmapProcState_opts_ssse3.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 387 | "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 Lubick | 2c37f17 | 2023-08-08 08:05:53 -0400 | [diff] [blame] | 393 | "src/core/SkBlitMask.h", |
Brian Osman | 84e1ebb | 2023-08-04 17:16:54 -0400 | [diff] [blame] | 394 | "src/core/SkBlitMask_opts.cpp", |
| 395 | "src/core/SkBlitMask_opts_ssse3.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 396 | "src/core/SkBlitRow.h", |
| 397 | "src/core/SkBlitRow_D32.cpp", |
Brian Osman | 7a1fec6 | 2023-08-07 16:50:59 -0400 | [diff] [blame] | 398 | "src/core/SkBlitRow_opts.cpp", |
| 399 | "src/core/SkBlitRow_opts_hsw.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 400 | "src/core/SkBlitter.cpp", |
| 401 | "src/core/SkBlitter.h", |
| 402 | "src/core/SkBlitter_A8.cpp", |
Michael Reed | 0192240 | 2023-03-14 14:30:29 -0400 | [diff] [blame] | 403 | "src/core/SkBlitter_A8.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 404 | "src/core/SkBlitter_ARGB32.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 405 | "src/core/SkBlitter_Sprite.cpp", |
Michael Ludwig | f49d559 | 2023-10-16 09:57:38 -0400 | [diff] [blame] | 406 | "src/core/SkBlurEngine.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 407 | "src/core/SkBlurMask.cpp", |
| 408 | "src/core/SkBlurMask.h", |
Kevin Lubick | 2612bb1 | 2023-05-19 11:42:55 -0400 | [diff] [blame] | 409 | "src/core/SkBlurMaskFilterImpl.cpp", |
| 410 | "src/core/SkBlurMaskFilterImpl.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 411 | "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 Reed | b4d622c | 2023-03-20 08:57:31 -0400 | [diff] [blame] | 416 | "src/core/SkCanvas_Raster.cpp", |
Brian Osman | 3cbb13a | 2022-04-25 16:05:37 -0400 | [diff] [blame] | 417 | "src/core/SkCapabilities.cpp", |
Brian Osman | cca4aea | 2023-05-18 15:06:03 -0400 | [diff] [blame] | 418 | "src/core/SkChecksum.cpp", |
Brian Osman | 28bfb1e | 2023-05-16 11:55:36 -0400 | [diff] [blame] | 419 | "src/core/SkChecksum.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 420 | "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 Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 426 | "src/core/SkColorFilterPriv.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 427 | "src/core/SkColorSpace.cpp", |
| 428 | "src/core/SkColorSpacePriv.h", |
| 429 | "src/core/SkColorSpaceXformSteps.cpp", |
| 430 | "src/core/SkColorSpaceXformSteps.h", |
Michael Ludwig | e5bded9 | 2023-06-06 13:54:35 +0000 | [diff] [blame] | 431 | "src/core/SkColorTable.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 432 | "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 Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 443 | "src/core/SkData.cpp", |
| 444 | "src/core/SkDataTable.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 445 | "src/core/SkDebugUtils.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 446 | "src/core/SkDescriptor.cpp", |
| 447 | "src/core/SkDescriptor.h", |
| 448 | "src/core/SkDevice.cpp", |
| 449 | "src/core/SkDevice.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 450 | "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 Reed | 0192240 | 2023-03-14 14:30:29 -0400 | [diff] [blame] | 455 | "src/core/SkDrawBase.cpp", |
| 456 | "src/core/SkDrawBase.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 457 | "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 Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 472 | "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 Derby | c21fe6f | 2023-03-09 12:26:51 -0500 | [diff] [blame] | 479 | "src/core/SkFontMetricsPriv.cpp", |
| 480 | "src/core/SkFontMetricsPriv.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 481 | "src/core/SkFontMgr.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 482 | "src/core/SkFontPriv.h", |
Julia Lavrova | 40200ce | 2024-01-04 13:17:54 -0500 | [diff] [blame] | 483 | "src/core/SkFontScanner.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 484 | "src/core/SkFontStream.cpp", |
| 485 | "src/core/SkFontStream.h", |
| 486 | "src/core/SkFont_serial.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 487 | "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 Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 494 | "src/core/SkGlyphRunPainter.cpp", |
| 495 | "src/core/SkGlyphRunPainter.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 496 | "src/core/SkGraphics.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 497 | "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 Osman | 699841c | 2023-01-04 10:32:03 -0500 | [diff] [blame] | 507 | "src/core/SkImageInfoPriv.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 508 | "src/core/SkImagePriv.h", |
Robert Phillips | 49dd7ed | 2024-02-23 10:38:39 -0500 | [diff] [blame] | 509 | "src/core/SkKnownRuntimeEffects.cpp", |
| 510 | "src/core/SkKnownRuntimeEffects.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 511 | "src/core/SkLRUCache.h", |
| 512 | "src/core/SkLatticeIter.cpp", |
| 513 | "src/core/SkLatticeIter.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 514 | "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 Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 521 | "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 Lubick | 02e94b3 | 2024-01-15 10:58:04 -0500 | [diff] [blame] | 532 | "src/core/SkMasks.cpp", |
| 533 | "src/core/SkMasks.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 534 | "src/core/SkMatrix.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 535 | "src/core/SkMatrixInvert.cpp", |
| 536 | "src/core/SkMatrixInvert.h", |
| 537 | "src/core/SkMatrixPriv.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 538 | "src/core/SkMatrixUtils.h", |
Brian Osman | 1cf6f71 | 2023-08-11 11:54:45 -0400 | [diff] [blame] | 539 | "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 Lubick | 2bd33c5 | 2022-09-15 13:28:58 -0400 | [diff] [blame] | 543 | "src/core/SkMesh.cpp", |
| 544 | "src/core/SkMeshPriv.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 545 | "src/core/SkMessageBus.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 546 | "src/core/SkMipmap.cpp", |
| 547 | "src/core/SkMipmap.h", |
| 548 | "src/core/SkMipmapAccessor.cpp", |
| 549 | "src/core/SkMipmapAccessor.h", |
Kevin Lubick | ad8cdf1 | 2023-02-24 12:12:13 -0500 | [diff] [blame] | 550 | "src/core/SkMipmapBuilder.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 551 | "src/core/SkMipmapBuilder.h", |
Michael Reed | cfc4664 | 2023-10-30 15:43:04 -0400 | [diff] [blame] | 552 | "src/core/SkMipmapDrawDownSampler.cpp", |
Michael Reed | 60f985e | 2023-10-27 20:53:21 -0400 | [diff] [blame] | 553 | "src/core/SkMipmapHQDownSampler.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 554 | "src/core/SkNextID.h", |
| 555 | "src/core/SkOSFile.h", |
| 556 | "src/core/SkOpts.cpp", |
| 557 | "src/core/SkOpts.h", |
Kevin Lubick | 625f61e | 2023-08-29 10:26:26 -0400 | [diff] [blame] | 558 | "src/core/SkOptsTargets.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 559 | "src/core/SkOverdrawCanvas.cpp", |
| 560 | "src/core/SkPaint.cpp", |
| 561 | "src/core/SkPaintDefaults.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 562 | "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 Wagner | 3e40671 | 2023-06-28 14:39:31 -0400 | [diff] [blame] | 568 | "src/core/SkPathEnums.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 569 | "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 Lubick | 177a712 | 2022-12-12 10:25:15 -0500 | [diff] [blame] | 574 | "src/core/SkPathUtils.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 575 | "src/core/SkPath_serial.cpp", |
| 576 | "src/core/SkPicture.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 577 | "src/core/SkPictureData.cpp", |
| 578 | "src/core/SkPictureData.h", |
| 579 | "src/core/SkPictureFlat.cpp", |
| 580 | "src/core/SkPictureFlat.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 581 | "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 Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 587 | "src/core/SkPixelRef.cpp", |
| 588 | "src/core/SkPixelRefPriv.h", |
| 589 | "src/core/SkPixmap.cpp", |
Kevin Lubick | 0d5cd7f | 2023-02-15 12:02:29 -0500 | [diff] [blame] | 590 | "src/core/SkPixmapDraw.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 591 | "src/core/SkPoint.cpp", |
| 592 | "src/core/SkPoint3.cpp", |
| 593 | "src/core/SkPointPriv.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 594 | "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 Lubick | 86f7b2d | 2023-02-01 08:36:05 -0500 | [diff] [blame] | 600 | "src/core/SkRSXform.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 601 | "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 Stiles | 288bdae | 2023-04-12 13:53:47 -0400 | [diff] [blame] | 609 | "src/core/SkRasterPipelineContextUtils.h", |
John Stiles | 53999c5 | 2023-01-17 13:33:51 -0500 | [diff] [blame] | 610 | "src/core/SkRasterPipelineOpContexts.h", |
John Stiles | 3b9034c | 2023-01-13 16:58:00 -0500 | [diff] [blame] | 611 | "src/core/SkRasterPipelineOpList.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 612 | "src/core/SkReadBuffer.cpp", |
| 613 | "src/core/SkReadBuffer.h", |
Kevin Lubick | 0d5cd7f | 2023-02-15 12:02:29 -0500 | [diff] [blame] | 614 | "src/core/SkReadPixelsRec.cpp", |
| 615 | "src/core/SkReadPixelsRec.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 616 | "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 Lubick | 38aca78 | 2023-05-25 10:13:03 -0400 | [diff] [blame] | 636 | "src/core/SkRuntimeBlender.cpp", |
| 637 | "src/core/SkRuntimeBlender.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 638 | "src/core/SkRuntimeEffect.cpp", |
| 639 | "src/core/SkRuntimeEffectPriv.h", |
John Stiles | 33ea12e | 2022-07-07 15:38:25 -0400 | [diff] [blame] | 640 | "src/core/SkSLTypeShared.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 641 | "src/core/SkSLTypeShared.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 642 | "src/core/SkSafeRange.h", |
| 643 | "src/core/SkSamplingPriv.h", |
| 644 | "src/core/SkScalar.cpp", |
| 645 | "src/core/SkScaleToSides.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 646 | "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 Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 656 | "src/core/SkSpecialImage.cpp", |
| 657 | "src/core/SkSpecialImage.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 658 | "src/core/SkSpriteBlitter.h", |
| 659 | "src/core/SkSpriteBlitter_ARGB32.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 660 | "src/core/SkStream.cpp", |
| 661 | "src/core/SkStreamPriv.h", |
Herb Derby | 14c62c6 | 2023-01-20 10:32:02 -0500 | [diff] [blame] | 662 | "src/core/SkStrike.cpp", |
| 663 | "src/core/SkStrike.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 664 | "src/core/SkStrikeCache.cpp", |
| 665 | "src/core/SkStrikeCache.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 666 | "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 Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 676 | "src/core/SkSurfacePriv.h", |
| 677 | "src/core/SkSwizzle.cpp", |
Kevin Lubick | 27876ec | 2023-02-01 09:53:26 -0500 | [diff] [blame] | 678 | "src/core/SkSwizzlePriv.h", |
Brian Osman | a45e98a | 2023-08-10 16:55:04 -0400 | [diff] [blame] | 679 | "src/core/SkSwizzler_opts.cpp", |
| 680 | "src/core/SkSwizzler_opts_hsw.cpp", |
| 681 | "src/core/SkSwizzler_opts_ssse3.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 682 | "src/core/SkTDynamicHash.h", |
Brian Osman | d0b0dff | 2023-01-09 13:41:02 -0500 | [diff] [blame] | 683 | "src/core/SkTHash.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 684 | "src/core/SkTMultiMap.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 685 | "src/core/SkTaskGroup.cpp", |
| 686 | "src/core/SkTaskGroup.h", |
| 687 | "src/core/SkTextBlob.cpp", |
| 688 | "src/core/SkTextBlobPriv.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 689 | "src/core/SkTextFormatParams.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 690 | "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 Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 698 | "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 Lubick | 0d5cd7f | 2023-02-15 12:02:29 -0500 | [diff] [blame] | 705 | "src/core/SkWritePixelsRec.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 706 | "src/core/SkWritePixelsRec.h", |
| 707 | "src/core/SkWriter32.cpp", |
| 708 | "src/core/SkWriter32.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 709 | "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 Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 716 | "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 Lubick | 2612bb1 | 2023-05-19 11:42:55 -0400 | [diff] [blame] | 731 | "src/effects/SkShaderMaskFilterImpl.cpp", |
| 732 | "src/effects/SkShaderMaskFilterImpl.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 733 | "src/effects/SkTableMaskFilter.cpp", |
| 734 | "src/effects/SkTrimPE.h", |
| 735 | "src/effects/SkTrimPathEffect.cpp", |
Kevin Lubick | f5bc3d1 | 2023-05-31 13:41:59 -0400 | [diff] [blame] | 736 | "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 Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 754 | "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 Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 759 | "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 Ludwig | bfac943 | 2022-08-18 11:54:20 -0400 | [diff] [blame] | 765 | "src/effects/imagefilters/SkMatrixTransformImageFilter.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 766 | "src/effects/imagefilters/SkMergeImageFilter.cpp", |
| 767 | "src/effects/imagefilters/SkMorphologyImageFilter.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 768 | "src/effects/imagefilters/SkPictureImageFilter.cpp", |
| 769 | "src/effects/imagefilters/SkRuntimeImageFilter.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 770 | "src/effects/imagefilters/SkShaderImageFilter.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 771 | "src/fonts/SkFontMgr_indirect.cpp", |
| 772 | "src/fonts/SkRemotableFontMgr.cpp", |
Jim Van Verth | 1031497 | 2022-10-26 10:23:16 -0400 | [diff] [blame] | 773 | "src/gpu/AsyncReadTypes.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 774 | "src/gpu/AtlasTypes.cpp", |
| 775 | "src/gpu/AtlasTypes.h", |
| 776 | "src/gpu/Blend.cpp", |
| 777 | "src/gpu/Blend.h", |
James Godfrey-Kittle | 017d869 | 2023-05-09 11:00:52 -0400 | [diff] [blame] | 778 | "src/gpu/BlendFormula.cpp", |
| 779 | "src/gpu/BlendFormula.h", |
Michael Ludwig | 25fafff | 2023-08-24 16:06:14 -0400 | [diff] [blame] | 780 | "src/gpu/BlurUtils.cpp", |
| 781 | "src/gpu/BlurUtils.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 782 | "src/gpu/BufferWriter.h", |
Robert Phillips | 6cdd4b3 | 2023-03-21 20:10:20 +0000 | [diff] [blame] | 783 | "src/gpu/DitherUtils.cpp", |
| 784 | "src/gpu/DitherUtils.h", |
Greg Daniel | 30b5d33 | 2023-12-04 12:22:33 -0500 | [diff] [blame] | 785 | "src/gpu/GpuRefCnt.h", |
Robert Phillips | 3a02fe4 | 2023-04-13 16:01:46 -0400 | [diff] [blame] | 786 | "src/gpu/GpuTypesPriv.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 787 | "src/gpu/KeyBuilder.h", |
Kevin Lubick | 5353de0 | 2023-11-22 17:56:45 +0000 | [diff] [blame] | 788 | "src/gpu/MutableTextureStatePriv.h", |
Kevin Lubick | 20b5c20 | 2023-11-21 09:37:33 -0500 | [diff] [blame] | 789 | "src/gpu/MutableTextureState.cpp", |
Nicolette Prevost | ad3c377 | 2023-06-07 11:36:50 -0400 | [diff] [blame] | 790 | "src/gpu/PipelineUtils.cpp", |
| 791 | "src/gpu/PipelineUtils.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 792 | "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-Kittle | 49729c7 | 2023-11-28 12:00:55 -0500 | [diff] [blame] | 801 | "src/gpu/SkBackingFit.cpp", |
Kevin Lubick | ecd3a2f | 2023-01-05 08:17:45 -0500 | [diff] [blame] | 802 | "src/gpu/SkBackingFit.h", |
Leon Scroggins III | 97da9a0 | 2022-08-31 13:11:38 -0400 | [diff] [blame] | 803 | "src/gpu/SkRenderEngineAbortf.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 804 | "src/gpu/Swizzle.cpp", |
| 805 | "src/gpu/Swizzle.h", |
Robert Phillips | b0d2ed8 | 2024-02-15 09:04:02 -0500 | [diff] [blame] | 806 | "src/gpu/SwizzlePriv.h", |
Robert Phillips | 1baf239 | 2023-05-25 11:48:38 -0400 | [diff] [blame] | 807 | "src/gpu/TiledTextureUtils.cpp", |
| 808 | "src/gpu/TiledTextureUtils.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 809 | # We include the ganesh files, but leave out any specific backend (e.g. GL, Vulkan) |
Kevin Lubick | 2bd33c5 | 2022-09-15 13:28:58 -0400 | [diff] [blame] | 810 | "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 Lubick | acdc108 | 2023-06-09 11:05:24 -0400 | [diff] [blame] | 814 | "src/gpu/ganesh/Device.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 815 | "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 Lubick | 8919fec | 2023-10-16 14:00:54 -0400 | [diff] [blame] | 822 | "src/gpu/ganesh/GrBackendSemaphorePriv.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 823 | "src/gpu/ganesh/GrBackendSurface.cpp", |
Kevin Lubick | 19983e8 | 2023-08-02 13:10:28 -0400 | [diff] [blame] | 824 | "src/gpu/ganesh/GrBackendSurfacePriv.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 825 | "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 Lubick | 00bc9be | 2022-08-08 08:14:52 -0400 | [diff] [blame] | 835 | "src/gpu/ganesh/GrBufferTransferRenderTask.cpp", |
| 836 | "src/gpu/ganesh/GrBufferTransferRenderTask.h", |
Brian Salomon | eee297a | 2022-08-17 13:11:55 -0400 | [diff] [blame] | 837 | "src/gpu/ganesh/GrBufferUpdateRenderTask.cpp", |
| 838 | "src/gpu/ganesh/GrBufferUpdateRenderTask.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 839 | "src/gpu/ganesh/GrCaps.cpp", |
| 840 | "src/gpu/ganesh/GrCaps.h", |
Kevin Lubick | acdc108 | 2023-06-09 11:05:24 -0400 | [diff] [blame] | 841 | "src/gpu/ganesh/GrCanvas.cpp", |
| 842 | "src/gpu/ganesh/GrCanvas.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 843 | "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 Lubick | 0bff57e | 2023-06-09 14:29:17 -0400 | [diff] [blame] | 864 | "src/gpu/ganesh/GrDeferredDisplayList.cpp", |
| 865 | "src/gpu/ganesh/GrDeferredDisplayListPriv.h", |
| 866 | "src/gpu/ganesh/GrDeferredDisplayListRecorder.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 867 | "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 Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 888 | "src/gpu/ganesh/GrFixedClip.cpp", |
| 889 | "src/gpu/ganesh/GrFixedClip.h", |
| 890 | "src/gpu/ganesh/GrFragmentProcessor.cpp", |
| 891 | "src/gpu/ganesh/GrFragmentProcessor.h", |
Kevin Lubick | 2612bb1 | 2023-05-19 11:42:55 -0400 | [diff] [blame] | 892 | "src/gpu/ganesh/GrFragmentProcessors.cpp", |
| 893 | "src/gpu/ganesh/GrFragmentProcessors.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 894 | "src/gpu/ganesh/GrGeometryProcessor.cpp", |
| 895 | "src/gpu/ganesh/GrGeometryProcessor.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 896 | "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 Lubick | 9daea7b | 2023-07-17 08:31:41 -0400 | [diff] [blame] | 913 | "src/gpu/ganesh/GrMeshBuffers.cpp", |
| 914 | "src/gpu/ganesh/GrMeshBuffers.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 915 | "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 Lubick | eb98125 | 2023-06-13 07:51:26 -0400 | [diff] [blame] | 945 | "src/gpu/ganesh/GrPromiseImageTexture.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 946 | "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 Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 951 | "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 Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 990 | "src/gpu/ganesh/GrSurface.cpp", |
| 991 | "src/gpu/ganesh/GrSurface.h", |
Kevin Lubick | 0bff57e | 2023-06-09 14:29:17 -0400 | [diff] [blame] | 992 | "src/gpu/ganesh/GrSurfaceCharacterization.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 993 | "src/gpu/ganesh/GrSurfaceProxy.cpp", |
| 994 | "src/gpu/ganesh/GrSurfaceProxy.h", |
| 995 | "src/gpu/ganesh/GrSurfaceProxyPriv.h", |
Kevin Lubick | 345bcea | 2022-11-17 18:27:00 -0500 | [diff] [blame] | 996 | "src/gpu/ganesh/GrSurfaceProxyView.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 997 | "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 Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1026 | "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 Phillips | c1b9408 | 2022-08-09 17:16:19 -0400 | [diff] [blame] | 1037 | "src/gpu/ganesh/PathRenderer.cpp", |
| 1038 | "src/gpu/ganesh/PathRenderer.h", |
| 1039 | "src/gpu/ganesh/PathRendererChain.cpp", |
| 1040 | "src/gpu/ganesh/PathRendererChain.h", |
Kevin Lubick | 2bd33c5 | 2022-09-15 13:28:58 -0400 | [diff] [blame] | 1041 | "src/gpu/ganesh/SkGr.cpp", |
| 1042 | "src/gpu/ganesh/SkGr.h", |
Robert Phillips | c1b9408 | 2022-08-09 17:16:19 -0400 | [diff] [blame] | 1043 | "src/gpu/ganesh/StencilClip.h", |
| 1044 | "src/gpu/ganesh/StencilMaskHelper.cpp", |
| 1045 | "src/gpu/ganesh/StencilMaskHelper.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1046 | "src/gpu/ganesh/SurfaceContext.cpp", |
| 1047 | "src/gpu/ganesh/SurfaceContext.h", |
Robert Phillips | c1b9408 | 2022-08-09 17:16:19 -0400 | [diff] [blame] | 1048 | "src/gpu/ganesh/SurfaceDrawContext.cpp", |
| 1049 | "src/gpu/ganesh/SurfaceDrawContext.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1050 | "src/gpu/ganesh/SurfaceFillContext.cpp", |
| 1051 | "src/gpu/ganesh/SurfaceFillContext.h", |
Kevin Lubick | 6fb183b | 2022-11-17 18:03:07 -0500 | [diff] [blame] | 1052 | "src/gpu/ganesh/TestFormatColorTypeCombination.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1053 | "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 Lubick | 6f1b24d | 2023-05-31 10:34:12 -0400 | [diff] [blame] | 1062 | "src/gpu/ganesh/effects/GrColorTableEffect.cpp", |
| 1063 | "src/gpu/ganesh/effects/GrColorTableEffect.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1064 | "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 Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1074 | "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 Lubick | 8fdbbca | 2023-06-07 16:14:51 -0400 | [diff] [blame] | 1080 | "src/gpu/ganesh/effects/GrPerlinNoise2Effect.cpp", |
| 1081 | "src/gpu/ganesh/effects/GrPerlinNoise2Effect.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1082 | "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 Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1113 | "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 Lubick | bf174bc | 2023-03-27 11:24:20 -0400 | [diff] [blame] | 1134 | "src/gpu/ganesh/image/GrImageUtils.cpp", |
| 1135 | "src/gpu/ganesh/image/GrImageUtils.h", |
Kevin Lubick | e54b86b | 2023-04-21 08:13:07 -0400 | [diff] [blame] | 1136 | "src/gpu/ganesh/image/GrTextureGenerator.cpp", |
Kevin Lubick | bf174bc | 2023-03-27 11:24:20 -0400 | [diff] [blame] | 1137 | "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 Lubick | e54b86b | 2023-04-21 08:13:07 -0400 | [diff] [blame] | 1144 | "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 Lubick | 77fbc08 | 2023-07-14 09:31:30 -0400 | [diff] [blame] | 1148 | "src/gpu/ganesh/image/SkSpecialImage_Ganesh.cpp", |
| 1149 | "src/gpu/ganesh/image/SkSpecialImage_Ganesh.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1150 | "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 Lubick | 1d134a8 | 2023-10-11 15:42:44 -0400 | [diff] [blame] | 1162 | "src/gpu/ganesh/mock/GrMockTypesPriv.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1163 | "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 Salomon | f7082cb | 2022-05-06 15:17:00 -0400 | [diff] [blame] | 1189 | "src/gpu/ganesh/ops/DrawMeshOp.cpp", |
| 1190 | "src/gpu/ganesh/ops/DrawMeshOp.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1191 | "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 Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1220 | "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 Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1238 | "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 Lubick | bf174bc | 2023-03-27 11:24:20 -0400 | [diff] [blame] | 1244 | "src/gpu/ganesh/surface/SkSurface_Ganesh.cpp", |
| 1245 | "src/gpu/ganesh/surface/SkSurface_Ganesh.h", |
Michael Ludwig | e706ba8 | 2022-05-05 09:53:51 -0400 | [diff] [blame] | 1246 | "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 Ludwig | e706ba8 | 2022-05-05 09:53:51 -0400 | [diff] [blame] | 1252 | "src/gpu/ganesh/tessellate/PathTessellator.cpp", |
| 1253 | "src/gpu/ganesh/tessellate/PathTessellator.h", |
Kevin Lubick | 2bd33c5 | 2022-09-15 13:28:58 -0400 | [diff] [blame] | 1254 | "src/gpu/ganesh/tessellate/StrokeTessellator.cpp", |
| 1255 | "src/gpu/ganesh/tessellate/StrokeTessellator.h", |
Michael Ludwig | 8c1fe9f | 2022-05-16 11:22:16 -0400 | [diff] [blame] | 1256 | "src/gpu/ganesh/tessellate/VertexChunkPatchAllocator.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1257 | "src/gpu/ganesh/text/GrAtlasManager.cpp", |
| 1258 | "src/gpu/ganesh/text/GrAtlasManager.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1259 | "src/gpu/tessellate/AffineMatrix.h", |
| 1260 | "src/gpu/tessellate/CullTest.h", |
| 1261 | "src/gpu/tessellate/FixedCountBufferUtils.cpp", |
| 1262 | "src/gpu/tessellate/FixedCountBufferUtils.h", |
Michael Ludwig | f4b4420 | 2022-05-12 13:50:39 -0400 | [diff] [blame] | 1263 | "src/gpu/tessellate/LinearTolerances.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1264 | "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 Lubick | e54b86b | 2023-04-21 08:13:07 -0400 | [diff] [blame] | 1272 | "src/image/SkImageGeneratorPriv.h", |
Kevin Lubick | 78b8b95 | 2023-03-02 17:51:10 -0500 | [diff] [blame] | 1273 | "src/image/SkImage_Base.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1274 | "src/image/SkImage_Base.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1275 | "src/image/SkImage_Lazy.cpp", |
| 1276 | "src/image/SkImage_Lazy.h", |
Kevin Lubick | 77472bf | 2023-03-24 07:11:17 -0400 | [diff] [blame] | 1277 | "src/image/SkImage_LazyFactories.cpp", |
Kevin Lubick | e72842a | 2023-04-25 10:02:39 -0400 | [diff] [blame] | 1278 | "src/image/SkImage_Picture.cpp", |
| 1279 | "src/image/SkImage_Picture.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1280 | "src/image/SkImage_Raster.cpp", |
Kevin Lubick | 78b8b95 | 2023-03-02 17:51:10 -0500 | [diff] [blame] | 1281 | "src/image/SkImage_Raster.h", |
Kevin Lubick | 77472bf | 2023-03-24 07:11:17 -0400 | [diff] [blame] | 1282 | "src/image/SkImage_RasterFactories.cpp", |
Kevin Lubick | e72842a | 2023-04-25 10:02:39 -0400 | [diff] [blame] | 1283 | "src/image/SkPictureImageGenerator.cpp", |
| 1284 | "src/image/SkPictureImageGenerator.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1285 | "src/image/SkRescaleAndReadPixels.cpp", |
| 1286 | "src/image/SkRescaleAndReadPixels.h", |
| 1287 | "src/image/SkSurface.cpp", |
Kevin Lubick | 78b8b95 | 2023-03-02 17:51:10 -0500 | [diff] [blame] | 1288 | "src/image/SkSurface_Base.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1289 | "src/image/SkSurface_Base.h", |
Kevin Lubick | 78b8b95 | 2023-03-02 17:51:10 -0500 | [diff] [blame] | 1290 | "src/image/SkSurface_Null.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1291 | "src/image/SkSurface_Raster.cpp", |
Kevin Lubick | 78b8b95 | 2023-03-02 17:51:10 -0500 | [diff] [blame] | 1292 | "src/image/SkSurface_Raster.h", |
Robert Phillips | 2ab2678 | 2023-06-15 14:22:11 -0400 | [diff] [blame] | 1293 | "src/image/SkTiledImageUtils.cpp", |
Kevin Lubick | 2bd33c5 | 2022-09-15 13:28:58 -0400 | [diff] [blame] | 1294 | "src/opts/SkBitmapProcState_opts.h", |
| 1295 | "src/opts/SkBlitMask_opts.h", |
| 1296 | "src/opts/SkBlitRow_opts.h", |
Brian Osman | 1cf6f71 | 2023-08-11 11:54:45 -0400 | [diff] [blame] | 1297 | "src/opts/SkMemset_opts.h", |
Brian Osman | 6dc76e8 | 2023-07-20 19:36:09 +0000 | [diff] [blame] | 1298 | "src/opts/SkOpts_RestoreTarget.h", |
| 1299 | "src/opts/SkOpts_SetTarget.h", |
Kevin Lubick | 2bd33c5 | 2022-09-15 13:28:58 -0400 | [diff] [blame] | 1300 | "src/opts/SkRasterPipeline_opts.h", |
Herb Derby | b5d13e2 | 2024-02-27 12:39:28 -0500 | [diff] [blame] | 1301 | "src/opts/SkSwizzler_opts.inc", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1302 | "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 Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1364 | "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 Lubick | 8fdbbca | 2023-06-07 16:14:51 -0400 | [diff] [blame] | 1435 | "src/shaders/SkBlendShader.cpp", |
| 1436 | "src/shaders/SkBlendShader.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1437 | "src/shaders/SkColorFilterShader.cpp", |
| 1438 | "src/shaders/SkColorFilterShader.h", |
| 1439 | "src/shaders/SkColorShader.cpp", |
Kevin Lubick | 8fdbbca | 2023-06-07 16:14:51 -0400 | [diff] [blame] | 1440 | "src/shaders/SkColorShader.h", |
Brian Salomon | 58361d0 | 2023-02-03 14:52:39 -0500 | [diff] [blame] | 1441 | "src/shaders/SkCoordClampShader.cpp", |
Kevin Lubick | 8fdbbca | 2023-06-07 16:14:51 -0400 | [diff] [blame] | 1442 | "src/shaders/SkCoordClampShader.h", |
Robert Phillips | fc49c18 | 2022-07-11 11:47:57 -0400 | [diff] [blame] | 1443 | "src/shaders/SkEmptyShader.cpp", |
Kevin Lubick | 8fdbbca | 2023-06-07 16:14:51 -0400 | [diff] [blame] | 1444 | "src/shaders/SkEmptyShader.h", |
Christopher Cameron | 758c0b5 | 2023-01-19 11:21:00 +0100 | [diff] [blame] | 1445 | "src/shaders/SkGainmapShader.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1446 | "src/shaders/SkImageShader.cpp", |
| 1447 | "src/shaders/SkImageShader.h", |
| 1448 | "src/shaders/SkLocalMatrixShader.cpp", |
| 1449 | "src/shaders/SkLocalMatrixShader.h", |
Kevin Lubick | 8fdbbca | 2023-06-07 16:14:51 -0400 | [diff] [blame] | 1450 | "src/shaders/SkPerlinNoiseShaderImpl.cpp", |
| 1451 | "src/shaders/SkPerlinNoiseShaderImpl.h", |
John Stiles | c7f8e0e | 2024-02-22 18:53:30 -0500 | [diff] [blame] | 1452 | "src/shaders/SkPerlinNoiseShaderType.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1453 | "src/shaders/SkPictureShader.cpp", |
| 1454 | "src/shaders/SkPictureShader.h", |
Kevin Lubick | 8fdbbca | 2023-06-07 16:14:51 -0400 | [diff] [blame] | 1455 | "src/shaders/SkRuntimeShader.cpp", |
| 1456 | "src/shaders/SkRuntimeShader.h", |
| 1457 | "src/shaders/SkShaderBase.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1458 | "src/shaders/SkShaderBase.h", |
Kevin Lubick | 8fdbbca | 2023-06-07 16:14:51 -0400 | [diff] [blame] | 1459 | "src/shaders/SkShader.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1460 | "src/shaders/SkTransformShader.cpp", |
| 1461 | "src/shaders/SkTransformShader.h", |
Kevin Lubick | 8fdbbca | 2023-06-07 16:14:51 -0400 | [diff] [blame] | 1462 | "src/shaders/SkTriColorShader.cpp", |
| 1463 | "src/shaders/SkTriColorShader.h", |
Brian Osman | 611f089 | 2023-09-13 19:03:21 +0000 | [diff] [blame] | 1464 | "src/shaders/SkWorkingColorSpaceShader.cpp", |
| 1465 | "src/shaders/SkWorkingColorSpaceShader.h", |
Kevin Lubick | 8fdbbca | 2023-06-07 16:14:51 -0400 | [diff] [blame] | 1466 | "src/shaders/gradients/SkConicalGradient.cpp", |
| 1467 | "src/shaders/gradients/SkConicalGradient.h", |
| 1468 | "src/shaders/gradients/SkGradientBaseShader.cpp", |
| 1469 | "src/shaders/gradients/SkGradientBaseShader.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1470 | "src/shaders/gradients/SkLinearGradient.cpp", |
| 1471 | "src/shaders/gradients/SkLinearGradient.h", |
| 1472 | "src/shaders/gradients/SkRadialGradient.cpp", |
Kevin Lubick | 8fdbbca | 2023-06-07 16:14:51 -0400 | [diff] [blame] | 1473 | "src/shaders/gradients/SkRadialGradient.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1474 | "src/shaders/gradients/SkSweepGradient.cpp", |
Kevin Lubick | 8fdbbca | 2023-06-07 16:14:51 -0400 | [diff] [blame] | 1475 | "src/shaders/gradients/SkSweepGradient.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1476 | "src/sksl/GLSL.std.450.h", |
| 1477 | "src/sksl/SkSLAnalysis.cpp", |
| 1478 | "src/sksl/SkSLAnalysis.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1479 | "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 Lubick | 5181fcf | 2023-09-08 10:36:31 -0400 | [diff] [blame] | 1487 | "src/sksl/SkSLDefines.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1488 | "src/sksl/SkSLErrorReporter.cpp", |
John Stiles | f489b4a | 2023-04-14 15:44:13 -0400 | [diff] [blame] | 1489 | "src/sksl/SkSLErrorReporter.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1490 | "src/sksl/SkSLFileOutputStream.h", |
| 1491 | "src/sksl/SkSLGLSL.h", |
John Stiles | 7648de5 | 2022-08-31 11:01:08 -0400 | [diff] [blame] | 1492 | "src/sksl/SkSLInliner.cpp", |
| 1493 | "src/sksl/SkSLInliner.h", |
John Stiles | 4d4bd4b | 2022-09-08 15:44:52 -0400 | [diff] [blame] | 1494 | "src/sksl/SkSLIntrinsicList.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1495 | "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 Stiles | 6cec033 | 2022-08-23 13:15:47 -0400 | [diff] [blame] | 1502 | "src/sksl/SkSLModuleLoader.cpp", |
| 1503 | "src/sksl/SkSLModuleLoader.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1504 | "src/sksl/SkSLOperator.cpp", |
John Stiles | f489b4a | 2023-04-14 15:44:13 -0400 | [diff] [blame] | 1505 | "src/sksl/SkSLOperator.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1506 | "src/sksl/SkSLOutputStream.cpp", |
| 1507 | "src/sksl/SkSLOutputStream.h", |
John Stiles | 0eb4e12 | 2022-08-26 17:12:16 -0400 | [diff] [blame] | 1508 | "src/sksl/SkSLParser.cpp", |
| 1509 | "src/sksl/SkSLParser.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1510 | "src/sksl/SkSLPool.cpp", |
| 1511 | "src/sksl/SkSLPool.h", |
| 1512 | "src/sksl/SkSLPosition.cpp", |
John Stiles | f489b4a | 2023-04-14 15:44:13 -0400 | [diff] [blame] | 1513 | "src/sksl/SkSLPosition.h", |
| 1514 | "src/sksl/SkSLProgramKind.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1515 | "src/sksl/SkSLProgramSettings.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1516 | "src/sksl/SkSLSampleUsage.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1517 | "src/sksl/SkSLString.cpp", |
John Stiles | f489b4a | 2023-04-14 15:44:13 -0400 | [diff] [blame] | 1518 | "src/sksl/SkSLString.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1519 | "src/sksl/SkSLStringStream.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1520 | "src/sksl/SkSLUtil.cpp", |
| 1521 | "src/sksl/SkSLUtil.h", |
| 1522 | "src/sksl/analysis/SkSLCanExitWithoutReturningValue.cpp", |
| 1523 | "src/sksl/analysis/SkSLCheckProgramStructure.cpp", |
John Stiles | 2536dc6 | 2024-01-18 15:26:00 -0500 | [diff] [blame] | 1524 | "src/sksl/analysis/SkSLCheckSymbolTableCorrectness.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1525 | "src/sksl/analysis/SkSLFinalizationChecks.cpp", |
John Stiles | 825e372 | 2023-01-27 09:33:47 -0500 | [diff] [blame] | 1526 | "src/sksl/analysis/SkSLGetLoopControlFlowInfo.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1527 | "src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp", |
John Stiles | f37943c | 2023-01-20 10:21:22 -0500 | [diff] [blame] | 1528 | "src/sksl/analysis/SkSLGetReturnComplexity.cpp", |
John Stiles | 63db4c6 | 2022-09-08 20:17:57 -0400 | [diff] [blame] | 1529 | "src/sksl/analysis/SkSLHasSideEffects.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1530 | "src/sksl/analysis/SkSLIsConstantExpression.cpp", |
John Stiles | 772318e | 2023-01-25 10:57:16 -0500 | [diff] [blame] | 1531 | "src/sksl/analysis/SkSLIsDynamicallyUniformExpression.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1532 | "src/sksl/analysis/SkSLIsSameExpressionTree.cpp", |
John Stiles | 8ad66c2 | 2022-06-02 15:54:18 -0400 | [diff] [blame] | 1533 | "src/sksl/analysis/SkSLIsTrivialExpression.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1534 | "src/sksl/analysis/SkSLNoOpErrorReporter.h", |
| 1535 | "src/sksl/analysis/SkSLProgramUsage.cpp", |
John Stiles | b397f70 | 2022-07-27 17:08:33 -0400 | [diff] [blame] | 1536 | "src/sksl/analysis/SkSLProgramUsage.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1537 | "src/sksl/analysis/SkSLProgramVisitor.h", |
John Stiles | 827013b | 2023-04-04 10:22:00 -0400 | [diff] [blame] | 1538 | "src/sksl/analysis/SkSLReturnsInputAlpha.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1539 | "src/sksl/analysis/SkSLSwitchCaseContainsExit.cpp", |
John Stiles | efc7a76 | 2022-10-03 16:55:01 -0400 | [diff] [blame] | 1540 | "src/sksl/analysis/SkSLSymbolTableStackBuilder.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1541 | "src/sksl/codegen/SkSLCodeGenerator.h", |
| 1542 | "src/sksl/codegen/SkSLGLSLCodeGenerator.cpp", |
| 1543 | "src/sksl/codegen/SkSLGLSLCodeGenerator.h", |
John Stiles | 57db708 | 2024-01-03 14:15:22 -0500 | [diff] [blame] | 1544 | "src/sksl/codegen/SkSLHLSLCodeGenerator.cpp", |
| 1545 | "src/sksl/codegen/SkSLHLSLCodeGenerator.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1546 | "src/sksl/codegen/SkSLMetalCodeGenerator.cpp", |
| 1547 | "src/sksl/codegen/SkSLMetalCodeGenerator.h", |
| 1548 | "src/sksl/codegen/SkSLPipelineStageCodeGenerator.cpp", |
| 1549 | "src/sksl/codegen/SkSLPipelineStageCodeGenerator.h", |
John Stiles | ddff57e | 2022-11-15 11:12:00 -0500 | [diff] [blame] | 1550 | "src/sksl/codegen/SkSLRasterPipelineCodeGenerator.cpp", |
| 1551 | "src/sksl/codegen/SkSLRasterPipelineCodeGenerator.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1552 | "src/sksl/codegen/SkSLSPIRVCodeGenerator.cpp", |
| 1553 | "src/sksl/codegen/SkSLSPIRVCodeGenerator.h", |
| 1554 | "src/sksl/codegen/SkSLSPIRVtoHLSL.cpp", |
| 1555 | "src/sksl/codegen/SkSLSPIRVtoHLSL.h", |
John Stiles | 748c713 | 2022-11-10 17:18:07 -0500 | [diff] [blame] | 1556 | "src/sksl/codegen/SkSLRasterPipelineBuilder.cpp", |
| 1557 | "src/sksl/codegen/SkSLRasterPipelineBuilder.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1558 | "src/sksl/codegen/SkSLWGSLCodeGenerator.cpp", |
| 1559 | "src/sksl/codegen/SkSLWGSLCodeGenerator.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1560 | "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 Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1567 | "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 Stiles | cf38ea7 | 2022-10-24 12:41:12 -0400 | [diff] [blame] | 1588 | "src/sksl/ir/SkSLDiscardStatement.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1589 | "src/sksl/ir/SkSLDiscardStatement.h", |
| 1590 | "src/sksl/ir/SkSLDoStatement.cpp", |
| 1591 | "src/sksl/ir/SkSLDoStatement.h", |
John Stiles | 7a98630 | 2023-08-06 15:14:17 -0400 | [diff] [blame] | 1592 | "src/sksl/ir/SkSLEmptyExpression.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1593 | "src/sksl/ir/SkSLExpression.cpp", |
| 1594 | "src/sksl/ir/SkSLExpression.h", |
| 1595 | "src/sksl/ir/SkSLExpressionStatement.cpp", |
| 1596 | "src/sksl/ir/SkSLExpressionStatement.h", |
John Stiles | ccec509 | 2023-05-11 15:23:45 -0400 | [diff] [blame] | 1597 | "src/sksl/ir/SkSLExtension.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1598 | "src/sksl/ir/SkSLExtension.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1599 | "src/sksl/ir/SkSLFieldAccess.cpp", |
| 1600 | "src/sksl/ir/SkSLFieldAccess.h", |
John Stiles | a7375e0 | 2023-05-12 09:12:53 -0400 | [diff] [blame] | 1601 | "src/sksl/ir/SkSLFieldSymbol.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1602 | "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 Stiles | 584ec98 | 2022-10-17 14:04:30 -0400 | [diff] [blame] | 1616 | "src/sksl/ir/SkSLInterfaceBlock.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1617 | "src/sksl/ir/SkSLInterfaceBlock.h", |
John Stiles | ed12000 | 2023-06-09 16:48:59 -0400 | [diff] [blame] | 1618 | "src/sksl/ir/SkSLIRHelpers.h", |
John Stiles | f489b4a | 2023-04-14 15:44:13 -0400 | [diff] [blame] | 1619 | "src/sksl/ir/SkSLIRNode.h", |
John Stiles | 45e9dd2 | 2022-11-01 17:07:57 -0400 | [diff] [blame] | 1620 | "src/sksl/ir/SkSLLayout.cpp", |
John Stiles | f489b4a | 2023-04-14 15:44:13 -0400 | [diff] [blame] | 1621 | "src/sksl/ir/SkSLLayout.h", |
John Stiles | 22ef561 | 2022-09-30 12:36:18 -0400 | [diff] [blame] | 1622 | "src/sksl/ir/SkSLLiteral.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1623 | "src/sksl/ir/SkSLLiteral.h", |
| 1624 | "src/sksl/ir/SkSLMethodReference.h", |
John Stiles | b233d935 | 2023-08-01 13:32:52 -0400 | [diff] [blame] | 1625 | "src/sksl/ir/SkSLModifierFlags.cpp", |
| 1626 | "src/sksl/ir/SkSLModifierFlags.h", |
John Stiles | f489b4a | 2023-04-14 15:44:13 -0400 | [diff] [blame] | 1627 | "src/sksl/ir/SkSLModifiers.h", |
John Stiles | 80085c3 | 2023-05-10 08:13:36 -0400 | [diff] [blame] | 1628 | "src/sksl/ir/SkSLModifiersDeclaration.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1629 | "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 Stiles | 2ad14e2 | 2022-11-14 09:40:05 -0500 | [diff] [blame] | 1636 | "src/sksl/ir/SkSLProgram.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1637 | "src/sksl/ir/SkSLProgram.h", |
John Stiles | f489b4a | 2023-04-14 15:44:13 -0400 | [diff] [blame] | 1638 | "src/sksl/ir/SkSLProgramElement.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1639 | "src/sksl/ir/SkSLReturnStatement.h", |
| 1640 | "src/sksl/ir/SkSLSetting.cpp", |
| 1641 | "src/sksl/ir/SkSLSetting.h", |
John Stiles | f489b4a | 2023-04-14 15:44:13 -0400 | [diff] [blame] | 1642 | "src/sksl/ir/SkSLStatement.h", |
John Stiles | fd2d32a | 2023-05-15 12:49:18 -0400 | [diff] [blame] | 1643 | "src/sksl/ir/SkSLStructDefinition.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1644 | "src/sksl/ir/SkSLStructDefinition.h", |
John Stiles | 4ee8e5d | 2023-06-12 09:55:25 -0400 | [diff] [blame] | 1645 | "src/sksl/ir/SkSLSwitchCase.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1646 | "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 Stiles | 81c8c42 | 2024-01-03 15:12:23 -0500 | [diff] [blame] | 1651 | "src/sksl/ir/SkSLSymbol.cpp", |
John Stiles | f489b4a | 2023-04-14 15:44:13 -0400 | [diff] [blame] | 1652 | "src/sksl/ir/SkSLSymbol.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1653 | "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 Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1661 | "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 Stiles | 9753be1 | 2023-04-11 17:00:13 -0400 | [diff] [blame] | 1669 | "src/sksl/tracing/SkSLDebugTracePlayer.cpp", |
| 1670 | "src/sksl/tracing/SkSLDebugTracePlayer.h", |
Kevin Lubick | cfac841 | 2023-09-27 16:09:30 -0400 | [diff] [blame] | 1671 | "src/sksl/tracing/SkSLDebugTracePriv.cpp", |
| 1672 | "src/sksl/tracing/SkSLDebugTracePriv.h", |
| 1673 | "src/sksl/tracing/SkSLTraceHook.cpp", |
| 1674 | "src/sksl/tracing/SkSLTraceHook.h", |
John Stiles | 7648de5 | 2022-08-31 11:01:08 -0400 | [diff] [blame] | 1675 | "src/sksl/transform/SkSLAddConstToVarModifiers.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1676 | "src/sksl/transform/SkSLEliminateDeadFunctions.cpp", |
| 1677 | "src/sksl/transform/SkSLEliminateDeadGlobalVariables.cpp", |
| 1678 | "src/sksl/transform/SkSLEliminateDeadLocalVariables.cpp", |
John Stiles | 5a55f43 | 2022-09-29 16:17:45 -0400 | [diff] [blame] | 1679 | "src/sksl/transform/SkSLEliminateEmptyStatements.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1680 | "src/sksl/transform/SkSLEliminateUnreachableCode.cpp", |
John Stiles | c5fb1f7 | 2022-07-29 18:36:09 -0400 | [diff] [blame] | 1681 | "src/sksl/transform/SkSLFindAndDeclareBuiltinFunctions.cpp", |
John Stiles | 6279c88 | 2024-01-26 15:24:58 -0500 | [diff] [blame] | 1682 | "src/sksl/transform/SkSLFindAndDeclareBuiltinStructs.cpp", |
John Stiles | bfe04e3 | 2022-07-29 18:36:45 -0400 | [diff] [blame] | 1683 | "src/sksl/transform/SkSLFindAndDeclareBuiltinVariables.cpp", |
John Stiles | 099baef | 2023-06-14 14:26:07 -0400 | [diff] [blame] | 1684 | "src/sksl/transform/SkSLHoistSwitchVarDeclarationsAtTopLevel.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1685 | "src/sksl/transform/SkSLProgramWriter.h", |
John Stiles | 489f671 | 2022-10-04 15:32:42 -0400 | [diff] [blame] | 1686 | "src/sksl/transform/SkSLRenamePrivateSymbols.cpp", |
John Stiles | 4e5760e | 2022-10-03 09:45:46 -0400 | [diff] [blame] | 1687 | "src/sksl/transform/SkSLReplaceConstVarsWithLiterals.cpp", |
John Stiles | 3b9131c | 2023-03-15 08:20:10 -0400 | [diff] [blame] | 1688 | "src/sksl/transform/SkSLRewriteIndexedSwizzle.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1689 | "src/sksl/transform/SkSLTransform.h", |
Herb Derby | 1aea903 | 2022-06-14 14:59:21 -0400 | [diff] [blame] | 1690 | "src/text/GlyphRun.cpp", |
| 1691 | "src/text/GlyphRun.h", |
Jim Van Verth | 480532d | 2022-05-19 12:41:15 -0400 | [diff] [blame] | 1692 | "src/text/gpu/DistanceFieldAdjustTable.cpp", |
| 1693 | "src/text/gpu/DistanceFieldAdjustTable.h", |
Kevin Lubick | 9ef23c2 | 2022-05-02 15:34:18 -0400 | [diff] [blame] | 1694 | "src/text/gpu/Glyph.h", |
Jim Van Verth | 35e1ca4 | 2022-05-05 11:08:03 -0400 | [diff] [blame] | 1695 | "src/text/gpu/GlyphVector.cpp", |
| 1696 | "src/text/gpu/GlyphVector.h", |
Jim Van Verth | 480532d | 2022-05-19 12:41:15 -0400 | [diff] [blame] | 1697 | "src/text/gpu/SDFMaskFilter.cpp", |
| 1698 | "src/text/gpu/SDFMaskFilter.h", |
| 1699 | "src/text/gpu/SDFTControl.cpp", |
| 1700 | "src/text/gpu/SDFTControl.h", |
Kevin Lubick | 66ba512 | 2023-08-03 09:04:24 -0400 | [diff] [blame] | 1701 | "src/text/gpu/SkChromeRemoteGlyphCache.cpp", |
Jim Van Verth | e55e016 | 2022-05-20 15:01:58 -0400 | [diff] [blame] | 1702 | "src/text/gpu/Slug.cpp", |
Kevin Lubick | 181b6f9 | 2023-06-15 15:15:48 -0400 | [diff] [blame] | 1703 | "src/text/gpu/SlugImpl.cpp", |
| 1704 | "src/text/gpu/SlugImpl.h", |
Jim Van Verth | 35e1ca4 | 2022-05-05 11:08:03 -0400 | [diff] [blame] | 1705 | "src/text/gpu/StrikeCache.cpp", |
| 1706 | "src/text/gpu/StrikeCache.h", |
| 1707 | "src/text/gpu/SubRunAllocator.cpp", |
| 1708 | "src/text/gpu/SubRunAllocator.h", |
Ben Wagner | 6886d92 | 2022-06-02 13:08:28 -0400 | [diff] [blame] | 1709 | "src/text/gpu/SubRunContainer.cpp", |
| 1710 | "src/text/gpu/SubRunContainer.h", |
Jim Van Verth | 3149a7b | 2022-05-23 11:34:17 -0400 | [diff] [blame] | 1711 | "src/text/gpu/TextBlob.cpp", |
| 1712 | "src/text/gpu/TextBlob.h", |
Jim Van Verth | a25aeff | 2022-05-24 10:37:37 -0400 | [diff] [blame] | 1713 | "src/text/gpu/TextBlobRedrawCoordinator.cpp", |
| 1714 | "src/text/gpu/TextBlobRedrawCoordinator.h", |
Kevin Lubick | c18e0d8 | 2023-06-15 16:40:26 -0400 | [diff] [blame] | 1715 | "src/text/gpu/VertexFiller.cpp", |
| 1716 | "src/text/gpu/VertexFiller.h", |
Kevin Lubick | 1a741f0 | 2023-09-18 08:03:51 -0400 | [diff] [blame] | 1717 | "src/text/SlugFromBuffer.cpp", |
Kevin Lubick | 2bd33c5 | 2022-09-15 13:28:58 -0400 | [diff] [blame] | 1718 | "src/text/StrikeForGPU.cpp", |
| 1719 | "src/text/StrikeForGPU.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1720 | "src/utils/SkBitSet.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1721 | "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 Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1730 | "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 Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1745 | "src/utils/SkNullCanvas.cpp", |
Kevin Lubick | 2bd33c5 | 2022-09-15 13:28:58 -0400 | [diff] [blame] | 1746 | "src/utils/SkNWayCanvas.cpp", |
| 1747 | "src/utils/SkOrderedFontMgr.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1748 | "src/utils/SkOSPath.cpp", |
| 1749 | "src/utils/SkOSPath.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1750 | "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 Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1763 | "src/utils/SkTextUtils.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1764 | "src/xps/SkXPSDevice.cpp", |
| 1765 | "src/xps/SkXPSDevice.h", |
| 1766 | "src/xps/SkXPSDocument.cpp", |
| 1767 | ] |
benjaminwagner | 6f6bef8 | 2015-10-15 08:09:44 -0700 | [diff] [blame] | 1768 | |
Kevin Lubick | 3353d1d | 2023-04-11 18:37:09 -0400 | [diff] [blame] | 1769 | ENCODE_SRCS = [ |
| 1770 | "src/encode/SkEncoder.cpp", |
| 1771 | "src/encode/SkICCPriv.h", |
| 1772 | "src/encode/SkICC.cpp", |
Kevin Lubick | 3353d1d | 2023-04-11 18:37:09 -0400 | [diff] [blame] | 1773 | "src/encode/SkImageEncoderFns.h", |
| 1774 | "src/encode/SkImageEncoderPriv.h", |
| 1775 | ] |
Kevin Lubick | 53b61e0 | 2023-04-11 10:04:46 -0400 | [diff] [blame] | 1776 | |
Kevin Lubick | 3353d1d | 2023-04-11 18:37:09 -0400 | [diff] [blame] | 1777 | ENCODE_JPEG_SRCS = [ |
| 1778 | "src/encode/SkJpegEncoderImpl.h", |
| 1779 | "src/encode/SkJpegEncoderImpl.cpp", |
| 1780 | "src/encode/SkJPEGWriteUtility.cpp", |
| 1781 | "src/encode/SkJPEGWriteUtility.h", |
| 1782 | ] |
Kevin Lubick | 53b61e0 | 2023-04-11 10:04:46 -0400 | [diff] [blame] | 1783 | |
| 1784 | NO_ENCODE_JPEG_SRCS = [ |
| 1785 | "src/encode/SkJpegEncoder_none.cpp", |
| 1786 | ] |
| 1787 | |
Kevin Lubick | 3353d1d | 2023-04-11 18:37:09 -0400 | [diff] [blame] | 1788 | ENCODE_PNG_SRCS = [ |
| 1789 | "src/encode/SkPngEncoderImpl.cpp", |
| 1790 | "src/encode/SkPngEncoderImpl.h", |
| 1791 | ] |
Kevin Lubick | 53b61e0 | 2023-04-11 10:04:46 -0400 | [diff] [blame] | 1792 | |
| 1793 | NO_ENCODE_PNG_SRCS = [ |
| 1794 | "src/encode/SkPngEncoder_none.cpp", |
| 1795 | ] |
| 1796 | |
Kevin Lubick | 3353d1d | 2023-04-11 18:37:09 -0400 | [diff] [blame] | 1797 | ENCODE_WEBP_SRCS = [ |
| 1798 | "src/encode/SkWebpEncoderImpl.cpp", |
| 1799 | ] |
Kevin Lubick | 53b61e0 | 2023-04-11 10:04:46 -0400 | [diff] [blame] | 1800 | |
| 1801 | NO_ENCODE_WEBP_SRCS = [ |
| 1802 | "src/encode/SkWebpEncoder_none.cpp", |
| 1803 | ] |
| 1804 | |
Kevin Lubick | e5d557c | 2023-06-08 15:48:54 -0400 | [diff] [blame] | 1805 | CODEC_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 Lubick | e5d557c | 2023-06-08 15:48:54 -0400 | [diff] [blame] | 1815 | "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 Cameron | a9caf3c | 2023-10-17 11:45:45 +0200 | [diff] [blame] | 1826 | "src/codec/SkExif.cpp", |
Kevin Lubick | e5d557c | 2023-06-08 15:48:54 -0400 | [diff] [blame] | 1827 | "src/codec/SkFrameHolder.h", |
Kevin Lubick | 7de94b8 | 2023-09-22 11:14:34 -0400 | [diff] [blame] | 1828 | "src/codec/SkImageGenerator_FromEncoded.cpp", |
Kevin Lubick | e5d557c | 2023-06-08 15:48:54 -0400 | [diff] [blame] | 1829 | "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 Lubick | e5d557c | 2023-06-08 15:48:54 -0400 | [diff] [blame] | 1838 | "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 Cameron | a9caf3c | 2023-10-17 11:45:45 +0200 | [diff] [blame] | 1850 | "src/codec/SkTiffUtility.cpp", |
| 1851 | "src/codec/SkTiffUtility.h", |
Kevin Lubick | e5d557c | 2023-06-08 15:48:54 -0400 | [diff] [blame] | 1852 | "src/codec/SkWbmpCodec.cpp", |
| 1853 | "src/codec/SkWbmpCodec.h", |
| 1854 | "src/codec/SkWuffsCodec.cpp", |
Kevin Lubick | e5d557c | 2023-06-08 15:48:54 -0400 | [diff] [blame] | 1855 | ] |
| 1856 | |
| 1857 | CODEC_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 Lubick | 2bd33c5 | 2022-09-15 13:28:58 -0400 | [diff] [blame] | 1866 | TEXTUAL_HDRS = [ |
John Stiles | 5adda1c | 2022-09-28 09:17:40 -0400 | [diff] [blame] | 1867 | "src/sksl/generated/sksl_compute.minified.sksl", |
John Stiles | 5747d98 | 2022-09-30 16:44:25 -0400 | [diff] [blame] | 1868 | "src/sksl/generated/sksl_compute.unoptimized.sksl", |
John Stiles | 5adda1c | 2022-09-28 09:17:40 -0400 | [diff] [blame] | 1869 | "src/sksl/generated/sksl_frag.minified.sksl", |
John Stiles | 5747d98 | 2022-09-30 16:44:25 -0400 | [diff] [blame] | 1870 | "src/sksl/generated/sksl_frag.unoptimized.sksl", |
John Stiles | 5adda1c | 2022-09-28 09:17:40 -0400 | [diff] [blame] | 1871 | "src/sksl/generated/sksl_gpu.minified.sksl", |
John Stiles | 5747d98 | 2022-09-30 16:44:25 -0400 | [diff] [blame] | 1872 | "src/sksl/generated/sksl_gpu.unoptimized.sksl", |
John Stiles | 5adda1c | 2022-09-28 09:17:40 -0400 | [diff] [blame] | 1873 | "src/sksl/generated/sksl_graphite_frag.minified.sksl", |
John Stiles | 5747d98 | 2022-09-30 16:44:25 -0400 | [diff] [blame] | 1874 | "src/sksl/generated/sksl_graphite_frag.unoptimized.sksl", |
John Stiles | b63e5a3 | 2024-01-11 14:48:12 -0500 | [diff] [blame] | 1875 | "src/sksl/generated/sksl_graphite_frag_es2.minified.sksl", |
| 1876 | "src/sksl/generated/sksl_graphite_frag_es2.unoptimized.sksl", |
John Stiles | 5adda1c | 2022-09-28 09:17:40 -0400 | [diff] [blame] | 1877 | "src/sksl/generated/sksl_graphite_vert.minified.sksl", |
John Stiles | 5747d98 | 2022-09-30 16:44:25 -0400 | [diff] [blame] | 1878 | "src/sksl/generated/sksl_graphite_vert.unoptimized.sksl", |
John Stiles | b63e5a3 | 2024-01-11 14:48:12 -0500 | [diff] [blame] | 1879 | "src/sksl/generated/sksl_graphite_vert_es2.minified.sksl", |
| 1880 | "src/sksl/generated/sksl_graphite_vert_es2.unoptimized.sksl", |
John Stiles | 5adda1c | 2022-09-28 09:17:40 -0400 | [diff] [blame] | 1881 | "src/sksl/generated/sksl_public.minified.sksl", |
John Stiles | 5747d98 | 2022-09-30 16:44:25 -0400 | [diff] [blame] | 1882 | "src/sksl/generated/sksl_public.unoptimized.sksl", |
John Stiles | 5adda1c | 2022-09-28 09:17:40 -0400 | [diff] [blame] | 1883 | "src/sksl/generated/sksl_rt_shader.minified.sksl", |
John Stiles | 5747d98 | 2022-09-30 16:44:25 -0400 | [diff] [blame] | 1884 | "src/sksl/generated/sksl_rt_shader.unoptimized.sksl", |
John Stiles | 5adda1c | 2022-09-28 09:17:40 -0400 | [diff] [blame] | 1885 | "src/sksl/generated/sksl_shared.minified.sksl", |
John Stiles | 5747d98 | 2022-09-30 16:44:25 -0400 | [diff] [blame] | 1886 | "src/sksl/generated/sksl_shared.unoptimized.sksl", |
John Stiles | 5adda1c | 2022-09-28 09:17:40 -0400 | [diff] [blame] | 1887 | "src/sksl/generated/sksl_vert.minified.sksl", |
John Stiles | 5747d98 | 2022-09-30 16:44:25 -0400 | [diff] [blame] | 1888 | "src/sksl/generated/sksl_vert.unoptimized.sksl", |
Kevin Lubick | 2bd33c5 | 2022-09-15 13:28:58 -0400 | [diff] [blame] | 1889 | # 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 Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1894 | base_gl_srcs = [ |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1895 | "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 Lubick | 19983e8 | 2023-08-02 13:10:28 -0400 | [diff] [blame] | 1902 | "src/gpu/ganesh/gl/GrGLBackendSurface.cpp", |
| 1903 | "src/gpu/ganesh/gl/GrGLBackendSurfacePriv.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1904 | "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 Lubick | a78c1f1 | 2023-05-30 15:50:37 -0400 | [diff] [blame] | 1910 | "src/gpu/ganesh/gl/GrGLDefines.h", |
Kevin Lubick | 60b8881 | 2023-09-25 12:49:56 -0400 | [diff] [blame] | 1911 | "src/gpu/ganesh/gl/GrGLDirectContext.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1912 | "src/gpu/ganesh/gl/GrGLExtensions.cpp", |
Jim Van Verth | a7b5bd1 | 2024-01-17 16:31:38 -0500 | [diff] [blame] | 1913 | "src/gpu/ganesh/gl/GrGLFinishCallbacks.cpp", |
| 1914 | "src/gpu/ganesh/gl/GrGLFinishCallbacks.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1915 | "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 Lubick | 19983e8 | 2023-08-02 13:10:28 -0400 | [diff] [blame] | 1924 | "src/gpu/ganesh/gl/GrGLProgram.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1925 | "src/gpu/ganesh/gl/GrGLProgramDataManager.cpp", |
| 1926 | "src/gpu/ganesh/gl/GrGLProgramDataManager.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1927 | "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 Lubick | 1d134a8 | 2023-10-11 15:42:44 -0400 | [diff] [blame] | 1936 | "src/gpu/ganesh/gl/GrGLTypesPriv.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1937 | "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 Lubick | 19983e8 | 2023-08-02 13:10:28 -0400 | [diff] [blame] | 1944 | "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 Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1948 | ] |
benjaminwagner | 6f6bef8 | 2015-10-15 08:09:44 -0700 | [diff] [blame] | 1949 | |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1950 | GL_SRCS_UNIX = base_gl_srcs + [ |
| 1951 | "src/gpu/ganesh/gl/GrGLMakeNativeInterface_none.cpp", |
| 1952 | ] |
benjaminwagner | 6f6bef8 | 2015-10-15 08:09:44 -0700 | [diff] [blame] | 1953 | |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1954 | GL_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 Panda | 9ae4020 | 2020-07-10 09:17:47 -0700 | [diff] [blame] | 1958 | |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1959 | PORTS_SRCS_UNIX = [ |
| 1960 | "src/ports/SkDebug_stdio.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1961 | "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 Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1970 | "src/ports/SkGlobalInitialization_default.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1971 | "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 Reed | 31f275e | 2024-01-17 15:40:11 -0500 | [diff] [blame] | 1976 | "src/ports/SkTypeface_FreeType.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1977 | ] |
Kevin Lubick | 2eabdf5 | 2020-08-20 12:31:21 -0400 | [diff] [blame] | 1978 | |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1979 | GL_SRCS_ANDROID = base_gl_srcs + [ |
| 1980 | "src/gpu/ganesh/gl/android/GrGLMakeNativeInterface_android.cpp", |
| 1981 | ] |
benjaminwagner | c896251 | 2016-09-30 12:06:27 -0700 | [diff] [blame] | 1982 | |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1983 | PORTS_SRCS_ANDROID = [ |
| 1984 | "src/ports/SkDebug_android.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1985 | "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 Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1989 | "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 Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 1997 | "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 Reed | 31f275e | 2024-01-17 15:40:11 -0500 | [diff] [blame] | 2002 | "src/ports/SkTypeface_FreeType.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2003 | ] |
Jim Van Verth | 03b8ab2 | 2020-02-24 11:36:15 -0500 | [diff] [blame] | 2004 | |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2005 | PORTS_SRCS_ANDROID_NO_FONT = [ |
| 2006 | "src/ports/SkDebug_android.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2007 | "src/ports/SkGlobalInitialization_default.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2008 | "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 Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2013 | ] |
Stephen White | 985741a | 2019-07-18 11:43:45 -0400 | [diff] [blame] | 2014 | |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2015 | GL_SRCS_IOS = base_gl_srcs + [ |
| 2016 | "src/gpu/ganesh/gl/iOS/GrGLMakeNativeInterface_iOS.cpp", |
| 2017 | ] |
Jim Van Verth | 42f710f | 2022-04-11 11:48:46 -0400 | [diff] [blame] | 2018 | |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2019 | PORTS_SRCS_IOS = [ |
| 2020 | "src/ports/SkDebug_stdio.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2021 | "src/ports/SkFontMgr_custom.h", |
| 2022 | "src/ports/SkFontMgr_mac_ct.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2023 | "src/ports/SkGlobalInitialization_default.cpp", |
Kevin Lubick | 2bd33c5 | 2022-09-15 13:28:58 -0400 | [diff] [blame] | 2024 | "src/ports/SkImageGeneratorCG.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2025 | "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 Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2033 | "src/ports/SkTypeface_mac_ct.cpp", |
| 2034 | "src/ports/SkTypeface_mac_ct.h", |
Kevin Lubick | 2bd33c5 | 2022-09-15 13:28:58 -0400 | [diff] [blame] | 2035 | "src/utils/mac/SkCGBase.h", |
| 2036 | "src/utils/mac/SkCGGeometry.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2037 | "src/utils/mac/SkCreateCGImageRef.cpp", |
| 2038 | "src/utils/mac/SkCTFont.cpp", |
Kevin Lubick | 2bd33c5 | 2022-09-15 13:28:58 -0400 | [diff] [blame] | 2039 | "src/utils/mac/SkCTFont.h", |
| 2040 | "src/utils/mac/SkUniqueCFRef.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2041 | ] |
Ethan Nicholas | 8d7f4ae | 2017-09-07 11:07:42 -0400 | [diff] [blame] | 2042 | |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2043 | PORTS_SRCS_FUCHSIA = [ |
| 2044 | "src/ports/SkDebug_stdio.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2045 | "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 Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2050 | "src/ports/SkFontMgr_fuchsia.cpp", |
| 2051 | "src/ports/SkGlobalInitialization_default.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2052 | "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 Reed | 31f275e | 2024-01-17 15:40:11 -0500 | [diff] [blame] | 2057 | "src/ports/SkTypeface_FreeType.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2058 | ] |
benjaminwagner | 6f6bef8 | 2015-10-15 08:09:44 -0700 | [diff] [blame] | 2059 | |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2060 | GL_SRCS_MACOS = base_gl_srcs + [ |
| 2061 | "src/gpu/ganesh/gl/mac/GrGLMakeNativeInterface_mac.cpp", |
| 2062 | ] |
Ben Wagner | ec8c660 | 2018-10-26 12:31:36 -0400 | [diff] [blame] | 2063 | |
Andy Weiss | be1829f | 2020-07-01 11:08:16 -0700 | [diff] [blame] | 2064 | PORTS_SRCS_MACOS = PORTS_SRCS_IOS |
| 2065 | |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2066 | PORTS_SRCS_WASM = [ |
| 2067 | "src/ports/SkDebug_stdio.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2068 | "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 Malita | 127b566 | 2023-03-14 10:36:26 -0400 | [diff] [blame] | 2073 | "src/ports/SkFontMgr_custom_embedded.cpp", |
Kevin Lubick | 9dd1334 | 2023-11-27 10:21:49 -0500 | [diff] [blame] | 2074 | "src/ports/SkFontMgr_custom_empty.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2075 | "src/ports/SkGlobalInitialization_default.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2076 | "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 Reed | 31f275e | 2024-01-17 15:40:11 -0500 | [diff] [blame] | 2081 | "src/ports/SkTypeface_FreeType.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2082 | ] |
| 2083 | GL_SRCS_WASM = GL_SRCS_UNIX_EGL |
Mike Klein | 7f95c29 | 2019-03-27 11:16:25 -0500 | [diff] [blame] | 2084 | |
Kevin Lubick | 2bd33c5 | 2022-09-15 13:28:58 -0400 | [diff] [blame] | 2085 | MTL_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 Verth | d609a16 | 2022-09-20 16:03:47 -0400 | [diff] [blame] | 2110 | "src/gpu/mtl/MtlMemoryAllocatorImpl.h", |
Kevin Lubick | 2bd33c5 | 2022-09-15 13:28:58 -0400 | [diff] [blame] | 2111 | ] |
| 2112 | |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2113 | MTL_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 Lubick | 2bd33c5 | 2022-09-15 13:28:58 -0400 | [diff] [blame] | 2122 | "src/gpu/ganesh/mtl/GrMtlPipelineState.mm", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2123 | "src/gpu/ganesh/mtl/GrMtlPipelineStateBuilder.mm", |
| 2124 | "src/gpu/ganesh/mtl/GrMtlPipelineStateDataManager.mm", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2125 | "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 Lubick | 1d134a8 | 2023-10-11 15:42:44 -0400 | [diff] [blame] | 2132 | "src/gpu/ganesh/mtl/GrMtlTypesPriv.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2133 | "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 Lubick | d10098c | 2023-03-28 07:55:26 -0400 | [diff] [blame] | 2137 | "src/gpu/ganesh/surface/SkSurface_GaneshMtl.mm", |
Jim Van Verth | d609a16 | 2022-09-20 16:03:47 -0400 | [diff] [blame] | 2138 | "src/gpu/mtl/MtlMemoryAllocatorImpl.mm", |
Jim Van Verth | bc2449a | 2023-03-08 13:40:01 -0500 | [diff] [blame] | 2139 | "src/gpu/mtl/MtlUtils.mm", |
| 2140 | "src/gpu/mtl/MtlUtilsPriv.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2141 | ] |
Mike Klein | 7f95c29 | 2019-03-27 11:16:25 -0500 | [diff] [blame] | 2142 | |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2143 | VULKAN_SRCS = [ |
Kevin Lubick | 20b5c20 | 2023-11-21 09:37:33 -0500 | [diff] [blame] | 2144 | "src/gpu/vk/VulkanMutableTextureState.cpp", |
| 2145 | "src/gpu/vk/VulkanMutableTextureStatePriv.h", |
Kevin Lubick | e9206d2 | 2023-11-20 10:46:02 -0500 | [diff] [blame] | 2146 | "src/gpu/ganesh/vk/GrVkBackendSemaphore.cpp", |
Brian Osman | df783b5 | 2023-08-15 14:19:09 -0400 | [diff] [blame] | 2147 | "src/gpu/ganesh/vk/GrVkBackendSurface.cpp", |
| 2148 | "src/gpu/ganesh/vk/GrVkBackendSurfacePriv.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2149 | "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 Lubick | efdb822 | 2023-12-04 17:44:11 +0000 | [diff] [blame] | 2157 | "src/gpu/ganesh/vk/GrVkContextThreadSafeProxy.cpp", |
| 2158 | "src/gpu/ganesh/vk/GrVkContextThreadSafeProxy.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2159 | "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 Lubick | e563872 | 2023-10-09 18:58:56 +0000 | [diff] [blame] | 2165 | "src/gpu/ganesh/vk/GrVkDirectContext.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2166 | "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 Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2175 | "src/gpu/ganesh/vk/GrVkManagedResource.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2176 | "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 Stiles | c497dae | 2023-10-10 09:26:28 -0400 | [diff] [blame] | 2186 | "src/gpu/ganesh/vk/GrVkPipelineStateDataManager.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2187 | "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 Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2199 | "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 Lubick | 1d134a8 | 2023-10-11 15:42:44 -0400 | [diff] [blame] | 2206 | "src/gpu/ganesh/vk/GrVkTypesPriv.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2207 | "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 Daniel | 2b27c92 | 2022-08-29 14:11:55 -0400 | [diff] [blame] | 2213 | "src/gpu/vk/VulkanExtensions.cpp", |
| 2214 | "src/gpu/vk/VulkanInterface.cpp", |
| 2215 | "src/gpu/vk/VulkanInterface.h", |
Greg Daniel | 372c8b0 | 2022-11-08 14:50:48 -0500 | [diff] [blame] | 2216 | "src/gpu/vk/VulkanMemory.cpp", |
| 2217 | "src/gpu/vk/VulkanMemory.h", |
Nicolette Prevost | 2acef34 | 2023-11-08 14:12:17 -0500 | [diff] [blame] | 2218 | "src/gpu/vk/VulkanUtilsPriv.cpp", |
Greg Daniel | 34fb457 | 2022-12-20 12:48:14 -0500 | [diff] [blame] | 2219 | "src/gpu/vk/VulkanUtilsPriv.h", |
benjaminwagner | 56f6d06 | 2016-01-13 10:45:19 -0800 | [diff] [blame] | 2220 | ] |
benjaminwagner | 787ca87 | 2015-08-17 12:58:10 -0700 | [diff] [blame] | 2221 | |
benjaminwagner | 56f6d06 | 2016-01-13 10:45:19 -0800 | [diff] [blame] | 2222 | ################################################################################ |
benjaminwagner | 56f6d06 | 2016-01-13 10:45:19 -0800 | [diff] [blame] | 2223 | ## DEFINES |
| 2224 | ################################################################################ |
| 2225 | |
Kevin Lubick | 4c89803 | 2022-08-12 11:46:47 -0400 | [diff] [blame] | 2226 | BASE_DEFINES = [ |
Kevin Lubick | 2e7bee1 | 2023-02-27 14:07:24 -0500 | [diff] [blame] | 2227 | # Our legacy G3 rule *always* has the ganesh backend enabled. |
Kevin Lubick | 0f7b44e | 2023-02-28 09:13:11 -0500 | [diff] [blame] | 2228 | "SK_GANESH", |
Kevin Lubick | 4c89803 | 2022-08-12 11:46:47 -0400 | [diff] [blame] | 2229 | # Chrome DEFINES. |
| 2230 | "SK_USE_FREETYPE_EMBOLDEN", |
| 2231 | # Turn on a few Google3-specific build fixes. |
| 2232 | "SK_BUILD_FOR_GOOGLE3", |
Kevin Lubick | 4c89803 | 2022-08-12 11:46:47 -0400 | [diff] [blame] | 2233 | # Should remove after we update golden images |
| 2234 | "SK_WEBP_ENCODER_USE_DEFAULT_METHOD", |
Kevin Lubick | 4c89803 | 2022-08-12 11:46:47 -0400 | [diff] [blame] | 2235 | # JPEG is in codec_limited and is included in all |
| 2236 | # builds except the no_codec android build |
Kevin Lubick | 672bb50 | 2024-02-08 14:55:26 -0500 | [diff] [blame] | 2237 | # BMP and WBMP are on by default in this build. |
| 2238 | "SK_CODEC_DECODES_BMP", |
| 2239 | "SK_CODEC_DECODES_WBMP", |
Kevin Lubick | 4c89803 | 2022-08-12 11:46:47 -0400 | [diff] [blame] | 2240 | ] |
| 2241 | UNIX_DEFINES = [ |
| 2242 | "PNG_SKIP_SETJMP_CHECK", |
| 2243 | "SK_BUILD_FOR_UNIX", |
| 2244 | "SK_CODEC_DECODES_PNG", |
| 2245 | "SK_CODEC_DECODES_WEBP", |
Kevin Lubick | 4c89803 | 2022-08-12 11:46:47 -0400 | [diff] [blame] | 2246 | "SK_R32_SHIFT=16", |
| 2247 | "SK_GL", |
| 2248 | "SK_CODEC_DECODES_JPEG", |
Kevin Lubick | 9dd1334 | 2023-11-27 10:21:49 -0500 | [diff] [blame] | 2249 | "SK_FONTMGR_FREETYPE_DIRECTORY_AVAILABLE", |
| 2250 | "SK_FONTMGR_FREETYPE_EMPTY_AVAILABLE", |
| 2251 | "SK_FONTMGR_FONTCONFIG_AVAILABLE", |
Kevin Lubick | 4c89803 | 2022-08-12 11:46:47 -0400 | [diff] [blame] | 2252 | ] |
Kevin Lubick | 3a3475d | 2023-12-12 16:17:19 -0500 | [diff] [blame] | 2253 | ANDROID_BASE_DEFINES = [ |
Kevin Lubick | 4c89803 | 2022-08-12 11:46:47 -0400 | [diff] [blame] | 2254 | "SK_BUILD_FOR_ANDROID", |
Kevin Lubick | 4c89803 | 2022-08-12 11:46:47 -0400 | [diff] [blame] | 2255 | "SK_GL", |
Kevin Lubick | 3a3475d | 2023-12-12 16:17:19 -0500 | [diff] [blame] | 2256 | ] |
| 2257 | ANDROID_FONT_DEFINES = [ |
Kevin Lubick | 9dd1334 | 2023-11-27 10:21:49 -0500 | [diff] [blame] | 2258 | "SK_FONTMGR_ANDROID_AVAILABLE", |
| 2259 | "SK_FONTMGR_FREETYPE_DIRECTORY_AVAILABLE", |
| 2260 | "SK_FONTMGR_FREETYPE_EMPTY_AVAILABLE", |
| 2261 | "SK_FONTMGR_FONTCONFIG_AVAILABLE", |
Kevin Lubick | 4c89803 | 2022-08-12 11:46:47 -0400 | [diff] [blame] | 2262 | ] |
Kevin Lubick | 3a3475d | 2023-12-12 16:17:19 -0500 | [diff] [blame] | 2263 | ANDROID_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 |
| 2270 | ANDROID_DEFINES = ANDROID_BASE_DEFINES + ANDROID_FONT_DEFINES + ANDROID_CODEC_DEFINES |
| 2271 | ANDROID_NO_CODECS_DEFINES = ANDROID_BASE_DEFINES |
Kevin Lubick | 4c89803 | 2022-08-12 11:46:47 -0400 | [diff] [blame] | 2272 | IOS_DEFINES = [ |
| 2273 | "SK_BUILD_FOR_IOS", |
Kevin Lubick | 4c89803 | 2022-08-12 11:46:47 -0400 | [diff] [blame] | 2274 | "SK_CODEC_DECODES_JPEG", |
Kevin Lubick | 9dd1334 | 2023-11-27 10:21:49 -0500 | [diff] [blame] | 2275 | "SK_FONTMGR_CORETEXT_AVAILABLE", |
Kevin Lubick | 4c89803 | 2022-08-12 11:46:47 -0400 | [diff] [blame] | 2276 | ] |
| 2277 | WASM_DEFINES = [ |
| 2278 | "SK_DISABLE_LEGACY_SHADERCONTEXT", |
| 2279 | "SK_DISABLE_TRACING", |
| 2280 | "SK_GL", |
Kevin Lubick | 4c89803 | 2022-08-12 11:46:47 -0400 | [diff] [blame] | 2281 | "SK_DISABLE_EFFECT_DESERIALIZATION", |
| 2282 | "SK_FORCE_8_BYTE_ALIGNMENT", |
| 2283 | "SKNX_NO_SIMD", |
| 2284 | "SK_CODEC_DECODES_JPEG", |
Kevin Lubick | 9dd1334 | 2023-11-27 10:21:49 -0500 | [diff] [blame] | 2285 | "SK_FONTMGR_FREETYPE_EMPTY_AVAILABLE", |
Kevin Lubick | 4c89803 | 2022-08-12 11:46:47 -0400 | [diff] [blame] | 2286 | ] |
| 2287 | FUCHSIA_DEFINES = [ |
| 2288 | "SK_BUILD_FOR_UNIX", |
| 2289 | "SK_CODEC_DECODES_PNG", |
| 2290 | "SK_CODEC_DECODES_WEBP", |
Kevin Lubick | 4c89803 | 2022-08-12 11:46:47 -0400 | [diff] [blame] | 2291 | "SK_R32_SHIFT=16", |
| 2292 | "SK_VULKAN", |
| 2293 | "SK_CODEC_DECODES_JPEG", |
Kevin Lubick | 9dd1334 | 2023-11-27 10:21:49 -0500 | [diff] [blame] | 2294 | "SK_FONTMGR_FUCHSIA_AVAILABLE", |
Kevin Lubick | 4c89803 | 2022-08-12 11:46:47 -0400 | [diff] [blame] | 2295 | ] |
| 2296 | MACOS_DEFINES = [ |
| 2297 | "SK_BUILD_FOR_MAC", |
| 2298 | "SK_GL", |
| 2299 | "SK_CODEC_DECODES_JPEG", |
Kevin Lubick | 9dd1334 | 2023-11-27 10:21:49 -0500 | [diff] [blame] | 2300 | "SK_FONTMGR_CORETEXT_AVAILABLE", |
Kevin Lubick | 4c89803 | 2022-08-12 11:46:47 -0400 | [diff] [blame] | 2301 | ] |
Kevin Lubick | 4c89803 | 2022-08-12 11:46:47 -0400 | [diff] [blame] | 2302 | |
Florin Malita | dcc9d06 | 2018-11-08 14:25:19 -0500 | [diff] [blame] | 2303 | ################################################################################ |
Florin Malita | e4e9551 | 2019-05-03 14:03:50 -0400 | [diff] [blame] | 2304 | ## sksg_lib |
Florin Malita | dcc9d06 | 2018-11-08 14:25:19 -0500 | [diff] [blame] | 2305 | ################################################################################ |
| 2306 | |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2307 | SKSG_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 Malita | e4e9551 | 2019-05-03 14:03:50 -0400 | [diff] [blame] | 2332 | |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2333 | SKSG_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 Malita | e4e9551 | 2019-05-03 14:03:50 -0400 | [diff] [blame] | 2360 | |
| 2361 | ################################################################################ |
Julia Lavrova | 5ec1b8f | 2019-06-10 11:10:17 -0400 | [diff] [blame] | 2362 | ## skparagraph_lib |
| 2363 | ################################################################################ |
| 2364 | |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2365 | SKPARAGRAPH_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 Simmons | 0ae653e | 2022-10-26 11:37:53 -0700 | [diff] [blame] | 2373 | "modules/skparagraph/include/ParagraphPainter.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2374 | "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 Lavrova | 5ec1b8f | 2019-06-10 11:10:17 -0400 | [diff] [blame] | 2379 | |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2380 | SKPARAGRAPH_LIB_SRCS = [ |
| 2381 | "modules/skparagraph/src/Decorations.cpp", |
Kevin Lubick | 2bd33c5 | 2022-09-15 13:28:58 -0400 | [diff] [blame] | 2382 | "modules/skparagraph/src/Decorations.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2383 | "modules/skparagraph/src/FontArguments.cpp", |
| 2384 | "modules/skparagraph/src/FontCollection.cpp", |
Kevin Lubick | 2bd33c5 | 2022-09-15 13:28:58 -0400 | [diff] [blame] | 2385 | "modules/skparagraph/src/Iterators.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2386 | "modules/skparagraph/src/OneLineShaper.cpp", |
Kevin Lubick | 2bd33c5 | 2022-09-15 13:28:58 -0400 | [diff] [blame] | 2387 | "modules/skparagraph/src/OneLineShaper.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2388 | "modules/skparagraph/src/ParagraphBuilderImpl.cpp", |
Kevin Lubick | 2bd33c5 | 2022-09-15 13:28:58 -0400 | [diff] [blame] | 2389 | "modules/skparagraph/src/ParagraphBuilderImpl.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2390 | "modules/skparagraph/src/ParagraphCache.cpp", |
| 2391 | "modules/skparagraph/src/ParagraphImpl.cpp", |
Kevin Lubick | 2bd33c5 | 2022-09-15 13:28:58 -0400 | [diff] [blame] | 2392 | "modules/skparagraph/src/ParagraphImpl.h", |
Jason Simmons | 0ae653e | 2022-10-26 11:37:53 -0700 | [diff] [blame] | 2393 | "modules/skparagraph/src/ParagraphPainterImpl.cpp", |
| 2394 | "modules/skparagraph/src/ParagraphPainterImpl.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2395 | "modules/skparagraph/src/ParagraphStyle.cpp", |
| 2396 | "modules/skparagraph/src/Run.cpp", |
Kevin Lubick | 2bd33c5 | 2022-09-15 13:28:58 -0400 | [diff] [blame] | 2397 | "modules/skparagraph/src/Run.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2398 | "modules/skparagraph/src/TextLine.cpp", |
Kevin Lubick | 2bd33c5 | 2022-09-15 13:28:58 -0400 | [diff] [blame] | 2399 | "modules/skparagraph/src/TextLine.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2400 | "modules/skparagraph/src/TextShadow.cpp", |
| 2401 | "modules/skparagraph/src/TextStyle.cpp", |
| 2402 | "modules/skparagraph/src/TextWrapper.cpp", |
Kevin Lubick | 2bd33c5 | 2022-09-15 13:28:58 -0400 | [diff] [blame] | 2403 | "modules/skparagraph/src/TextWrapper.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2404 | "modules/skparagraph/src/TypefaceFontProvider.cpp", |
| 2405 | ] |
Julia Lavrova | 5ec1b8f | 2019-06-10 11:10:17 -0400 | [diff] [blame] | 2406 | |
| 2407 | ################################################################################ |
Hal Canary | 484384b | 2019-12-17 10:50:26 -0500 | [diff] [blame] | 2408 | ## skresources_lib |
| 2409 | ################################################################################ |
| 2410 | |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2411 | SKRESOURCES_LIB_HDRS = ["modules/skresources/include/SkResources.h"] |
Hal Canary | 484384b | 2019-12-17 10:50:26 -0500 | [diff] [blame] | 2412 | |
K Lubick | 3a6c5c4 | 2024-02-02 11:02:26 -0500 | [diff] [blame] | 2413 | SKRESOURCES_LIB_SRCS = [ |
| 2414 | "modules/skresources/src/SkResources.cpp", |
| 2415 | "modules/skresources/src/SkAnimCodecPlayer.cpp", |
K Lubick | 1ae8187 | 2024-02-02 17:14:29 -0500 | [diff] [blame] | 2416 | "modules/skresources/src/SkAnimCodecPlayer.h", |
K Lubick | 3a6c5c4 | 2024-02-02 11:02:26 -0500 | [diff] [blame] | 2417 | ] |
Hal Canary | 484384b | 2019-12-17 10:50:26 -0500 | [diff] [blame] | 2418 | |
| 2419 | ################################################################################ |
Florin Malita | e4e9551 | 2019-05-03 14:03:50 -0400 | [diff] [blame] | 2420 | ## skottie_lib |
| 2421 | ################################################################################ |
| 2422 | |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2423 | SKOTTIE_LIB_HDRS = [ |
| 2424 | "modules/skottie/include/ExternalLayer.h", |
| 2425 | "modules/skottie/include/Skottie.h", |
| 2426 | "modules/skottie/include/SkottieProperty.h", |
Jorge Betancourt | fed4179 | 2023-05-30 13:01:02 -0400 | [diff] [blame] | 2427 | "modules/skottie/include/SlotManager.h", |
Florin Malita | 58dda78 | 2023-09-19 11:28:04 -0400 | [diff] [blame] | 2428 | "modules/skottie/include/TextShaper.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2429 | ] |
Florin Malita | e4e9551 | 2019-05-03 14:03:50 -0400 | [diff] [blame] | 2430 | |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2431 | # We omit SkottieTool and SkottieTest as they are not needed for production code. |
| 2432 | SKOTTIE_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 Malita | 30e8df1 | 2022-07-16 14:56:28 -0400 | [diff] [blame] | 2444 | "modules/skottie/src/BlendModes.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2445 | "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 Betancourt | cca9065 | 2022-06-09 15:11:16 -0400 | [diff] [blame] | 2451 | "modules/skottie/src/effects/BulgeEffect.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2452 | "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 Betancourt | fed4179 | 2023-05-30 13:01:02 -0400 | [diff] [blame] | 2510 | "modules/skottie/src/SlotManager.cpp", |
Florin Malita | 60f780f | 2022-08-23 14:31:00 -0400 | [diff] [blame] | 2511 | "modules/skottie/src/text/Font.cpp", |
| 2512 | "modules/skottie/src/text/Font.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2513 | "modules/skottie/src/text/RangeSelector.cpp", |
| 2514 | "modules/skottie/src/text/RangeSelector.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2515 | "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 Malita | 58dda78 | 2023-09-19 11:28:04 -0400 | [diff] [blame] | 2519 | "modules/skottie/src/text/TextShaper.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2520 | "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 Malita | e4e9551 | 2019-05-03 14:03:50 -0400 | [diff] [blame] | 2525 | |
| 2526 | ################################################################################ |
Florin Malita | 044e8bc | 2020-06-23 10:26:56 -0400 | [diff] [blame] | 2527 | ## skottie_utils |
| 2528 | ################################################################################ |
| 2529 | |
| 2530 | SKOTTIE_UTILS_HDRS = [ |
| 2531 | "modules/skottie/utils/SkottieUtils.h", |
| 2532 | ] |
| 2533 | |
| 2534 | SKOTTIE_UTILS_SRCS = [ |
| 2535 | "modules/skottie/utils/SkottieUtils.cpp", |
| 2536 | ] |
| 2537 | |
Florin Malita | 044e8bc | 2020-06-23 10:26:56 -0400 | [diff] [blame] | 2538 | ################################################################################ |
Florin Malita | e4e9551 | 2019-05-03 14:03:50 -0400 | [diff] [blame] | 2539 | ## skottie_shaper |
| 2540 | ################################################################################ |
| 2541 | |
| 2542 | SKOTTIE_SHAPER_HDRS = [ |
Florin Malita | 58dda78 | 2023-09-19 11:28:04 -0400 | [diff] [blame] | 2543 | "modules/skottie/include/TextShaper.h", |
Florin Malita | dcc9d06 | 2018-11-08 14:25:19 -0500 | [diff] [blame] | 2544 | ] |
| 2545 | |
Florin Malita | e4e9551 | 2019-05-03 14:03:50 -0400 | [diff] [blame] | 2546 | SKOTTIE_SHAPER_SRCS = [ |
Florin Malita | 58dda78 | 2023-09-19 11:28:04 -0400 | [diff] [blame] | 2547 | "modules/skottie/src/text/TextShaper.cpp", |
Florin Malita | e4e9551 | 2019-05-03 14:03:50 -0400 | [diff] [blame] | 2548 | ] |
| 2549 | |
| 2550 | ################################################################################ |
Florin Malita | 6d415bc | 2019-01-17 16:42:15 -0500 | [diff] [blame] | 2551 | ## SkShaper |
| 2552 | ################################################################################ |
| 2553 | |
Florin Malita | 40f3db4 | 2021-07-27 14:02:28 -0400 | [diff] [blame] | 2554 | # Stubs, pending SkUnicode fission |
Florin Malita | f884b12 | 2021-08-04 17:06:19 -0400 | [diff] [blame] | 2555 | SKUNICODE_ICU_BUILTIN_SRCS = [ |
Kevin Lubick | f39d68a | 2022-07-25 11:08:42 -0400 | [diff] [blame] | 2556 | "modules/skunicode/src/SkUnicode.cpp", |
Florin Malita | f884b12 | 2021-08-04 17:06:19 -0400 | [diff] [blame] | 2557 | "modules/skunicode/src/SkUnicode_icu.cpp", |
| 2558 | "modules/skunicode/src/SkUnicode_icu.h", |
Mouad Debbar | e2e457f | 2023-02-16 13:49:58 -0500 | [diff] [blame] | 2559 | "modules/skunicode/src/SkUnicode_icu_bidi.cpp", |
| 2560 | "modules/skunicode/src/SkUnicode_icu_bidi.h", |
Florin Malita | f884b12 | 2021-08-04 17:06:19 -0400 | [diff] [blame] | 2561 | "modules/skunicode/src/SkUnicode_icu_builtin.cpp", |
| 2562 | ] |
| 2563 | |
| 2564 | SKUNICODE_ICU_RUNTIME_SRCS = [ |
Kevin Lubick | f39d68a | 2022-07-25 11:08:42 -0400 | [diff] [blame] | 2565 | "modules/skunicode/src/SkUnicode.cpp", |
Florin Malita | f884b12 | 2021-08-04 17:06:19 -0400 | [diff] [blame] | 2566 | "modules/skunicode/src/SkUnicode_icu.cpp", |
| 2567 | "modules/skunicode/src/SkUnicode_icu.h", |
Mouad Debbar | e2e457f | 2023-02-16 13:49:58 -0500 | [diff] [blame] | 2568 | "modules/skunicode/src/SkUnicode_icu_bidi.cpp", |
| 2569 | "modules/skunicode/src/SkUnicode_icu_bidi.h", |
Florin Malita | f884b12 | 2021-08-04 17:06:19 -0400 | [diff] [blame] | 2570 | "modules/skunicode/src/SkUnicode_icu_runtime.cpp", |
| 2571 | ] |
Florin Malita | 40f3db4 | 2021-07-27 14:02:28 -0400 | [diff] [blame] | 2572 | |
Julia Lavrova | ce77b56 | 2022-12-09 17:06:01 -0500 | [diff] [blame] | 2573 | SKUNICODE_CLIENT_SRCS = [ |
Julia Lavrova | 5d0618b | 2022-08-16 09:57:39 -0400 | [diff] [blame] | 2574 | "modules/skunicode/src/SkUnicode.cpp", |
| 2575 | "modules/skunicode/src/SkUnicode_client.cpp", |
Mouad Debbar | e2e457f | 2023-02-16 13:49:58 -0500 | [diff] [blame] | 2576 | "modules/skunicode/src/SkUnicode_icu_bidi.cpp", |
| 2577 | "modules/skunicode/src/SkUnicode_icu_bidi.h", |
Julia Lavrova | 5d0618b | 2022-08-16 09:57:39 -0400 | [diff] [blame] | 2578 | ] |
| 2579 | |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2580 | SKUNICODE_HDRS = [ |
| 2581 | "modules/skunicode/include/SkUnicode.h", |
| 2582 | ] |
| 2583 | |
| 2584 | SKSHAPER_HDRS = [ |
Florin Malita | 6d415bc | 2019-01-17 16:42:15 -0500 | [diff] [blame] | 2585 | "modules/skshaper/include/SkShaper.h", |
K Lubick | b11e03d | 2024-02-29 10:47:03 -0500 | [diff] [blame] | 2586 | "modules/skshaper/include/SkShaper_harfbuzz.h", |
| 2587 | "modules/skshaper/include/SkShaper_coretext.h", |
| 2588 | "modules/skshaper/include/SkShaper_skunicode.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2589 | ] |
| 2590 | |
| 2591 | SKSHAPER_HARFBUZZ_SRCS = [ |
Florin Malita | 6d415bc | 2019-01-17 16:42:15 -0500 | [diff] [blame] | 2592 | "modules/skshaper/src/SkShaper.cpp", |
| 2593 | "modules/skshaper/src/SkShaper_harfbuzz.cpp", |
Hal Canary | 30c9eda | 2019-02-22 15:23:45 -0500 | [diff] [blame] | 2594 | "modules/skshaper/src/SkShaper_primitive.cpp", |
Ben Wagner | 26f5bc7 | 2023-09-18 16:55:29 -0400 | [diff] [blame] | 2595 | "modules/skshaper/src/SkShaper_skunicode.cpp", |
Florin Malita | 6d415bc | 2019-01-17 16:42:15 -0500 | [diff] [blame] | 2596 | ] |
Florin Malita | 226ba98 | 2019-01-21 11:55:51 -0500 | [diff] [blame] | 2597 | |
Florin Malita | 1c36c5c | 2023-03-09 20:01:45 -0500 | [diff] [blame] | 2598 | SKSHAPER_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 Malita | 226ba98 | 2019-01-21 11:55:51 -0500 | [diff] [blame] | 2604 | SKSHAPER_PRIMITIVE_SRCS = [ |
Florin Malita | 226ba98 | 2019-01-21 11:55:51 -0500 | [diff] [blame] | 2605 | "modules/skshaper/src/SkShaper.cpp", |
| 2606 | "modules/skshaper/src/SkShaper_primitive.cpp", |
| 2607 | ] |
Hal Canary | b56b554 | 2019-12-19 09:48:28 -0500 | [diff] [blame] | 2608 | |
| 2609 | ################################################################################ |
| 2610 | ## skottie_ios_lib |
| 2611 | ################################################################################ |
| 2612 | |
| 2613 | SKOTTIE_IOS_LIB_SRCS = [ |
Hal Canary | 118df7c | 2019-12-18 16:26:19 -0500 | [diff] [blame] | 2614 | "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 Canary | b56b554 | 2019-12-19 09:48:28 -0500 | [diff] [blame] | 2618 | ] |
| 2619 | |
| 2620 | SKOTTIE_IOS_LIB_HDRS = [ |
Hal Canary | 118df7c | 2019-12-18 16:26:19 -0500 | [diff] [blame] | 2621 | "tools/skottie_ios_app/SkiaContext.h", |
| 2622 | "tools/skottie_ios_app/SkiaViewController.h", |
| 2623 | "tools/skottie_ios_app/SkottieViewController.h", |
Hal Canary | b56b554 | 2019-12-19 09:48:28 -0500 | [diff] [blame] | 2624 | ] |
Hal Canary | 76cc2c5 | 2020-01-07 12:39:13 -0500 | [diff] [blame] | 2625 | |
| 2626 | SKOTTIE_IOS_LIB_SDK_FRAMEWORKS = [ |
| 2627 | "Foundation", |
| 2628 | "UIKit", |
| 2629 | ] |
Florin Malita | 0f02d0b | 2020-10-12 10:31:12 -0400 | [diff] [blame] | 2630 | |
| 2631 | ################################################################################ |
| 2632 | ## svg_lib |
| 2633 | ################################################################################ |
| 2634 | |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2635 | SVG_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 Malita | 0f02d0b | 2020-10-12 10:31:12 -0400 | [diff] [blame] | 2684 | |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2685 | SVG_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 Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2710 | "modules/svg/src/SkSVGLine.cpp", |
Kevin Lubick | 2bd33c5 | 2022-09-15 13:28:58 -0400 | [diff] [blame] | 2711 | "modules/svg/src/SkSVGLinearGradient.cpp", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2712 | "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 Lubick | 2bd33c5 | 2022-09-15 13:28:58 -0400 | [diff] [blame] | 2725 | "modules/svg/src/SkSVGTextPriv.h", |
Kevin Lubick | e3f1113 | 2022-05-02 07:56:22 -0400 | [diff] [blame] | 2726 | "modules/svg/src/SkSVGTransformableNode.cpp", |
| 2727 | "modules/svg/src/SkSVGUse.cpp", |
| 2728 | "modules/svg/src/SkSVGValue.cpp", |
Florin Malita | 3bfeab7 | 2020-10-12 11:26:56 -0400 | [diff] [blame] | 2729 | ] |
Florin Malita | b1ea9a1 | 2022-04-07 16:38:27 -0400 | [diff] [blame] | 2730 | |
| 2731 | ################################################################################ |
Kevin Lubick | e5d557c | 2023-06-08 15:48:54 -0400 | [diff] [blame] | 2732 | ## xml_lib |
| 2733 | ################################################################################ |
| 2734 | |
| 2735 | XML_SRCS = [ |
| 2736 | "src/xml/SkDOM.cpp", |
| 2737 | "src/xml/SkXMLParser.cpp", |
| 2738 | "src/xml/SkXMLWriter.cpp", |
| 2739 | ] |
| 2740 | XML_HDRS = [ |
| 2741 | "src/xml/SkDOM.h", |
| 2742 | "src/xml/SkXMLParser.h", |
| 2743 | "src/xml/SkXMLWriter.h", |
| 2744 | ] |
| 2745 | |
| 2746 | ################################################################################ |
Florin Malita | b1ea9a1 | 2022-04-07 16:38:27 -0400 | [diff] [blame] | 2747 | ## EGL support |
| 2748 | ################################################################################ |
| 2749 | |
Florin Malita | bac12aa | 2022-04-08 08:20:17 -0400 | [diff] [blame] | 2750 | SKIA_EGL_HDRS = ["include/gpu/gl/egl/GrGLMakeEGLInterface.h"] |
Florin Malita | 0e53e24 | 2022-04-12 14:32:45 -0400 | [diff] [blame] | 2751 | SKIA_EGL_SRCS = ["src/gpu/ganesh/gl/egl/GrGLMakeEGLInterface.cpp"] |