aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp5344
1 files changed, 5344 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000000..65bfaa1bc9
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,5344 @@
+// This file is autogenerated by gn_to_bp.py.
+// To make changes to this file, follow the instructions on skia.org for
+// downloading Skia and submitting changes. Modify gn_to_bp.py (or the build
+// files it uses) and submit to skia-review.googlesource.com, NOT to AOSP or
+// Android Internal. The autoroller will then create the updated Android.bp
+// and submit it to Android Internal, which will eventually merge to AOSP.
+// You can also ask a Skia engineer for help.
+
+package {
+ default_applicable_licenses: ["external_skia_license"],
+}
+
+// Added automatically by a large-scale-change that took the approach of
+// 'apply every license found to every target'. While this makes sure we respect
+// every license restriction, it may not be entirely correct.
+//
+// e.g. GPL in an MIT project might only apply to the contrib/ directory.
+//
+// Please consider splitting the single license below into multiple licenses,
+// taking care not to lose any license_kind information, and overriding the
+// default license using the 'licenses: [...]' property on targets as needed.
+//
+// For unused files, consider creating a 'fileGroup' with "//visibility:private"
+// to attach the license to, and including a comment whether the files may be
+// used in the current project.
+//
+// large-scale-change included anything that looked like it might be a license
+// text as a license_text. e.g. LICENSE, NOTICE, COPYING etc.
+//
+// Please consider removing redundant or irrelevant files from 'license_text:'.
+//
+// large-scale-change filtered out the below license kinds as false-positives:
+// SPDX-license-identifier-CC-BY-NC
+// SPDX-license-identifier-GPL-2.0
+// SPDX-license-identifier-LGPL-2.1
+// SPDX-license-identifier-OFL:by_exception_only
+// See: http://go/android-license-faq
+license {
+ name: "external_skia_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ "SPDX-license-identifier-BSD",
+ "SPDX-license-identifier-CC0-1.0",
+ "SPDX-license-identifier-FTL",
+ "SPDX-license-identifier-MIT",
+ "legacy_unencumbered",
+ ],
+ license_text: [
+ "LICENSE",
+ "NOTICE",
+ ],
+}
+
+cc_defaults {
+ name: "skia_arch_defaults",
+ cpp_std: "gnu++17",
+ arch: {
+ arm: {
+ srcs: [],
+
+ neon: {
+ srcs: [],
+ },
+ },
+
+ arm64: {
+ srcs: [],
+ },
+
+ x86: {
+ srcs: [
+ "src/opts/SkOpts_hsw.cpp",
+ ],
+ },
+
+ x86_64: {
+ srcs: [
+ "src/opts/SkOpts_hsw.cpp",
+ ],
+ },
+ },
+
+ target: {
+ android: {
+ srcs: [
+ "src/gpu/vk/vulkanmemoryallocator/VulkanMemoryAllocatorWrapper.cpp",
+ ],
+ local_include_dirs: [
+ "src/gpu/vk/vulkanmemoryallocator",
+ "vma_android/include",
+ ],
+ },
+ },
+}
+
+cc_defaults {
+ name: "skia_defaults",
+ defaults: ["skia_arch_defaults"],
+ cflags: [
+ "-U_FORTIFY_SOURCE",
+ "-DATRACE_TAG=ATRACE_TAG_VIEW",
+ "-DSKIA_DLL",
+ "-DSKIA_IMPLEMENTATION=1",
+ "-D_FORTIFY_SOURCE=1",
+ "-Wno-attributes",
+ "-Wno-implicit-fallthrough",
+ "-Wno-missing-field-initializers",
+ "-Wno-sign-conversion",
+ "-Wno-thread-safety-analysis",
+ "-Wno-unknown-warning-option",
+ "-Wno-unused-parameter",
+ "-Wno-unused-variable",
+ "-fvisibility=hidden",
+ ],
+
+ cppflags:[
+
+ ],
+
+ export_include_dirs: [
+ "",
+ "client_utils/android/",
+ "include/android/",
+ "include/codec/",
+ "include/config/",
+ "include/core/",
+ "include/docs/",
+ "include/effects/",
+ "include/encode/",
+ "include/gpu/",
+ "include/pathops/",
+ "include/ports/",
+ "include/svg/",
+ "include/utils/",
+ "include/utils/mac/",
+ "modules/skottie/include/",
+ "modules/skparagraph/include/",
+ "modules/skshaper/include/",
+ "modules/svg/include/",
+ ],
+
+ local_include_dirs: [
+ "",
+ "modules/skcms",
+ ]
+}
+
+cc_library_static {
+ // Smaller version of Skia, without e.g. codecs, intended for use by RenderEngine.
+ name: "libskia_renderengine",
+ defaults: ["skia_defaults",
+ "skia_renderengine_deps"],
+ srcs: [
+ "modules/skcms/skcms.cc",
+ "modules/skcms/src/skcms_TransformBaseline.cc",
+ "src/android/SkAndroidFrameworkPerfettoStaticStorage.cpp",
+ "src/android/SkAndroidFrameworkUtils.cpp",
+ "src/android/SkAnimatedImage.cpp",
+ "src/base/SkArenaAlloc.cpp",
+ "src/base/SkBase64.cpp",
+ "src/base/SkBezierCurves.cpp",
+ "src/base/SkBlockAllocator.cpp",
+ "src/base/SkBuffer.cpp",
+ "src/base/SkContainers.cpp",
+ "src/base/SkCubics.cpp",
+ "src/base/SkDebug.cpp",
+ "src/base/SkDeque.cpp",
+ "src/base/SkFloatingPoint.cpp",
+ "src/base/SkHalf.cpp",
+ "src/base/SkMalloc.cpp",
+ "src/base/SkMathPriv.cpp",
+ "src/base/SkQuads.cpp",
+ "src/base/SkSafeMath.cpp",
+ "src/base/SkSemaphore.cpp",
+ "src/base/SkSharedMutex.cpp",
+ "src/base/SkSpinlock.cpp",
+ "src/base/SkTDArray.cpp",
+ "src/base/SkTSearch.cpp",
+ "src/base/SkThreadID.cpp",
+ "src/base/SkTime.cpp",
+ "src/base/SkUTF.cpp",
+ "src/base/SkUtils.cpp",
+ "src/codec/SkAndroidCodec.cpp",
+ "src/codec/SkAndroidCodecAdapter.cpp",
+ "src/codec/SkBmpBaseCodec.cpp",
+ "src/codec/SkBmpCodec.cpp",
+ "src/codec/SkBmpMaskCodec.cpp",
+ "src/codec/SkBmpRLECodec.cpp",
+ "src/codec/SkBmpStandardCodec.cpp",
+ "src/codec/SkCodec.cpp",
+ "src/codec/SkCodecImageGenerator.cpp",
+ "src/codec/SkColorPalette.cpp",
+ "src/codec/SkEncodedInfo.cpp",
+ "src/codec/SkExif.cpp",
+ "src/codec/SkImageGenerator_FromEncoded.cpp",
+ "src/codec/SkMaskSwizzler.cpp",
+ "src/codec/SkMasks.cpp",
+ "src/codec/SkParseEncodedOrigin.cpp",
+ "src/codec/SkPixmapUtils.cpp",
+ "src/codec/SkSampledCodec.cpp",
+ "src/codec/SkSampler.cpp",
+ "src/codec/SkSwizzler.cpp",
+ "src/codec/SkTiffUtility.cpp",
+ "src/codec/SkWbmpCodec.cpp",
+ "src/core/SkAAClip.cpp",
+ "src/core/SkATrace.cpp",
+ "src/core/SkAlphaRuns.cpp",
+ "src/core/SkAnalyticEdge.cpp",
+ "src/core/SkAnnotation.cpp",
+ "src/core/SkAutoPixmapStorage.cpp",
+ "src/core/SkBBHFactory.cpp",
+ "src/core/SkBigPicture.cpp",
+ "src/core/SkBitmap.cpp",
+ "src/core/SkBitmapCache.cpp",
+ "src/core/SkBitmapDevice.cpp",
+ "src/core/SkBitmapProcState.cpp",
+ "src/core/SkBitmapProcState_matrixProcs.cpp",
+ "src/core/SkBitmapProcState_opts.cpp",
+ "src/core/SkBitmapProcState_opts_hsw.cpp",
+ "src/core/SkBitmapProcState_opts_ssse3.cpp",
+ "src/core/SkBlendMode.cpp",
+ "src/core/SkBlendModeBlender.cpp",
+ "src/core/SkBlitMask_opts.cpp",
+ "src/core/SkBlitMask_opts_ssse3.cpp",
+ "src/core/SkBlitRow_D32.cpp",
+ "src/core/SkBlitRow_opts.cpp",
+ "src/core/SkBlitRow_opts_hsw.cpp",
+ "src/core/SkBlitter.cpp",
+ "src/core/SkBlitter_A8.cpp",
+ "src/core/SkBlitter_ARGB32.cpp",
+ "src/core/SkBlitter_Sprite.cpp",
+ "src/core/SkBlurMask.cpp",
+ "src/core/SkBlurMaskFilterImpl.cpp",
+ "src/core/SkCachedData.cpp",
+ "src/core/SkCanvas.cpp",
+ "src/core/SkCanvasPriv.cpp",
+ "src/core/SkCanvas_Raster.cpp",
+ "src/core/SkCapabilities.cpp",
+ "src/core/SkChecksum.cpp",
+ "src/core/SkClipStack.cpp",
+ "src/core/SkClipStackDevice.cpp",
+ "src/core/SkColor.cpp",
+ "src/core/SkColorFilter.cpp",
+ "src/core/SkColorSpace.cpp",
+ "src/core/SkColorSpaceXformSteps.cpp",
+ "src/core/SkColorTable.cpp",
+ "src/core/SkCompressedDataUtils.cpp",
+ "src/core/SkContourMeasure.cpp",
+ "src/core/SkConvertPixels.cpp",
+ "src/core/SkCpu.cpp",
+ "src/core/SkCubicClipper.cpp",
+ "src/core/SkCubicMap.cpp",
+ "src/core/SkData.cpp",
+ "src/core/SkDataTable.cpp",
+ "src/core/SkDescriptor.cpp",
+ "src/core/SkDevice.cpp",
+ "src/core/SkDistanceFieldGen.cpp",
+ "src/core/SkDocument.cpp",
+ "src/core/SkDraw.cpp",
+ "src/core/SkDrawBase.cpp",
+ "src/core/SkDrawLooper.cpp",
+ "src/core/SkDrawShadowInfo.cpp",
+ "src/core/SkDraw_atlas.cpp",
+ "src/core/SkDraw_text.cpp",
+ "src/core/SkDraw_vertices.cpp",
+ "src/core/SkDrawable.cpp",
+ "src/core/SkEdge.cpp",
+ "src/core/SkEdgeBuilder.cpp",
+ "src/core/SkEdgeClipper.cpp",
+ "src/core/SkExecutor.cpp",
+ "src/core/SkFlattenable.cpp",
+ "src/core/SkFont.cpp",
+ "src/core/SkFontDescriptor.cpp",
+ "src/core/SkFontMetricsPriv.cpp",
+ "src/core/SkFontMgr.cpp",
+ "src/core/SkFontStream.cpp",
+ "src/core/SkFont_serial.cpp",
+ "src/core/SkGaussFilter.cpp",
+ "src/core/SkGeometry.cpp",
+ "src/core/SkGlobalInitialization_core.cpp",
+ "src/core/SkGlyph.cpp",
+ "src/core/SkGlyphRunPainter.cpp",
+ "src/core/SkGraphics.cpp",
+ "src/core/SkIDChangeListener.cpp",
+ "src/core/SkImageFilter.cpp",
+ "src/core/SkImageFilterCache.cpp",
+ "src/core/SkImageFilterTypes.cpp",
+ "src/core/SkImageGenerator.cpp",
+ "src/core/SkImageInfo.cpp",
+ "src/core/SkLatticeIter.cpp",
+ "src/core/SkLineClipper.cpp",
+ "src/core/SkLocalMatrixImageFilter.cpp",
+ "src/core/SkM44.cpp",
+ "src/core/SkMD5.cpp",
+ "src/core/SkMallocPixelRef.cpp",
+ "src/core/SkMask.cpp",
+ "src/core/SkMaskBlurFilter.cpp",
+ "src/core/SkMaskCache.cpp",
+ "src/core/SkMaskFilter.cpp",
+ "src/core/SkMaskGamma.cpp",
+ "src/core/SkMatrix.cpp",
+ "src/core/SkMatrixInvert.cpp",
+ "src/core/SkMemset_opts.cpp",
+ "src/core/SkMemset_opts_avx.cpp",
+ "src/core/SkMemset_opts_erms.cpp",
+ "src/core/SkMesh.cpp",
+ "src/core/SkMipmap.cpp",
+ "src/core/SkMipmapAccessor.cpp",
+ "src/core/SkMipmapBuilder.cpp",
+ "src/core/SkMipmapDrawDownSampler.cpp",
+ "src/core/SkMipmapHQDownSampler.cpp",
+ "src/core/SkOpts.cpp",
+ "src/core/SkOverdrawCanvas.cpp",
+ "src/core/SkPaint.cpp",
+ "src/core/SkPaintPriv.cpp",
+ "src/core/SkPath.cpp",
+ "src/core/SkPathBuilder.cpp",
+ "src/core/SkPathEffect.cpp",
+ "src/core/SkPathMeasure.cpp",
+ "src/core/SkPathRef.cpp",
+ "src/core/SkPathUtils.cpp",
+ "src/core/SkPath_serial.cpp",
+ "src/core/SkPicture.cpp",
+ "src/core/SkPictureData.cpp",
+ "src/core/SkPictureFlat.cpp",
+ "src/core/SkPicturePlayback.cpp",
+ "src/core/SkPictureRecord.cpp",
+ "src/core/SkPictureRecorder.cpp",
+ "src/core/SkPixelRef.cpp",
+ "src/core/SkPixmap.cpp",
+ "src/core/SkPixmapDraw.cpp",
+ "src/core/SkPoint.cpp",
+ "src/core/SkPoint3.cpp",
+ "src/core/SkPtrRecorder.cpp",
+ "src/core/SkQuadClipper.cpp",
+ "src/core/SkRRect.cpp",
+ "src/core/SkRSXform.cpp",
+ "src/core/SkRTree.cpp",
+ "src/core/SkRasterClip.cpp",
+ "src/core/SkRasterPipeline.cpp",
+ "src/core/SkRasterPipelineBlitter.cpp",
+ "src/core/SkReadBuffer.cpp",
+ "src/core/SkReadPixelsRec.cpp",
+ "src/core/SkRecord.cpp",
+ "src/core/SkRecordDraw.cpp",
+ "src/core/SkRecordOpts.cpp",
+ "src/core/SkRecordedDrawable.cpp",
+ "src/core/SkRecorder.cpp",
+ "src/core/SkRecords.cpp",
+ "src/core/SkRect.cpp",
+ "src/core/SkRegion.cpp",
+ "src/core/SkRegion_path.cpp",
+ "src/core/SkResourceCache.cpp",
+ "src/core/SkRuntimeBlender.cpp",
+ "src/core/SkRuntimeEffect.cpp",
+ "src/core/SkSLTypeShared.cpp",
+ "src/core/SkScalar.cpp",
+ "src/core/SkScalerContext.cpp",
+ "src/core/SkScan.cpp",
+ "src/core/SkScan_AAAPath.cpp",
+ "src/core/SkScan_AntiPath.cpp",
+ "src/core/SkScan_Antihair.cpp",
+ "src/core/SkScan_Hairline.cpp",
+ "src/core/SkScan_Path.cpp",
+ "src/core/SkScan_SAAPath.cpp",
+ "src/core/SkSpecialImage.cpp",
+ "src/core/SkSpriteBlitter_ARGB32.cpp",
+ "src/core/SkStream.cpp",
+ "src/core/SkStrike.cpp",
+ "src/core/SkStrikeCache.cpp",
+ "src/core/SkStrikeSpec.cpp",
+ "src/core/SkString.cpp",
+ "src/core/SkStringUtils.cpp",
+ "src/core/SkStroke.cpp",
+ "src/core/SkStrokeRec.cpp",
+ "src/core/SkStrokerPriv.cpp",
+ "src/core/SkSwizzle.cpp",
+ "src/core/SkSwizzler_opts.cpp",
+ "src/core/SkSwizzler_opts_hsw.cpp",
+ "src/core/SkSwizzler_opts_ssse3.cpp",
+ "src/core/SkTaskGroup.cpp",
+ "src/core/SkTextBlob.cpp",
+ "src/core/SkTextBlobTrace.cpp",
+ "src/core/SkTypeface.cpp",
+ "src/core/SkTypefaceCache.cpp",
+ "src/core/SkTypeface_remote.cpp",
+ "src/core/SkUnPreMultiply.cpp",
+ "src/core/SkVertState.cpp",
+ "src/core/SkVertices.cpp",
+ "src/core/SkWriteBuffer.cpp",
+ "src/core/SkWritePixelsRec.cpp",
+ "src/core/SkWriter32.cpp",
+ "src/core/SkYUVAInfo.cpp",
+ "src/core/SkYUVAPixmaps.cpp",
+ "src/core/SkYUVMath.cpp",
+ "src/core/SkYUVPlanesCache.cpp",
+ "src/effects/Sk1DPathEffect.cpp",
+ "src/effects/Sk2DPathEffect.cpp",
+ "src/effects/SkBlenders.cpp",
+ "src/effects/SkColorMatrix.cpp",
+ "src/effects/SkColorMatrixFilter.cpp",
+ "src/effects/SkCornerPathEffect.cpp",
+ "src/effects/SkDashPathEffect.cpp",
+ "src/effects/SkDiscretePathEffect.cpp",
+ "src/effects/SkEmbossMask.cpp",
+ "src/effects/SkEmbossMaskFilter.cpp",
+ "src/effects/SkHighContrastFilter.cpp",
+ "src/effects/SkLayerDrawLooper.cpp",
+ "src/effects/SkShaderMaskFilterImpl.cpp",
+ "src/effects/SkTableMaskFilter.cpp",
+ "src/effects/SkTrimPathEffect.cpp",
+ "src/effects/colorfilters/SkBlendModeColorFilter.cpp",
+ "src/effects/colorfilters/SkColorFilterBase.cpp",
+ "src/effects/colorfilters/SkColorSpaceXformColorFilter.cpp",
+ "src/effects/colorfilters/SkComposeColorFilter.cpp",
+ "src/effects/colorfilters/SkGaussianColorFilter.cpp",
+ "src/effects/colorfilters/SkMatrixColorFilter.cpp",
+ "src/effects/colorfilters/SkRuntimeColorFilter.cpp",
+ "src/effects/colorfilters/SkTableColorFilter.cpp",
+ "src/effects/colorfilters/SkWorkingFormatColorFilter.cpp",
+ "src/effects/imagefilters/SkBlendImageFilter.cpp",
+ "src/effects/imagefilters/SkBlurImageFilter.cpp",
+ "src/effects/imagefilters/SkColorFilterImageFilter.cpp",
+ "src/effects/imagefilters/SkComposeImageFilter.cpp",
+ "src/effects/imagefilters/SkCropImageFilter.cpp",
+ "src/effects/imagefilters/SkDisplacementMapImageFilter.cpp",
+ "src/effects/imagefilters/SkDropShadowImageFilter.cpp",
+ "src/effects/imagefilters/SkImageImageFilter.cpp",
+ "src/effects/imagefilters/SkLightingImageFilter.cpp",
+ "src/effects/imagefilters/SkMagnifierImageFilter.cpp",
+ "src/effects/imagefilters/SkMatrixConvolutionImageFilter.cpp",
+ "src/effects/imagefilters/SkMatrixTransformImageFilter.cpp",
+ "src/effects/imagefilters/SkMergeImageFilter.cpp",
+ "src/effects/imagefilters/SkMorphologyImageFilter.cpp",
+ "src/effects/imagefilters/SkPictureImageFilter.cpp",
+ "src/effects/imagefilters/SkRuntimeImageFilter.cpp",
+ "src/effects/imagefilters/SkShaderImageFilter.cpp",
+ "src/encode/SkEncoder.cpp",
+ "src/encode/SkICC.cpp",
+ "src/encode/SkPngEncoderImpl.cpp",
+ "src/gpu/AtlasTypes.cpp",
+ "src/gpu/Blend.cpp",
+ "src/gpu/BlendFormula.cpp",
+ "src/gpu/BlurUtils.cpp",
+ "src/gpu/DitherUtils.cpp",
+ "src/gpu/MutableTextureState.cpp",
+ "src/gpu/PipelineUtils.cpp",
+ "src/gpu/RectanizerPow2.cpp",
+ "src/gpu/RectanizerSkyline.cpp",
+ "src/gpu/ResourceKey.cpp",
+ "src/gpu/ShaderErrorHandler.cpp",
+ "src/gpu/SkBackingFit.cpp",
+ "src/gpu/Swizzle.cpp",
+ "src/gpu/TiledTextureUtils.cpp",
+ "src/gpu/ganesh/ClipStack.cpp",
+ "src/gpu/ganesh/Device.cpp",
+ "src/gpu/ganesh/Device_drawTexture.cpp",
+ "src/gpu/ganesh/GrAHardwareBufferImageGenerator.cpp",
+ "src/gpu/ganesh/GrAHardwareBufferUtils.cpp",
+ "src/gpu/ganesh/GrAttachment.cpp",
+ "src/gpu/ganesh/GrAuditTrail.cpp",
+ "src/gpu/ganesh/GrBackendSemaphore.cpp",
+ "src/gpu/ganesh/GrBackendSurface.cpp",
+ "src/gpu/ganesh/GrBackendTextureImageGenerator.cpp",
+ "src/gpu/ganesh/GrBackendUtils.cpp",
+ "src/gpu/ganesh/GrBlurUtils.cpp",
+ "src/gpu/ganesh/GrBufferAllocPool.cpp",
+ "src/gpu/ganesh/GrBufferTransferRenderTask.cpp",
+ "src/gpu/ganesh/GrBufferUpdateRenderTask.cpp",
+ "src/gpu/ganesh/GrCanvas.cpp",
+ "src/gpu/ganesh/GrCaps.cpp",
+ "src/gpu/ganesh/GrClientMappedBufferManager.cpp",
+ "src/gpu/ganesh/GrColorInfo.cpp",
+ "src/gpu/ganesh/GrColorSpaceXform.cpp",
+ "src/gpu/ganesh/GrContextThreadSafeProxy.cpp",
+ "src/gpu/ganesh/GrContext_Base.cpp",
+ "src/gpu/ganesh/GrCopyRenderTask.cpp",
+ "src/gpu/ganesh/GrDDLContext.cpp",
+ "src/gpu/ganesh/GrDDLTask.cpp",
+ "src/gpu/ganesh/GrDataUtils.cpp",
+ "src/gpu/ganesh/GrDefaultGeoProcFactory.cpp",
+ "src/gpu/ganesh/GrDeferredDisplayList.cpp",
+ "src/gpu/ganesh/GrDeferredDisplayListRecorder.cpp",
+ "src/gpu/ganesh/GrDirectContext.cpp",
+ "src/gpu/ganesh/GrDirectContextPriv.cpp",
+ "src/gpu/ganesh/GrDistanceFieldGenFromVector.cpp",
+ "src/gpu/ganesh/GrDrawOpAtlas.cpp",
+ "src/gpu/ganesh/GrDrawOpTest.cpp",
+ "src/gpu/ganesh/GrDrawingManager.cpp",
+ "src/gpu/ganesh/GrDriverBugWorkarounds.cpp",
+ "src/gpu/ganesh/GrDynamicAtlas.cpp",
+ "src/gpu/ganesh/GrEagerVertexAllocator.cpp",
+ "src/gpu/ganesh/GrFinishCallbacks.cpp",
+ "src/gpu/ganesh/GrFixedClip.cpp",
+ "src/gpu/ganesh/GrFragmentProcessor.cpp",
+ "src/gpu/ganesh/GrFragmentProcessors.cpp",
+ "src/gpu/ganesh/GrGeometryProcessor.cpp",
+ "src/gpu/ganesh/GrGpu.cpp",
+ "src/gpu/ganesh/GrGpuBuffer.cpp",
+ "src/gpu/ganesh/GrGpuResource.cpp",
+ "src/gpu/ganesh/GrImageContext.cpp",
+ "src/gpu/ganesh/GrImageInfo.cpp",
+ "src/gpu/ganesh/GrManagedResource.cpp",
+ "src/gpu/ganesh/GrMemoryPool.cpp",
+ "src/gpu/ganesh/GrMeshBuffers.cpp",
+ "src/gpu/ganesh/GrMeshDrawTarget.cpp",
+ "src/gpu/ganesh/GrOnFlushResourceProvider.cpp",
+ "src/gpu/ganesh/GrOpFlushState.cpp",
+ "src/gpu/ganesh/GrOpsRenderPass.cpp",
+ "src/gpu/ganesh/GrPaint.cpp",
+ "src/gpu/ganesh/GrPersistentCacheUtils.cpp",
+ "src/gpu/ganesh/GrPipeline.cpp",
+ "src/gpu/ganesh/GrProcessor.cpp",
+ "src/gpu/ganesh/GrProcessorAnalysis.cpp",
+ "src/gpu/ganesh/GrProcessorSet.cpp",
+ "src/gpu/ganesh/GrProcessorUnitTest.cpp",
+ "src/gpu/ganesh/GrProgramDesc.cpp",
+ "src/gpu/ganesh/GrProgramInfo.cpp",
+ "src/gpu/ganesh/GrPromiseImageTexture.cpp",
+ "src/gpu/ganesh/GrProxyProvider.cpp",
+ "src/gpu/ganesh/GrRecordingContext.cpp",
+ "src/gpu/ganesh/GrRecordingContextPriv.cpp",
+ "src/gpu/ganesh/GrRenderTarget.cpp",
+ "src/gpu/ganesh/GrRenderTargetProxy.cpp",
+ "src/gpu/ganesh/GrRenderTask.cpp",
+ "src/gpu/ganesh/GrRenderTaskCluster.cpp",
+ "src/gpu/ganesh/GrResourceAllocator.cpp",
+ "src/gpu/ganesh/GrResourceCache.cpp",
+ "src/gpu/ganesh/GrResourceProvider.cpp",
+ "src/gpu/ganesh/GrRingBuffer.cpp",
+ "src/gpu/ganesh/GrSPIRVUniformHandler.cpp",
+ "src/gpu/ganesh/GrSPIRVVaryingHandler.cpp",
+ "src/gpu/ganesh/GrSWMaskHelper.cpp",
+ "src/gpu/ganesh/GrShaderCaps.cpp",
+ "src/gpu/ganesh/GrShaderVar.cpp",
+ "src/gpu/ganesh/GrStagingBufferManager.cpp",
+ "src/gpu/ganesh/GrStencilSettings.cpp",
+ "src/gpu/ganesh/GrStyle.cpp",
+ "src/gpu/ganesh/GrSurface.cpp",
+ "src/gpu/ganesh/GrSurfaceCharacterization.cpp",
+ "src/gpu/ganesh/GrSurfaceProxy.cpp",
+ "src/gpu/ganesh/GrSurfaceProxyView.cpp",
+ "src/gpu/ganesh/GrTestUtils.cpp",
+ "src/gpu/ganesh/GrTexture.cpp",
+ "src/gpu/ganesh/GrTextureProxy.cpp",
+ "src/gpu/ganesh/GrTextureRenderTargetProxy.cpp",
+ "src/gpu/ganesh/GrTextureResolveRenderTask.cpp",
+ "src/gpu/ganesh/GrThreadSafeCache.cpp",
+ "src/gpu/ganesh/GrThreadSafePipelineBuilder.cpp",
+ "src/gpu/ganesh/GrTransferFromRenderTask.cpp",
+ "src/gpu/ganesh/GrUniformDataManager.cpp",
+ "src/gpu/ganesh/GrUtil.cpp",
+ "src/gpu/ganesh/GrVertexChunkArray.cpp",
+ "src/gpu/ganesh/GrWaitRenderTask.cpp",
+ "src/gpu/ganesh/GrWritePixelsRenderTask.cpp",
+ "src/gpu/ganesh/GrXferProcessor.cpp",
+ "src/gpu/ganesh/GrYUVABackendTextures.cpp",
+ "src/gpu/ganesh/GrYUVATextureProxies.cpp",
+ "src/gpu/ganesh/PathRenderer.cpp",
+ "src/gpu/ganesh/PathRendererChain.cpp",
+ "src/gpu/ganesh/SkGr.cpp",
+ "src/gpu/ganesh/StencilMaskHelper.cpp",
+ "src/gpu/ganesh/SurfaceContext.cpp",
+ "src/gpu/ganesh/SurfaceDrawContext.cpp",
+ "src/gpu/ganesh/SurfaceFillContext.cpp",
+ "src/gpu/ganesh/effects/GrBezierEffect.cpp",
+ "src/gpu/ganesh/effects/GrBicubicEffect.cpp",
+ "src/gpu/ganesh/effects/GrBitmapTextGeoProc.cpp",
+ "src/gpu/ganesh/effects/GrBlendFragmentProcessor.cpp",
+ "src/gpu/ganesh/effects/GrColorTableEffect.cpp",
+ "src/gpu/ganesh/effects/GrConvexPolyEffect.cpp",
+ "src/gpu/ganesh/effects/GrCoverageSetOpXP.cpp",
+ "src/gpu/ganesh/effects/GrCustomXfermode.cpp",
+ "src/gpu/ganesh/effects/GrDisableColorXP.cpp",
+ "src/gpu/ganesh/effects/GrDistanceFieldGeoProc.cpp",
+ "src/gpu/ganesh/effects/GrMatrixEffect.cpp",
+ "src/gpu/ganesh/effects/GrModulateAtlasCoverageEffect.cpp",
+ "src/gpu/ganesh/effects/GrOvalEffect.cpp",
+ "src/gpu/ganesh/effects/GrPerlinNoise2Effect.cpp",
+ "src/gpu/ganesh/effects/GrPorterDuffXferProcessor.cpp",
+ "src/gpu/ganesh/effects/GrRRectEffect.cpp",
+ "src/gpu/ganesh/effects/GrShadowGeoProc.cpp",
+ "src/gpu/ganesh/effects/GrSkSLFP.cpp",
+ "src/gpu/ganesh/effects/GrTextureEffect.cpp",
+ "src/gpu/ganesh/effects/GrYUVtoRGBEffect.cpp",
+ "src/gpu/ganesh/geometry/GrAAConvexTessellator.cpp",
+ "src/gpu/ganesh/geometry/GrAATriangulator.cpp",
+ "src/gpu/ganesh/geometry/GrPathUtils.cpp",
+ "src/gpu/ganesh/geometry/GrQuad.cpp",
+ "src/gpu/ganesh/geometry/GrQuadUtils.cpp",
+ "src/gpu/ganesh/geometry/GrShape.cpp",
+ "src/gpu/ganesh/geometry/GrStyledShape.cpp",
+ "src/gpu/ganesh/geometry/GrTriangulator.cpp",
+ "src/gpu/ganesh/gl/AHardwareBufferGL.cpp",
+ "src/gpu/ganesh/gl/GrGLAssembleGLESInterfaceAutogen.cpp",
+ "src/gpu/ganesh/gl/GrGLAssembleGLInterfaceAutogen.cpp",
+ "src/gpu/ganesh/gl/GrGLAssembleHelpers.cpp",
+ "src/gpu/ganesh/gl/GrGLAssembleInterface.cpp",
+ "src/gpu/ganesh/gl/GrGLAssembleWebGLInterfaceAutogen.cpp",
+ "src/gpu/ganesh/gl/GrGLAttachment.cpp",
+ "src/gpu/ganesh/gl/GrGLBackendSurface.cpp",
+ "src/gpu/ganesh/gl/GrGLBuffer.cpp",
+ "src/gpu/ganesh/gl/GrGLCaps.cpp",
+ "src/gpu/ganesh/gl/GrGLContext.cpp",
+ "src/gpu/ganesh/gl/GrGLDirectContext.cpp",
+ "src/gpu/ganesh/gl/GrGLExtensions.cpp",
+ "src/gpu/ganesh/gl/GrGLGLSL.cpp",
+ "src/gpu/ganesh/gl/GrGLGpu.cpp",
+ "src/gpu/ganesh/gl/GrGLGpuProgramCache.cpp",
+ "src/gpu/ganesh/gl/GrGLInterfaceAutogen.cpp",
+ "src/gpu/ganesh/gl/GrGLOpsRenderPass.cpp",
+ "src/gpu/ganesh/gl/GrGLProgram.cpp",
+ "src/gpu/ganesh/gl/GrGLProgramDataManager.cpp",
+ "src/gpu/ganesh/gl/GrGLRenderTarget.cpp",
+ "src/gpu/ganesh/gl/GrGLSemaphore.cpp",
+ "src/gpu/ganesh/gl/GrGLTexture.cpp",
+ "src/gpu/ganesh/gl/GrGLTextureRenderTarget.cpp",
+ "src/gpu/ganesh/gl/GrGLTypesPriv.cpp",
+ "src/gpu/ganesh/gl/GrGLUniformHandler.cpp",
+ "src/gpu/ganesh/gl/GrGLUtil.cpp",
+ "src/gpu/ganesh/gl/GrGLVertexArray.cpp",
+ "src/gpu/ganesh/gl/builders/GrGLProgramBuilder.cpp",
+ "src/gpu/ganesh/gl/builders/GrGLShaderStringBuilder.cpp",
+ "src/gpu/ganesh/gl/egl/GrGLMakeEGLInterface.cpp",
+ "src/gpu/ganesh/gl/egl/GrGLMakeNativeInterface_egl.cpp",
+ "src/gpu/ganesh/glsl/GrGLSLBlend.cpp",
+ "src/gpu/ganesh/glsl/GrGLSLFragmentShaderBuilder.cpp",
+ "src/gpu/ganesh/glsl/GrGLSLProgramBuilder.cpp",
+ "src/gpu/ganesh/glsl/GrGLSLProgramDataManager.cpp",
+ "src/gpu/ganesh/glsl/GrGLSLShaderBuilder.cpp",
+ "src/gpu/ganesh/glsl/GrGLSLUniformHandler.cpp",
+ "src/gpu/ganesh/glsl/GrGLSLVarying.cpp",
+ "src/gpu/ganesh/glsl/GrGLSLVertexGeoBuilder.cpp",
+ "src/gpu/ganesh/gradients/GrGradientBitmapCache.cpp",
+ "src/gpu/ganesh/gradients/GrGradientShader.cpp",
+ "src/gpu/ganesh/image/GrImageUtils.cpp",
+ "src/gpu/ganesh/image/GrTextureGenerator.cpp",
+ "src/gpu/ganesh/image/SkImage_Ganesh.cpp",
+ "src/gpu/ganesh/image/SkImage_GaneshBase.cpp",
+ "src/gpu/ganesh/image/SkImage_GaneshFactories.cpp",
+ "src/gpu/ganesh/image/SkImage_GaneshYUVA.cpp",
+ "src/gpu/ganesh/image/SkImage_LazyTexture.cpp",
+ "src/gpu/ganesh/image/SkImage_RasterPinnable.cpp",
+ "src/gpu/ganesh/image/SkSpecialImage_Ganesh.cpp",
+ "src/gpu/ganesh/mock/GrMockCaps.cpp",
+ "src/gpu/ganesh/mock/GrMockGpu.cpp",
+ "src/gpu/ganesh/mock/GrMockTypes.cpp",
+ "src/gpu/ganesh/ops/AAConvexPathRenderer.cpp",
+ "src/gpu/ganesh/ops/AAHairLinePathRenderer.cpp",
+ "src/gpu/ganesh/ops/AALinearizingConvexPathRenderer.cpp",
+ "src/gpu/ganesh/ops/AtlasInstancedHelper.cpp",
+ "src/gpu/ganesh/ops/AtlasPathRenderer.cpp",
+ "src/gpu/ganesh/ops/AtlasRenderTask.cpp",
+ "src/gpu/ganesh/ops/AtlasTextOp.cpp",
+ "src/gpu/ganesh/ops/ClearOp.cpp",
+ "src/gpu/ganesh/ops/DashLinePathRenderer.cpp",
+ "src/gpu/ganesh/ops/DashOp.cpp",
+ "src/gpu/ganesh/ops/DefaultPathRenderer.cpp",
+ "src/gpu/ganesh/ops/DrawAtlasOp.cpp",
+ "src/gpu/ganesh/ops/DrawAtlasPathOp.cpp",
+ "src/gpu/ganesh/ops/DrawMeshOp.cpp",
+ "src/gpu/ganesh/ops/DrawableOp.cpp",
+ "src/gpu/ganesh/ops/FillRRectOp.cpp",
+ "src/gpu/ganesh/ops/FillRectOp.cpp",
+ "src/gpu/ganesh/ops/GrMeshDrawOp.cpp",
+ "src/gpu/ganesh/ops/GrOp.cpp",
+ "src/gpu/ganesh/ops/GrOvalOpFactory.cpp",
+ "src/gpu/ganesh/ops/GrSimpleMeshDrawOpHelper.cpp",
+ "src/gpu/ganesh/ops/GrSimpleMeshDrawOpHelperWithStencil.cpp",
+ "src/gpu/ganesh/ops/LatticeOp.cpp",
+ "src/gpu/ganesh/ops/OpsTask.cpp",
+ "src/gpu/ganesh/ops/PathInnerTriangulateOp.cpp",
+ "src/gpu/ganesh/ops/PathStencilCoverOp.cpp",
+ "src/gpu/ganesh/ops/PathTessellateOp.cpp",
+ "src/gpu/ganesh/ops/QuadPerEdgeAA.cpp",
+ "src/gpu/ganesh/ops/RegionOp.cpp",
+ "src/gpu/ganesh/ops/ShadowRRectOp.cpp",
+ "src/gpu/ganesh/ops/SmallPathAtlasMgr.cpp",
+ "src/gpu/ganesh/ops/SmallPathRenderer.cpp",
+ "src/gpu/ganesh/ops/SmallPathShapeData.cpp",
+ "src/gpu/ganesh/ops/SoftwarePathRenderer.cpp",
+ "src/gpu/ganesh/ops/StrokeRectOp.cpp",
+ "src/gpu/ganesh/ops/StrokeTessellateOp.cpp",
+ "src/gpu/ganesh/ops/TessellationPathRenderer.cpp",
+ "src/gpu/ganesh/ops/TextureOp.cpp",
+ "src/gpu/ganesh/ops/TriangulatingPathRenderer.cpp",
+ "src/gpu/ganesh/surface/SkSurface_AndroidFactories.cpp",
+ "src/gpu/ganesh/surface/SkSurface_Ganesh.cpp",
+ "src/gpu/ganesh/tessellate/GrPathTessellationShader.cpp",
+ "src/gpu/ganesh/tessellate/GrStrokeTessellationShader.cpp",
+ "src/gpu/ganesh/tessellate/GrTessellationShader.cpp",
+ "src/gpu/ganesh/tessellate/PathTessellator.cpp",
+ "src/gpu/ganesh/tessellate/StrokeTessellator.cpp",
+ "src/gpu/ganesh/text/GrAtlasManager.cpp",
+ "src/gpu/ganesh/vk/AHardwareBufferVk.cpp",
+ "src/gpu/ganesh/vk/GrVkBackendSemaphore.cpp",
+ "src/gpu/ganesh/vk/GrVkBackendSurface.cpp",
+ "src/gpu/ganesh/vk/GrVkBuffer.cpp",
+ "src/gpu/ganesh/vk/GrVkCaps.cpp",
+ "src/gpu/ganesh/vk/GrVkCommandBuffer.cpp",
+ "src/gpu/ganesh/vk/GrVkCommandPool.cpp",
+ "src/gpu/ganesh/vk/GrVkContextThreadSafeProxy.cpp",
+ "src/gpu/ganesh/vk/GrVkDescriptorPool.cpp",
+ "src/gpu/ganesh/vk/GrVkDescriptorSet.cpp",
+ "src/gpu/ganesh/vk/GrVkDescriptorSetManager.cpp",
+ "src/gpu/ganesh/vk/GrVkDirectContext.cpp",
+ "src/gpu/ganesh/vk/GrVkFramebuffer.cpp",
+ "src/gpu/ganesh/vk/GrVkGpu.cpp",
+ "src/gpu/ganesh/vk/GrVkImage.cpp",
+ "src/gpu/ganesh/vk/GrVkImageView.cpp",
+ "src/gpu/ganesh/vk/GrVkMSAALoadManager.cpp",
+ "src/gpu/ganesh/vk/GrVkOpsRenderPass.cpp",
+ "src/gpu/ganesh/vk/GrVkPipeline.cpp",
+ "src/gpu/ganesh/vk/GrVkPipelineState.cpp",
+ "src/gpu/ganesh/vk/GrVkPipelineStateBuilder.cpp",
+ "src/gpu/ganesh/vk/GrVkPipelineStateCache.cpp",
+ "src/gpu/ganesh/vk/GrVkPipelineStateDataManager.cpp",
+ "src/gpu/ganesh/vk/GrVkRenderPass.cpp",
+ "src/gpu/ganesh/vk/GrVkRenderTarget.cpp",
+ "src/gpu/ganesh/vk/GrVkResourceProvider.cpp",
+ "src/gpu/ganesh/vk/GrVkSampler.cpp",
+ "src/gpu/ganesh/vk/GrVkSamplerYcbcrConversion.cpp",
+ "src/gpu/ganesh/vk/GrVkSemaphore.cpp",
+ "src/gpu/ganesh/vk/GrVkTexture.cpp",
+ "src/gpu/ganesh/vk/GrVkTextureRenderTarget.cpp",
+ "src/gpu/ganesh/vk/GrVkTypesPriv.cpp",
+ "src/gpu/ganesh/vk/GrVkUniformHandler.cpp",
+ "src/gpu/ganesh/vk/GrVkUtil.cpp",
+ "src/gpu/ganesh/vk/GrVkVaryingHandler.cpp",
+ "src/gpu/tessellate/FixedCountBufferUtils.cpp",
+ "src/gpu/tessellate/Tessellation.cpp",
+ "src/gpu/vk/VulkanAMDMemoryAllocator.cpp",
+ "src/gpu/vk/VulkanExtensions.cpp",
+ "src/gpu/vk/VulkanInterface.cpp",
+ "src/gpu/vk/VulkanMemory.cpp",
+ "src/gpu/vk/VulkanMutableTextureState.cpp",
+ "src/gpu/vk/VulkanUtilsPriv.cpp",
+ "src/image/SkImage.cpp",
+ "src/image/SkImage_AndroidFactories.cpp",
+ "src/image/SkImage_Base.cpp",
+ "src/image/SkImage_Lazy.cpp",
+ "src/image/SkImage_LazyFactories.cpp",
+ "src/image/SkImage_Picture.cpp",
+ "src/image/SkImage_Raster.cpp",
+ "src/image/SkImage_RasterFactories.cpp",
+ "src/image/SkPictureImageGenerator.cpp",
+ "src/image/SkRescaleAndReadPixels.cpp",
+ "src/image/SkSurface.cpp",
+ "src/image/SkSurface_Base.cpp",
+ "src/image/SkSurface_Null.cpp",
+ "src/image/SkSurface_Raster.cpp",
+ "src/image/SkTiledImageUtils.cpp",
+ "src/lazy/SkDiscardableMemoryPool.cpp",
+ "src/pathops/SkAddIntersections.cpp",
+ "src/pathops/SkDConicLineIntersection.cpp",
+ "src/pathops/SkDCubicLineIntersection.cpp",
+ "src/pathops/SkDCubicToQuads.cpp",
+ "src/pathops/SkDLineIntersection.cpp",
+ "src/pathops/SkDQuadLineIntersection.cpp",
+ "src/pathops/SkIntersections.cpp",
+ "src/pathops/SkOpAngle.cpp",
+ "src/pathops/SkOpBuilder.cpp",
+ "src/pathops/SkOpCoincidence.cpp",
+ "src/pathops/SkOpContour.cpp",
+ "src/pathops/SkOpCubicHull.cpp",
+ "src/pathops/SkOpEdgeBuilder.cpp",
+ "src/pathops/SkOpSegment.cpp",
+ "src/pathops/SkOpSpan.cpp",
+ "src/pathops/SkPathOpsAsWinding.cpp",
+ "src/pathops/SkPathOpsCommon.cpp",
+ "src/pathops/SkPathOpsConic.cpp",
+ "src/pathops/SkPathOpsCubic.cpp",
+ "src/pathops/SkPathOpsCurve.cpp",
+ "src/pathops/SkPathOpsDebug.cpp",
+ "src/pathops/SkPathOpsLine.cpp",
+ "src/pathops/SkPathOpsOp.cpp",
+ "src/pathops/SkPathOpsQuad.cpp",
+ "src/pathops/SkPathOpsRect.cpp",
+ "src/pathops/SkPathOpsSimplify.cpp",
+ "src/pathops/SkPathOpsTSect.cpp",
+ "src/pathops/SkPathOpsTightBounds.cpp",
+ "src/pathops/SkPathOpsTypes.cpp",
+ "src/pathops/SkPathOpsWinding.cpp",
+ "src/pathops/SkPathWriter.cpp",
+ "src/pathops/SkReduceOrder.cpp",
+ "src/pdf/SkDocument_PDF_None.cpp",
+ "src/ports/SkDebug_android.cpp",
+ "src/ports/SkDiscardableMemory_none.cpp",
+ "src/ports/SkFontMgr_empty_factory.cpp",
+ "src/ports/SkGlobalInitialization_default.cpp",
+ "src/ports/SkMemory_malloc.cpp",
+ "src/ports/SkOSFile_posix.cpp",
+ "src/ports/SkOSFile_stdio.cpp",
+ "src/ports/SkOSLibrary_posix.cpp",
+ "src/sfnt/SkOTTable_name.cpp",
+ "src/sfnt/SkOTUtils.cpp",
+ "src/shaders/SkBitmapProcShader.cpp",
+ "src/shaders/SkBlendShader.cpp",
+ "src/shaders/SkColorFilterShader.cpp",
+ "src/shaders/SkColorShader.cpp",
+ "src/shaders/SkCoordClampShader.cpp",
+ "src/shaders/SkEmptyShader.cpp",
+ "src/shaders/SkGainmapShader.cpp",
+ "src/shaders/SkImageShader.cpp",
+ "src/shaders/SkLocalMatrixShader.cpp",
+ "src/shaders/SkPerlinNoiseShaderImpl.cpp",
+ "src/shaders/SkPictureShader.cpp",
+ "src/shaders/SkRuntimeShader.cpp",
+ "src/shaders/SkShader.cpp",
+ "src/shaders/SkShaderBase.cpp",
+ "src/shaders/SkTransformShader.cpp",
+ "src/shaders/SkTriColorShader.cpp",
+ "src/shaders/SkWorkingColorSpaceShader.cpp",
+ "src/shaders/gradients/SkConicalGradient.cpp",
+ "src/shaders/gradients/SkGradientBaseShader.cpp",
+ "src/shaders/gradients/SkLinearGradient.cpp",
+ "src/shaders/gradients/SkRadialGradient.cpp",
+ "src/shaders/gradients/SkSweepGradient.cpp",
+ "src/sksl/SkSLAnalysis.cpp",
+ "src/sksl/SkSLBuiltinTypes.cpp",
+ "src/sksl/SkSLCompiler.cpp",
+ "src/sksl/SkSLConstantFolder.cpp",
+ "src/sksl/SkSLContext.cpp",
+ "src/sksl/SkSLErrorReporter.cpp",
+ "src/sksl/SkSLInliner.cpp",
+ "src/sksl/SkSLIntrinsicList.cpp",
+ "src/sksl/SkSLLexer.cpp",
+ "src/sksl/SkSLMangler.cpp",
+ "src/sksl/SkSLModuleLoader.cpp",
+ "src/sksl/SkSLOperator.cpp",
+ "src/sksl/SkSLOutputStream.cpp",
+ "src/sksl/SkSLParser.cpp",
+ "src/sksl/SkSLPool.cpp",
+ "src/sksl/SkSLPosition.cpp",
+ "src/sksl/SkSLSampleUsage.cpp",
+ "src/sksl/SkSLString.cpp",
+ "src/sksl/SkSLThreadContext.cpp",
+ "src/sksl/SkSLUtil.cpp",
+ "src/sksl/analysis/SkSLCanExitWithoutReturningValue.cpp",
+ "src/sksl/analysis/SkSLCheckProgramStructure.cpp",
+ "src/sksl/analysis/SkSLFinalizationChecks.cpp",
+ "src/sksl/analysis/SkSLGetLoopControlFlowInfo.cpp",
+ "src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp",
+ "src/sksl/analysis/SkSLGetReturnComplexity.cpp",
+ "src/sksl/analysis/SkSLHasSideEffects.cpp",
+ "src/sksl/analysis/SkSLIsConstantExpression.cpp",
+ "src/sksl/analysis/SkSLIsDynamicallyUniformExpression.cpp",
+ "src/sksl/analysis/SkSLIsSameExpressionTree.cpp",
+ "src/sksl/analysis/SkSLIsTrivialExpression.cpp",
+ "src/sksl/analysis/SkSLProgramUsage.cpp",
+ "src/sksl/analysis/SkSLReturnsInputAlpha.cpp",
+ "src/sksl/analysis/SkSLSwitchCaseContainsExit.cpp",
+ "src/sksl/analysis/SkSLSymbolTableStackBuilder.cpp",
+ "src/sksl/codegen/SkSLGLSLCodeGenerator.cpp",
+ "src/sksl/codegen/SkSLMetalCodeGenerator.cpp",
+ "src/sksl/codegen/SkSLPipelineStageCodeGenerator.cpp",
+ "src/sksl/codegen/SkSLRasterPipelineBuilder.cpp",
+ "src/sksl/codegen/SkSLRasterPipelineCodeGenerator.cpp",
+ "src/sksl/codegen/SkSLSPIRVCodeGenerator.cpp",
+ "src/sksl/codegen/SkSLSPIRVtoHLSL.cpp",
+ "src/sksl/codegen/SkSLWGSLCodeGenerator.cpp",
+ "src/sksl/ir/SkSLBinaryExpression.cpp",
+ "src/sksl/ir/SkSLBlock.cpp",
+ "src/sksl/ir/SkSLChildCall.cpp",
+ "src/sksl/ir/SkSLConstructor.cpp",
+ "src/sksl/ir/SkSLConstructorArray.cpp",
+ "src/sksl/ir/SkSLConstructorArrayCast.cpp",
+ "src/sksl/ir/SkSLConstructorCompound.cpp",
+ "src/sksl/ir/SkSLConstructorCompoundCast.cpp",
+ "src/sksl/ir/SkSLConstructorDiagonalMatrix.cpp",
+ "src/sksl/ir/SkSLConstructorMatrixResize.cpp",
+ "src/sksl/ir/SkSLConstructorScalarCast.cpp",
+ "src/sksl/ir/SkSLConstructorSplat.cpp",
+ "src/sksl/ir/SkSLConstructorStruct.cpp",
+ "src/sksl/ir/SkSLDiscardStatement.cpp",
+ "src/sksl/ir/SkSLDoStatement.cpp",
+ "src/sksl/ir/SkSLExpression.cpp",
+ "src/sksl/ir/SkSLExpressionStatement.cpp",
+ "src/sksl/ir/SkSLExtension.cpp",
+ "src/sksl/ir/SkSLFieldAccess.cpp",
+ "src/sksl/ir/SkSLForStatement.cpp",
+ "src/sksl/ir/SkSLFunctionCall.cpp",
+ "src/sksl/ir/SkSLFunctionDeclaration.cpp",
+ "src/sksl/ir/SkSLFunctionDefinition.cpp",
+ "src/sksl/ir/SkSLIfStatement.cpp",
+ "src/sksl/ir/SkSLIndexExpression.cpp",
+ "src/sksl/ir/SkSLInterfaceBlock.cpp",
+ "src/sksl/ir/SkSLLayout.cpp",
+ "src/sksl/ir/SkSLLiteral.cpp",
+ "src/sksl/ir/SkSLModifierFlags.cpp",
+ "src/sksl/ir/SkSLModifiersDeclaration.cpp",
+ "src/sksl/ir/SkSLPostfixExpression.cpp",
+ "src/sksl/ir/SkSLPrefixExpression.cpp",
+ "src/sksl/ir/SkSLProgram.cpp",
+ "src/sksl/ir/SkSLSetting.cpp",
+ "src/sksl/ir/SkSLStructDefinition.cpp",
+ "src/sksl/ir/SkSLSwitchCase.cpp",
+ "src/sksl/ir/SkSLSwitchStatement.cpp",
+ "src/sksl/ir/SkSLSwizzle.cpp",
+ "src/sksl/ir/SkSLSymbolTable.cpp",
+ "src/sksl/ir/SkSLTernaryExpression.cpp",
+ "src/sksl/ir/SkSLType.cpp",
+ "src/sksl/ir/SkSLTypeReference.cpp",
+ "src/sksl/ir/SkSLVarDeclarations.cpp",
+ "src/sksl/ir/SkSLVariable.cpp",
+ "src/sksl/ir/SkSLVariableReference.cpp",
+ "src/sksl/tracing/SkSLDebugTracePlayer.cpp",
+ "src/sksl/tracing/SkSLDebugTracePriv.cpp",
+ "src/sksl/tracing/SkSLTraceHook.cpp",
+ "src/sksl/transform/SkSLAddConstToVarModifiers.cpp",
+ "src/sksl/transform/SkSLEliminateDeadFunctions.cpp",
+ "src/sksl/transform/SkSLEliminateDeadGlobalVariables.cpp",
+ "src/sksl/transform/SkSLEliminateDeadLocalVariables.cpp",
+ "src/sksl/transform/SkSLEliminateEmptyStatements.cpp",
+ "src/sksl/transform/SkSLEliminateUnreachableCode.cpp",
+ "src/sksl/transform/SkSLFindAndDeclareBuiltinFunctions.cpp",
+ "src/sksl/transform/SkSLFindAndDeclareBuiltinVariables.cpp",
+ "src/sksl/transform/SkSLHoistSwitchVarDeclarationsAtTopLevel.cpp",
+ "src/sksl/transform/SkSLRenamePrivateSymbols.cpp",
+ "src/sksl/transform/SkSLReplaceConstVarsWithLiterals.cpp",
+ "src/sksl/transform/SkSLRewriteIndexedSwizzle.cpp",
+ "src/text/GlyphRun.cpp",
+ "src/text/SlugFromBuffer.cpp",
+ "src/text/StrikeForGPU.cpp",
+ "src/text/gpu/DistanceFieldAdjustTable.cpp",
+ "src/text/gpu/GlyphVector.cpp",
+ "src/text/gpu/SDFMaskFilter.cpp",
+ "src/text/gpu/SDFTControl.cpp",
+ "src/text/gpu/SkChromeRemoteGlyphCache.cpp",
+ "src/text/gpu/Slug.cpp",
+ "src/text/gpu/SlugImpl.cpp",
+ "src/text/gpu/StrikeCache.cpp",
+ "src/text/gpu/SubRunAllocator.cpp",
+ "src/text/gpu/SubRunContainer.cpp",
+ "src/text/gpu/TextBlob.cpp",
+ "src/text/gpu/TextBlobRedrawCoordinator.cpp",
+ "src/text/gpu/VertexFiller.cpp",
+ "src/utils/SkAnimCodecPlayer.cpp",
+ "src/utils/SkCamera.cpp",
+ "src/utils/SkCanvasStack.cpp",
+ "src/utils/SkCanvasStateUtils.cpp",
+ "src/utils/SkCharToGlyphCache.cpp",
+ "src/utils/SkClipStackUtils.cpp",
+ "src/utils/SkCustomTypeface.cpp",
+ "src/utils/SkDashPath.cpp",
+ "src/utils/SkEventTracer.cpp",
+ "src/utils/SkFloatToDecimal.cpp",
+ "src/utils/SkJSON.cpp",
+ "src/utils/SkJSONWriter.cpp",
+ "src/utils/SkMatrix22.cpp",
+ "src/utils/SkMultiPictureDocument.cpp",
+ "src/utils/SkNWayCanvas.cpp",
+ "src/utils/SkNullCanvas.cpp",
+ "src/utils/SkOSPath.cpp",
+ "src/utils/SkOrderedFontMgr.cpp",
+ "src/utils/SkPaintFilterCanvas.cpp",
+ "src/utils/SkParse.cpp",
+ "src/utils/SkParseColor.cpp",
+ "src/utils/SkParsePath.cpp",
+ "src/utils/SkPatchUtils.cpp",
+ "src/utils/SkPolyUtils.cpp",
+ "src/utils/SkShaderUtils.cpp",
+ "src/utils/SkShadowTessellator.cpp",
+ "src/utils/SkShadowUtils.cpp",
+ "src/utils/SkTextUtils.cpp",
+ "src/utils/mac/SkCTFont.cpp",
+ "src/utils/mac/SkCreateCGImageRef.cpp",
+ "src/utils/win/SkAutoCoInitialize.cpp",
+ "src/utils/win/SkDWrite.cpp",
+ "src/utils/win/SkDWriteFontFileStream.cpp",
+ "src/utils/win/SkDWriteGeometrySink.cpp",
+ "src/utils/win/SkHRESULT.cpp",
+ "src/utils/win/SkIStream.cpp",
+ "src/utils/win/SkWGL_win.cpp",
+ "tools/SkSharingProc.cpp",
+ ],
+ local_include_dirs: [
+ "renderengine",
+ ],
+ export_include_dirs: [
+ "renderengine",
+ ],
+}
+
+cc_library_static {
+ name: "libskia",
+ host_supported: true,
+ cppflags:[
+ // Exceptions are necessary for SkRawCodec.
+ // FIXME: Should we split SkRawCodec into a separate target so the rest
+ // of Skia need not be compiled with exceptions?
+ "-fexceptions",
+ ],
+
+ srcs: [
+ "client_utils/android/BitmapRegionDecoder.cpp",
+ "client_utils/android/FrontBufferedStream.cpp",
+ "modules/skcms/skcms.cc",
+ "modules/skcms/src/skcms_TransformBaseline.cc",
+ "src/android/SkAndroidFrameworkUtils.cpp",
+ "src/android/SkAnimatedImage.cpp",
+ "src/base/SkArenaAlloc.cpp",
+ "src/base/SkBase64.cpp",
+ "src/base/SkBezierCurves.cpp",
+ "src/base/SkBlockAllocator.cpp",
+ "src/base/SkBuffer.cpp",
+ "src/base/SkContainers.cpp",
+ "src/base/SkCubics.cpp",
+ "src/base/SkDebug.cpp",
+ "src/base/SkDeque.cpp",
+ "src/base/SkFloatingPoint.cpp",
+ "src/base/SkHalf.cpp",
+ "src/base/SkMalloc.cpp",
+ "src/base/SkMathPriv.cpp",
+ "src/base/SkQuads.cpp",
+ "src/base/SkSafeMath.cpp",
+ "src/base/SkSemaphore.cpp",
+ "src/base/SkSharedMutex.cpp",
+ "src/base/SkSpinlock.cpp",
+ "src/base/SkTDArray.cpp",
+ "src/base/SkTSearch.cpp",
+ "src/base/SkThreadID.cpp",
+ "src/base/SkTime.cpp",
+ "src/base/SkUTF.cpp",
+ "src/base/SkUtils.cpp",
+ "src/codec/SkAndroidCodec.cpp",
+ "src/codec/SkAndroidCodecAdapter.cpp",
+ "src/codec/SkBmpBaseCodec.cpp",
+ "src/codec/SkBmpCodec.cpp",
+ "src/codec/SkBmpMaskCodec.cpp",
+ "src/codec/SkBmpRLECodec.cpp",
+ "src/codec/SkBmpStandardCodec.cpp",
+ "src/codec/SkCodec.cpp",
+ "src/codec/SkCodecImageGenerator.cpp",
+ "src/codec/SkColorPalette.cpp",
+ "src/codec/SkEncodedInfo.cpp",
+ "src/codec/SkExif.cpp",
+ "src/codec/SkIcoCodec.cpp",
+ "src/codec/SkImageGenerator_FromEncoded.cpp",
+ "src/codec/SkJpegCodec.cpp",
+ "src/codec/SkJpegDecoderMgr.cpp",
+ "src/codec/SkJpegSourceMgr.cpp",
+ "src/codec/SkJpegUtility.cpp",
+ "src/codec/SkMaskSwizzler.cpp",
+ "src/codec/SkMasks.cpp",
+ "src/codec/SkParseEncodedOrigin.cpp",
+ "src/codec/SkPixmapUtils.cpp",
+ "src/codec/SkPngCodec.cpp",
+ "src/codec/SkSampledCodec.cpp",
+ "src/codec/SkSampler.cpp",
+ "src/codec/SkSwizzler.cpp",
+ "src/codec/SkTiffUtility.cpp",
+ "src/codec/SkWbmpCodec.cpp",
+ "src/codec/SkWebpCodec.cpp",
+ "src/codec/SkWuffsCodec.cpp",
+ "src/codec/SkXmp.cpp",
+ "src/core/SkAAClip.cpp",
+ "src/core/SkATrace.cpp",
+ "src/core/SkAlphaRuns.cpp",
+ "src/core/SkAnalyticEdge.cpp",
+ "src/core/SkAnnotation.cpp",
+ "src/core/SkAutoPixmapStorage.cpp",
+ "src/core/SkBBHFactory.cpp",
+ "src/core/SkBigPicture.cpp",
+ "src/core/SkBitmap.cpp",
+ "src/core/SkBitmapCache.cpp",
+ "src/core/SkBitmapDevice.cpp",
+ "src/core/SkBitmapProcState.cpp",
+ "src/core/SkBitmapProcState_matrixProcs.cpp",
+ "src/core/SkBitmapProcState_opts.cpp",
+ "src/core/SkBitmapProcState_opts_hsw.cpp",
+ "src/core/SkBitmapProcState_opts_ssse3.cpp",
+ "src/core/SkBlendMode.cpp",
+ "src/core/SkBlendModeBlender.cpp",
+ "src/core/SkBlitMask_opts.cpp",
+ "src/core/SkBlitMask_opts_ssse3.cpp",
+ "src/core/SkBlitRow_D32.cpp",
+ "src/core/SkBlitRow_opts.cpp",
+ "src/core/SkBlitRow_opts_hsw.cpp",
+ "src/core/SkBlitter.cpp",
+ "src/core/SkBlitter_A8.cpp",
+ "src/core/SkBlitter_ARGB32.cpp",
+ "src/core/SkBlitter_Sprite.cpp",
+ "src/core/SkBlurMask.cpp",
+ "src/core/SkBlurMaskFilterImpl.cpp",
+ "src/core/SkCachedData.cpp",
+ "src/core/SkCanvas.cpp",
+ "src/core/SkCanvasPriv.cpp",
+ "src/core/SkCanvas_Raster.cpp",
+ "src/core/SkCapabilities.cpp",
+ "src/core/SkChecksum.cpp",
+ "src/core/SkClipStack.cpp",
+ "src/core/SkClipStackDevice.cpp",
+ "src/core/SkColor.cpp",
+ "src/core/SkColorFilter.cpp",
+ "src/core/SkColorSpace.cpp",
+ "src/core/SkColorSpaceXformSteps.cpp",
+ "src/core/SkColorTable.cpp",
+ "src/core/SkCompressedDataUtils.cpp",
+ "src/core/SkContourMeasure.cpp",
+ "src/core/SkConvertPixels.cpp",
+ "src/core/SkCpu.cpp",
+ "src/core/SkCubicClipper.cpp",
+ "src/core/SkCubicMap.cpp",
+ "src/core/SkData.cpp",
+ "src/core/SkDataTable.cpp",
+ "src/core/SkDescriptor.cpp",
+ "src/core/SkDevice.cpp",
+ "src/core/SkDistanceFieldGen.cpp",
+ "src/core/SkDocument.cpp",
+ "src/core/SkDraw.cpp",
+ "src/core/SkDrawBase.cpp",
+ "src/core/SkDrawLooper.cpp",
+ "src/core/SkDrawShadowInfo.cpp",
+ "src/core/SkDraw_atlas.cpp",
+ "src/core/SkDraw_text.cpp",
+ "src/core/SkDraw_vertices.cpp",
+ "src/core/SkDrawable.cpp",
+ "src/core/SkEdge.cpp",
+ "src/core/SkEdgeBuilder.cpp",
+ "src/core/SkEdgeClipper.cpp",
+ "src/core/SkExecutor.cpp",
+ "src/core/SkFlattenable.cpp",
+ "src/core/SkFont.cpp",
+ "src/core/SkFontDescriptor.cpp",
+ "src/core/SkFontMetricsPriv.cpp",
+ "src/core/SkFontMgr.cpp",
+ "src/core/SkFontStream.cpp",
+ "src/core/SkFont_serial.cpp",
+ "src/core/SkGaussFilter.cpp",
+ "src/core/SkGeometry.cpp",
+ "src/core/SkGlobalInitialization_core.cpp",
+ "src/core/SkGlyph.cpp",
+ "src/core/SkGlyphRunPainter.cpp",
+ "src/core/SkGraphics.cpp",
+ "src/core/SkIDChangeListener.cpp",
+ "src/core/SkImageFilter.cpp",
+ "src/core/SkImageFilterCache.cpp",
+ "src/core/SkImageFilterTypes.cpp",
+ "src/core/SkImageGenerator.cpp",
+ "src/core/SkImageInfo.cpp",
+ "src/core/SkLatticeIter.cpp",
+ "src/core/SkLineClipper.cpp",
+ "src/core/SkLocalMatrixImageFilter.cpp",
+ "src/core/SkM44.cpp",
+ "src/core/SkMD5.cpp",
+ "src/core/SkMallocPixelRef.cpp",
+ "src/core/SkMask.cpp",
+ "src/core/SkMaskBlurFilter.cpp",
+ "src/core/SkMaskCache.cpp",
+ "src/core/SkMaskFilter.cpp",
+ "src/core/SkMaskGamma.cpp",
+ "src/core/SkMatrix.cpp",
+ "src/core/SkMatrixInvert.cpp",
+ "src/core/SkMemset_opts.cpp",
+ "src/core/SkMemset_opts_avx.cpp",
+ "src/core/SkMemset_opts_erms.cpp",
+ "src/core/SkMesh.cpp",
+ "src/core/SkMipmap.cpp",
+ "src/core/SkMipmapAccessor.cpp",
+ "src/core/SkMipmapBuilder.cpp",
+ "src/core/SkMipmapDrawDownSampler.cpp",
+ "src/core/SkMipmapHQDownSampler.cpp",
+ "src/core/SkOpts.cpp",
+ "src/core/SkOverdrawCanvas.cpp",
+ "src/core/SkPaint.cpp",
+ "src/core/SkPaintPriv.cpp",
+ "src/core/SkPath.cpp",
+ "src/core/SkPathBuilder.cpp",
+ "src/core/SkPathEffect.cpp",
+ "src/core/SkPathMeasure.cpp",
+ "src/core/SkPathRef.cpp",
+ "src/core/SkPathUtils.cpp",
+ "src/core/SkPath_serial.cpp",
+ "src/core/SkPicture.cpp",
+ "src/core/SkPictureData.cpp",
+ "src/core/SkPictureFlat.cpp",
+ "src/core/SkPicturePlayback.cpp",
+ "src/core/SkPictureRecord.cpp",
+ "src/core/SkPictureRecorder.cpp",
+ "src/core/SkPixelRef.cpp",
+ "src/core/SkPixmap.cpp",
+ "src/core/SkPixmapDraw.cpp",
+ "src/core/SkPoint.cpp",
+ "src/core/SkPoint3.cpp",
+ "src/core/SkPtrRecorder.cpp",
+ "src/core/SkQuadClipper.cpp",
+ "src/core/SkRRect.cpp",
+ "src/core/SkRSXform.cpp",
+ "src/core/SkRTree.cpp",
+ "src/core/SkRasterClip.cpp",
+ "src/core/SkRasterPipeline.cpp",
+ "src/core/SkRasterPipelineBlitter.cpp",
+ "src/core/SkReadBuffer.cpp",
+ "src/core/SkReadPixelsRec.cpp",
+ "src/core/SkRecord.cpp",
+ "src/core/SkRecordDraw.cpp",
+ "src/core/SkRecordOpts.cpp",
+ "src/core/SkRecordedDrawable.cpp",
+ "src/core/SkRecorder.cpp",
+ "src/core/SkRecords.cpp",
+ "src/core/SkRect.cpp",
+ "src/core/SkRegion.cpp",
+ "src/core/SkRegion_path.cpp",
+ "src/core/SkResourceCache.cpp",
+ "src/core/SkRuntimeBlender.cpp",
+ "src/core/SkRuntimeEffect.cpp",
+ "src/core/SkSLTypeShared.cpp",
+ "src/core/SkScalar.cpp",
+ "src/core/SkScalerContext.cpp",
+ "src/core/SkScan.cpp",
+ "src/core/SkScan_AAAPath.cpp",
+ "src/core/SkScan_AntiPath.cpp",
+ "src/core/SkScan_Antihair.cpp",
+ "src/core/SkScan_Hairline.cpp",
+ "src/core/SkScan_Path.cpp",
+ "src/core/SkScan_SAAPath.cpp",
+ "src/core/SkSpecialImage.cpp",
+ "src/core/SkSpriteBlitter_ARGB32.cpp",
+ "src/core/SkStream.cpp",
+ "src/core/SkStrike.cpp",
+ "src/core/SkStrikeCache.cpp",
+ "src/core/SkStrikeSpec.cpp",
+ "src/core/SkString.cpp",
+ "src/core/SkStringUtils.cpp",
+ "src/core/SkStroke.cpp",
+ "src/core/SkStrokeRec.cpp",
+ "src/core/SkStrokerPriv.cpp",
+ "src/core/SkSwizzle.cpp",
+ "src/core/SkSwizzler_opts.cpp",
+ "src/core/SkSwizzler_opts_hsw.cpp",
+ "src/core/SkSwizzler_opts_ssse3.cpp",
+ "src/core/SkTaskGroup.cpp",
+ "src/core/SkTextBlob.cpp",
+ "src/core/SkTextBlobTrace.cpp",
+ "src/core/SkTypeface.cpp",
+ "src/core/SkTypefaceCache.cpp",
+ "src/core/SkTypeface_remote.cpp",
+ "src/core/SkUnPreMultiply.cpp",
+ "src/core/SkVertState.cpp",
+ "src/core/SkVertices.cpp",
+ "src/core/SkWriteBuffer.cpp",
+ "src/core/SkWritePixelsRec.cpp",
+ "src/core/SkWriter32.cpp",
+ "src/core/SkYUVAInfo.cpp",
+ "src/core/SkYUVAPixmaps.cpp",
+ "src/core/SkYUVMath.cpp",
+ "src/core/SkYUVPlanesCache.cpp",
+ "src/effects/Sk1DPathEffect.cpp",
+ "src/effects/Sk2DPathEffect.cpp",
+ "src/effects/SkBlenders.cpp",
+ "src/effects/SkColorMatrix.cpp",
+ "src/effects/SkColorMatrixFilter.cpp",
+ "src/effects/SkCornerPathEffect.cpp",
+ "src/effects/SkDashPathEffect.cpp",
+ "src/effects/SkDiscretePathEffect.cpp",
+ "src/effects/SkEmbossMask.cpp",
+ "src/effects/SkEmbossMaskFilter.cpp",
+ "src/effects/SkHighContrastFilter.cpp",
+ "src/effects/SkLayerDrawLooper.cpp",
+ "src/effects/SkShaderMaskFilterImpl.cpp",
+ "src/effects/SkTableMaskFilter.cpp",
+ "src/effects/SkTrimPathEffect.cpp",
+ "src/effects/colorfilters/SkBlendModeColorFilter.cpp",
+ "src/effects/colorfilters/SkColorFilterBase.cpp",
+ "src/effects/colorfilters/SkColorSpaceXformColorFilter.cpp",
+ "src/effects/colorfilters/SkComposeColorFilter.cpp",
+ "src/effects/colorfilters/SkGaussianColorFilter.cpp",
+ "src/effects/colorfilters/SkMatrixColorFilter.cpp",
+ "src/effects/colorfilters/SkRuntimeColorFilter.cpp",
+ "src/effects/colorfilters/SkTableColorFilter.cpp",
+ "src/effects/colorfilters/SkWorkingFormatColorFilter.cpp",
+ "src/effects/imagefilters/SkBlendImageFilter.cpp",
+ "src/effects/imagefilters/SkBlurImageFilter.cpp",
+ "src/effects/imagefilters/SkColorFilterImageFilter.cpp",
+ "src/effects/imagefilters/SkComposeImageFilter.cpp",
+ "src/effects/imagefilters/SkCropImageFilter.cpp",
+ "src/effects/imagefilters/SkDisplacementMapImageFilter.cpp",
+ "src/effects/imagefilters/SkDropShadowImageFilter.cpp",
+ "src/effects/imagefilters/SkImageImageFilter.cpp",
+ "src/effects/imagefilters/SkLightingImageFilter.cpp",
+ "src/effects/imagefilters/SkMagnifierImageFilter.cpp",
+ "src/effects/imagefilters/SkMatrixConvolutionImageFilter.cpp",
+ "src/effects/imagefilters/SkMatrixTransformImageFilter.cpp",
+ "src/effects/imagefilters/SkMergeImageFilter.cpp",
+ "src/effects/imagefilters/SkMorphologyImageFilter.cpp",
+ "src/effects/imagefilters/SkPictureImageFilter.cpp",
+ "src/effects/imagefilters/SkRuntimeImageFilter.cpp",
+ "src/effects/imagefilters/SkShaderImageFilter.cpp",
+ "src/encode/SkEncoder.cpp",
+ "src/encode/SkICC.cpp",
+ "src/encode/SkJPEGWriteUtility.cpp",
+ "src/encode/SkJpegEncoderImpl.cpp",
+ "src/encode/SkPngEncoderImpl.cpp",
+ "src/encode/SkWebpEncoderImpl.cpp",
+ "src/image/SkImage.cpp",
+ "src/image/SkImage_Base.cpp",
+ "src/image/SkImage_Lazy.cpp",
+ "src/image/SkImage_LazyFactories.cpp",
+ "src/image/SkImage_Picture.cpp",
+ "src/image/SkImage_Raster.cpp",
+ "src/image/SkImage_RasterFactories.cpp",
+ "src/image/SkPictureImageGenerator.cpp",
+ "src/image/SkRescaleAndReadPixels.cpp",
+ "src/image/SkSurface.cpp",
+ "src/image/SkSurface_Base.cpp",
+ "src/image/SkSurface_Null.cpp",
+ "src/image/SkSurface_Raster.cpp",
+ "src/image/SkTiledImageUtils.cpp",
+ "src/lazy/SkDiscardableMemoryPool.cpp",
+ "src/pathops/SkAddIntersections.cpp",
+ "src/pathops/SkDConicLineIntersection.cpp",
+ "src/pathops/SkDCubicLineIntersection.cpp",
+ "src/pathops/SkDCubicToQuads.cpp",
+ "src/pathops/SkDLineIntersection.cpp",
+ "src/pathops/SkDQuadLineIntersection.cpp",
+ "src/pathops/SkIntersections.cpp",
+ "src/pathops/SkOpAngle.cpp",
+ "src/pathops/SkOpBuilder.cpp",
+ "src/pathops/SkOpCoincidence.cpp",
+ "src/pathops/SkOpContour.cpp",
+ "src/pathops/SkOpCubicHull.cpp",
+ "src/pathops/SkOpEdgeBuilder.cpp",
+ "src/pathops/SkOpSegment.cpp",
+ "src/pathops/SkOpSpan.cpp",
+ "src/pathops/SkPathOpsAsWinding.cpp",
+ "src/pathops/SkPathOpsCommon.cpp",
+ "src/pathops/SkPathOpsConic.cpp",
+ "src/pathops/SkPathOpsCubic.cpp",
+ "src/pathops/SkPathOpsCurve.cpp",
+ "src/pathops/SkPathOpsDebug.cpp",
+ "src/pathops/SkPathOpsLine.cpp",
+ "src/pathops/SkPathOpsOp.cpp",
+ "src/pathops/SkPathOpsQuad.cpp",
+ "src/pathops/SkPathOpsRect.cpp",
+ "src/pathops/SkPathOpsSimplify.cpp",
+ "src/pathops/SkPathOpsTSect.cpp",
+ "src/pathops/SkPathOpsTightBounds.cpp",
+ "src/pathops/SkPathOpsTypes.cpp",
+ "src/pathops/SkPathOpsWinding.cpp",
+ "src/pathops/SkPathWriter.cpp",
+ "src/pathops/SkReduceOrder.cpp",
+ "src/pdf/SkClusterator.cpp",
+ "src/pdf/SkDeflate.cpp",
+ "src/pdf/SkKeyedImage.cpp",
+ "src/pdf/SkPDFBitmap.cpp",
+ "src/pdf/SkPDFDevice.cpp",
+ "src/pdf/SkPDFDocument.cpp",
+ "src/pdf/SkPDFFont.cpp",
+ "src/pdf/SkPDFFormXObject.cpp",
+ "src/pdf/SkPDFGradientShader.cpp",
+ "src/pdf/SkPDFGraphicStackState.cpp",
+ "src/pdf/SkPDFGraphicState.cpp",
+ "src/pdf/SkPDFMakeCIDGlyphWidthsArray.cpp",
+ "src/pdf/SkPDFMakeToUnicodeCmap.cpp",
+ "src/pdf/SkPDFMetadata.cpp",
+ "src/pdf/SkPDFResourceDict.cpp",
+ "src/pdf/SkPDFShader.cpp",
+ "src/pdf/SkPDFSubsetFont.cpp",
+ "src/pdf/SkPDFTag.cpp",
+ "src/pdf/SkPDFType1Font.cpp",
+ "src/pdf/SkPDFTypes.cpp",
+ "src/pdf/SkPDFUtils.cpp",
+ "src/ports/SkDiscardableMemory_none.cpp",
+ "src/ports/SkFontHost_FreeType.cpp",
+ "src/ports/SkFontHost_FreeType_common.cpp",
+ "src/ports/SkFontMgr_custom.cpp",
+ "src/ports/SkFontMgr_custom_empty.cpp",
+ "src/ports/SkFontMgr_custom_empty_factory.cpp",
+ "src/ports/SkGlobalInitialization_default.cpp",
+ "src/ports/SkMemory_malloc.cpp",
+ "src/ports/SkOSFile_stdio.cpp",
+ "src/sfnt/SkOTTable_name.cpp",
+ "src/sfnt/SkOTUtils.cpp",
+ "src/shaders/SkBitmapProcShader.cpp",
+ "src/shaders/SkBlendShader.cpp",
+ "src/shaders/SkColorFilterShader.cpp",
+ "src/shaders/SkColorShader.cpp",
+ "src/shaders/SkCoordClampShader.cpp",
+ "src/shaders/SkEmptyShader.cpp",
+ "src/shaders/SkGainmapShader.cpp",
+ "src/shaders/SkImageShader.cpp",
+ "src/shaders/SkLocalMatrixShader.cpp",
+ "src/shaders/SkPerlinNoiseShaderImpl.cpp",
+ "src/shaders/SkPictureShader.cpp",
+ "src/shaders/SkRuntimeShader.cpp",
+ "src/shaders/SkShader.cpp",
+ "src/shaders/SkShaderBase.cpp",
+ "src/shaders/SkTransformShader.cpp",
+ "src/shaders/SkTriColorShader.cpp",
+ "src/shaders/SkWorkingColorSpaceShader.cpp",
+ "src/shaders/gradients/SkConicalGradient.cpp",
+ "src/shaders/gradients/SkGradientBaseShader.cpp",
+ "src/shaders/gradients/SkLinearGradient.cpp",
+ "src/shaders/gradients/SkRadialGradient.cpp",
+ "src/shaders/gradients/SkSweepGradient.cpp",
+ "src/sksl/SkSLAnalysis.cpp",
+ "src/sksl/SkSLBuiltinTypes.cpp",
+ "src/sksl/SkSLCompiler.cpp",
+ "src/sksl/SkSLConstantFolder.cpp",
+ "src/sksl/SkSLContext.cpp",
+ "src/sksl/SkSLErrorReporter.cpp",
+ "src/sksl/SkSLInliner.cpp",
+ "src/sksl/SkSLIntrinsicList.cpp",
+ "src/sksl/SkSLLexer.cpp",
+ "src/sksl/SkSLMangler.cpp",
+ "src/sksl/SkSLModuleLoader.cpp",
+ "src/sksl/SkSLOperator.cpp",
+ "src/sksl/SkSLOutputStream.cpp",
+ "src/sksl/SkSLParser.cpp",
+ "src/sksl/SkSLPool.cpp",
+ "src/sksl/SkSLPosition.cpp",
+ "src/sksl/SkSLSampleUsage.cpp",
+ "src/sksl/SkSLString.cpp",
+ "src/sksl/SkSLThreadContext.cpp",
+ "src/sksl/SkSLUtil.cpp",
+ "src/sksl/analysis/SkSLCanExitWithoutReturningValue.cpp",
+ "src/sksl/analysis/SkSLCheckProgramStructure.cpp",
+ "src/sksl/analysis/SkSLFinalizationChecks.cpp",
+ "src/sksl/analysis/SkSLGetLoopControlFlowInfo.cpp",
+ "src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp",
+ "src/sksl/analysis/SkSLGetReturnComplexity.cpp",
+ "src/sksl/analysis/SkSLHasSideEffects.cpp",
+ "src/sksl/analysis/SkSLIsConstantExpression.cpp",
+ "src/sksl/analysis/SkSLIsDynamicallyUniformExpression.cpp",
+ "src/sksl/analysis/SkSLIsSameExpressionTree.cpp",
+ "src/sksl/analysis/SkSLIsTrivialExpression.cpp",
+ "src/sksl/analysis/SkSLProgramUsage.cpp",
+ "src/sksl/analysis/SkSLReturnsInputAlpha.cpp",
+ "src/sksl/analysis/SkSLSwitchCaseContainsExit.cpp",
+ "src/sksl/analysis/SkSLSymbolTableStackBuilder.cpp",
+ "src/sksl/codegen/SkSLRasterPipelineBuilder.cpp",
+ "src/sksl/codegen/SkSLRasterPipelineCodeGenerator.cpp",
+ "src/sksl/ir/SkSLBinaryExpression.cpp",
+ "src/sksl/ir/SkSLBlock.cpp",
+ "src/sksl/ir/SkSLChildCall.cpp",
+ "src/sksl/ir/SkSLConstructor.cpp",
+ "src/sksl/ir/SkSLConstructorArray.cpp",
+ "src/sksl/ir/SkSLConstructorArrayCast.cpp",
+ "src/sksl/ir/SkSLConstructorCompound.cpp",
+ "src/sksl/ir/SkSLConstructorCompoundCast.cpp",
+ "src/sksl/ir/SkSLConstructorDiagonalMatrix.cpp",
+ "src/sksl/ir/SkSLConstructorMatrixResize.cpp",
+ "src/sksl/ir/SkSLConstructorScalarCast.cpp",
+ "src/sksl/ir/SkSLConstructorSplat.cpp",
+ "src/sksl/ir/SkSLConstructorStruct.cpp",
+ "src/sksl/ir/SkSLDiscardStatement.cpp",
+ "src/sksl/ir/SkSLDoStatement.cpp",
+ "src/sksl/ir/SkSLExpression.cpp",
+ "src/sksl/ir/SkSLExpressionStatement.cpp",
+ "src/sksl/ir/SkSLExtension.cpp",
+ "src/sksl/ir/SkSLFieldAccess.cpp",
+ "src/sksl/ir/SkSLForStatement.cpp",
+ "src/sksl/ir/SkSLFunctionCall.cpp",
+ "src/sksl/ir/SkSLFunctionDeclaration.cpp",
+ "src/sksl/ir/SkSLFunctionDefinition.cpp",
+ "src/sksl/ir/SkSLIfStatement.cpp",
+ "src/sksl/ir/SkSLIndexExpression.cpp",
+ "src/sksl/ir/SkSLInterfaceBlock.cpp",
+ "src/sksl/ir/SkSLLayout.cpp",
+ "src/sksl/ir/SkSLLiteral.cpp",
+ "src/sksl/ir/SkSLModifierFlags.cpp",
+ "src/sksl/ir/SkSLModifiersDeclaration.cpp",
+ "src/sksl/ir/SkSLPostfixExpression.cpp",
+ "src/sksl/ir/SkSLPrefixExpression.cpp",
+ "src/sksl/ir/SkSLProgram.cpp",
+ "src/sksl/ir/SkSLSetting.cpp",
+ "src/sksl/ir/SkSLStructDefinition.cpp",
+ "src/sksl/ir/SkSLSwitchCase.cpp",
+ "src/sksl/ir/SkSLSwitchStatement.cpp",
+ "src/sksl/ir/SkSLSwizzle.cpp",
+ "src/sksl/ir/SkSLSymbolTable.cpp",
+ "src/sksl/ir/SkSLTernaryExpression.cpp",
+ "src/sksl/ir/SkSLType.cpp",
+ "src/sksl/ir/SkSLTypeReference.cpp",
+ "src/sksl/ir/SkSLVarDeclarations.cpp",
+ "src/sksl/ir/SkSLVariable.cpp",
+ "src/sksl/ir/SkSLVariableReference.cpp",
+ "src/sksl/tracing/SkSLDebugTracePlayer.cpp",
+ "src/sksl/tracing/SkSLDebugTracePriv.cpp",
+ "src/sksl/tracing/SkSLTraceHook.cpp",
+ "src/sksl/transform/SkSLAddConstToVarModifiers.cpp",
+ "src/sksl/transform/SkSLEliminateDeadFunctions.cpp",
+ "src/sksl/transform/SkSLEliminateDeadGlobalVariables.cpp",
+ "src/sksl/transform/SkSLEliminateDeadLocalVariables.cpp",
+ "src/sksl/transform/SkSLEliminateEmptyStatements.cpp",
+ "src/sksl/transform/SkSLEliminateUnreachableCode.cpp",
+ "src/sksl/transform/SkSLFindAndDeclareBuiltinFunctions.cpp",
+ "src/sksl/transform/SkSLFindAndDeclareBuiltinVariables.cpp",
+ "src/sksl/transform/SkSLHoistSwitchVarDeclarationsAtTopLevel.cpp",
+ "src/sksl/transform/SkSLRenamePrivateSymbols.cpp",
+ "src/sksl/transform/SkSLReplaceConstVarsWithLiterals.cpp",
+ "src/sksl/transform/SkSLRewriteIndexedSwizzle.cpp",
+ "src/svg/SkSVGCanvas.cpp",
+ "src/svg/SkSVGDevice.cpp",
+ "src/text/GlyphRun.cpp",
+ "src/text/SlugFromBuffer.cpp",
+ "src/text/StrikeForGPU.cpp",
+ "src/utils/SkAnimCodecPlayer.cpp",
+ "src/utils/SkCamera.cpp",
+ "src/utils/SkCanvasStack.cpp",
+ "src/utils/SkCanvasStateUtils.cpp",
+ "src/utils/SkCharToGlyphCache.cpp",
+ "src/utils/SkClipStackUtils.cpp",
+ "src/utils/SkCustomTypeface.cpp",
+ "src/utils/SkDashPath.cpp",
+ "src/utils/SkEventTracer.cpp",
+ "src/utils/SkFloatToDecimal.cpp",
+ "src/utils/SkJSON.cpp",
+ "src/utils/SkJSONWriter.cpp",
+ "src/utils/SkMatrix22.cpp",
+ "src/utils/SkMultiPictureDocument.cpp",
+ "src/utils/SkNWayCanvas.cpp",
+ "src/utils/SkNullCanvas.cpp",
+ "src/utils/SkOSPath.cpp",
+ "src/utils/SkOrderedFontMgr.cpp",
+ "src/utils/SkPaintFilterCanvas.cpp",
+ "src/utils/SkParse.cpp",
+ "src/utils/SkParseColor.cpp",
+ "src/utils/SkParsePath.cpp",
+ "src/utils/SkPatchUtils.cpp",
+ "src/utils/SkPolyUtils.cpp",
+ "src/utils/SkShaderUtils.cpp",
+ "src/utils/SkShadowTessellator.cpp",
+ "src/utils/SkShadowUtils.cpp",
+ "src/utils/SkTextUtils.cpp",
+ "src/utils/mac/SkCTFont.cpp",
+ "src/utils/mac/SkCreateCGImageRef.cpp",
+ "src/utils/win/SkAutoCoInitialize.cpp",
+ "src/utils/win/SkDWrite.cpp",
+ "src/utils/win/SkDWriteFontFileStream.cpp",
+ "src/utils/win/SkDWriteGeometrySink.cpp",
+ "src/utils/win/SkHRESULT.cpp",
+ "src/utils/win/SkIStream.cpp",
+ "src/utils/win/SkWGL_win.cpp",
+ "src/xml/SkDOM.cpp",
+ "src/xml/SkXMLParser.cpp",
+ "src/xml/SkXMLWriter.cpp",
+ ],
+
+ target: {
+ android: {
+ srcs: [
+ "src/android/SkAndroidFrameworkPerfettoStaticStorage.cpp",
+ "src/codec/SkHeifCodec.cpp",
+ "src/codec/SkJpegMultiPicture.cpp",
+ "src/codec/SkJpegSegmentScan.cpp",
+ "src/codec/SkJpegXmp.cpp",
+ "src/codec/SkRawCodec.cpp",
+ "src/encode/SkJpegGainmapEncoder.cpp",
+ "src/gpu/AtlasTypes.cpp",
+ "src/gpu/Blend.cpp",
+ "src/gpu/BlendFormula.cpp",
+ "src/gpu/BlurUtils.cpp",
+ "src/gpu/DitherUtils.cpp",
+ "src/gpu/MutableTextureState.cpp",
+ "src/gpu/PipelineUtils.cpp",
+ "src/gpu/RectanizerPow2.cpp",
+ "src/gpu/RectanizerSkyline.cpp",
+ "src/gpu/ResourceKey.cpp",
+ "src/gpu/ShaderErrorHandler.cpp",
+ "src/gpu/SkBackingFit.cpp",
+ "src/gpu/Swizzle.cpp",
+ "src/gpu/TiledTextureUtils.cpp",
+ "src/gpu/ganesh/ClipStack.cpp",
+ "src/gpu/ganesh/Device.cpp",
+ "src/gpu/ganesh/Device_drawTexture.cpp",
+ "src/gpu/ganesh/GrAHardwareBufferImageGenerator.cpp",
+ "src/gpu/ganesh/GrAHardwareBufferUtils.cpp",
+ "src/gpu/ganesh/GrAttachment.cpp",
+ "src/gpu/ganesh/GrAuditTrail.cpp",
+ "src/gpu/ganesh/GrBackendSemaphore.cpp",
+ "src/gpu/ganesh/GrBackendSurface.cpp",
+ "src/gpu/ganesh/GrBackendTextureImageGenerator.cpp",
+ "src/gpu/ganesh/GrBackendUtils.cpp",
+ "src/gpu/ganesh/GrBlurUtils.cpp",
+ "src/gpu/ganesh/GrBufferAllocPool.cpp",
+ "src/gpu/ganesh/GrBufferTransferRenderTask.cpp",
+ "src/gpu/ganesh/GrBufferUpdateRenderTask.cpp",
+ "src/gpu/ganesh/GrCanvas.cpp",
+ "src/gpu/ganesh/GrCaps.cpp",
+ "src/gpu/ganesh/GrClientMappedBufferManager.cpp",
+ "src/gpu/ganesh/GrColorInfo.cpp",
+ "src/gpu/ganesh/GrColorSpaceXform.cpp",
+ "src/gpu/ganesh/GrContextThreadSafeProxy.cpp",
+ "src/gpu/ganesh/GrContext_Base.cpp",
+ "src/gpu/ganesh/GrCopyRenderTask.cpp",
+ "src/gpu/ganesh/GrDDLContext.cpp",
+ "src/gpu/ganesh/GrDDLTask.cpp",
+ "src/gpu/ganesh/GrDataUtils.cpp",
+ "src/gpu/ganesh/GrDefaultGeoProcFactory.cpp",
+ "src/gpu/ganesh/GrDeferredDisplayList.cpp",
+ "src/gpu/ganesh/GrDeferredDisplayListRecorder.cpp",
+ "src/gpu/ganesh/GrDirectContext.cpp",
+ "src/gpu/ganesh/GrDirectContextPriv.cpp",
+ "src/gpu/ganesh/GrDistanceFieldGenFromVector.cpp",
+ "src/gpu/ganesh/GrDrawOpAtlas.cpp",
+ "src/gpu/ganesh/GrDrawOpTest.cpp",
+ "src/gpu/ganesh/GrDrawingManager.cpp",
+ "src/gpu/ganesh/GrDriverBugWorkarounds.cpp",
+ "src/gpu/ganesh/GrDynamicAtlas.cpp",
+ "src/gpu/ganesh/GrEagerVertexAllocator.cpp",
+ "src/gpu/ganesh/GrFinishCallbacks.cpp",
+ "src/gpu/ganesh/GrFixedClip.cpp",
+ "src/gpu/ganesh/GrFragmentProcessor.cpp",
+ "src/gpu/ganesh/GrFragmentProcessors.cpp",
+ "src/gpu/ganesh/GrGeometryProcessor.cpp",
+ "src/gpu/ganesh/GrGpu.cpp",
+ "src/gpu/ganesh/GrGpuBuffer.cpp",
+ "src/gpu/ganesh/GrGpuResource.cpp",
+ "src/gpu/ganesh/GrImageContext.cpp",
+ "src/gpu/ganesh/GrImageInfo.cpp",
+ "src/gpu/ganesh/GrManagedResource.cpp",
+ "src/gpu/ganesh/GrMemoryPool.cpp",
+ "src/gpu/ganesh/GrMeshBuffers.cpp",
+ "src/gpu/ganesh/GrMeshDrawTarget.cpp",
+ "src/gpu/ganesh/GrOnFlushResourceProvider.cpp",
+ "src/gpu/ganesh/GrOpFlushState.cpp",
+ "src/gpu/ganesh/GrOpsRenderPass.cpp",
+ "src/gpu/ganesh/GrPaint.cpp",
+ "src/gpu/ganesh/GrPersistentCacheUtils.cpp",
+ "src/gpu/ganesh/GrPipeline.cpp",
+ "src/gpu/ganesh/GrProcessor.cpp",
+ "src/gpu/ganesh/GrProcessorAnalysis.cpp",
+ "src/gpu/ganesh/GrProcessorSet.cpp",
+ "src/gpu/ganesh/GrProcessorUnitTest.cpp",
+ "src/gpu/ganesh/GrProgramDesc.cpp",
+ "src/gpu/ganesh/GrProgramInfo.cpp",
+ "src/gpu/ganesh/GrPromiseImageTexture.cpp",
+ "src/gpu/ganesh/GrProxyProvider.cpp",
+ "src/gpu/ganesh/GrRecordingContext.cpp",
+ "src/gpu/ganesh/GrRecordingContextPriv.cpp",
+ "src/gpu/ganesh/GrRenderTarget.cpp",
+ "src/gpu/ganesh/GrRenderTargetProxy.cpp",
+ "src/gpu/ganesh/GrRenderTask.cpp",
+ "src/gpu/ganesh/GrRenderTaskCluster.cpp",
+ "src/gpu/ganesh/GrResourceAllocator.cpp",
+ "src/gpu/ganesh/GrResourceCache.cpp",
+ "src/gpu/ganesh/GrResourceProvider.cpp",
+ "src/gpu/ganesh/GrRingBuffer.cpp",
+ "src/gpu/ganesh/GrSPIRVUniformHandler.cpp",
+ "src/gpu/ganesh/GrSPIRVVaryingHandler.cpp",
+ "src/gpu/ganesh/GrSWMaskHelper.cpp",
+ "src/gpu/ganesh/GrShaderCaps.cpp",
+ "src/gpu/ganesh/GrShaderVar.cpp",
+ "src/gpu/ganesh/GrStagingBufferManager.cpp",
+ "src/gpu/ganesh/GrStencilSettings.cpp",
+ "src/gpu/ganesh/GrStyle.cpp",
+ "src/gpu/ganesh/GrSurface.cpp",
+ "src/gpu/ganesh/GrSurfaceCharacterization.cpp",
+ "src/gpu/ganesh/GrSurfaceProxy.cpp",
+ "src/gpu/ganesh/GrSurfaceProxyView.cpp",
+ "src/gpu/ganesh/GrTestUtils.cpp",
+ "src/gpu/ganesh/GrTexture.cpp",
+ "src/gpu/ganesh/GrTextureProxy.cpp",
+ "src/gpu/ganesh/GrTextureRenderTargetProxy.cpp",
+ "src/gpu/ganesh/GrTextureResolveRenderTask.cpp",
+ "src/gpu/ganesh/GrThreadSafeCache.cpp",
+ "src/gpu/ganesh/GrThreadSafePipelineBuilder.cpp",
+ "src/gpu/ganesh/GrTransferFromRenderTask.cpp",
+ "src/gpu/ganesh/GrUniformDataManager.cpp",
+ "src/gpu/ganesh/GrUtil.cpp",
+ "src/gpu/ganesh/GrVertexChunkArray.cpp",
+ "src/gpu/ganesh/GrWaitRenderTask.cpp",
+ "src/gpu/ganesh/GrWritePixelsRenderTask.cpp",
+ "src/gpu/ganesh/GrXferProcessor.cpp",
+ "src/gpu/ganesh/GrYUVABackendTextures.cpp",
+ "src/gpu/ganesh/GrYUVATextureProxies.cpp",
+ "src/gpu/ganesh/PathRenderer.cpp",
+ "src/gpu/ganesh/PathRendererChain.cpp",
+ "src/gpu/ganesh/SkGr.cpp",
+ "src/gpu/ganesh/StencilMaskHelper.cpp",
+ "src/gpu/ganesh/SurfaceContext.cpp",
+ "src/gpu/ganesh/SurfaceDrawContext.cpp",
+ "src/gpu/ganesh/SurfaceFillContext.cpp",
+ "src/gpu/ganesh/effects/GrBezierEffect.cpp",
+ "src/gpu/ganesh/effects/GrBicubicEffect.cpp",
+ "src/gpu/ganesh/effects/GrBitmapTextGeoProc.cpp",
+ "src/gpu/ganesh/effects/GrBlendFragmentProcessor.cpp",
+ "src/gpu/ganesh/effects/GrColorTableEffect.cpp",
+ "src/gpu/ganesh/effects/GrConvexPolyEffect.cpp",
+ "src/gpu/ganesh/effects/GrCoverageSetOpXP.cpp",
+ "src/gpu/ganesh/effects/GrCustomXfermode.cpp",
+ "src/gpu/ganesh/effects/GrDisableColorXP.cpp",
+ "src/gpu/ganesh/effects/GrDistanceFieldGeoProc.cpp",
+ "src/gpu/ganesh/effects/GrMatrixEffect.cpp",
+ "src/gpu/ganesh/effects/GrModulateAtlasCoverageEffect.cpp",
+ "src/gpu/ganesh/effects/GrOvalEffect.cpp",
+ "src/gpu/ganesh/effects/GrPerlinNoise2Effect.cpp",
+ "src/gpu/ganesh/effects/GrPorterDuffXferProcessor.cpp",
+ "src/gpu/ganesh/effects/GrRRectEffect.cpp",
+ "src/gpu/ganesh/effects/GrShadowGeoProc.cpp",
+ "src/gpu/ganesh/effects/GrSkSLFP.cpp",
+ "src/gpu/ganesh/effects/GrTextureEffect.cpp",
+ "src/gpu/ganesh/effects/GrYUVtoRGBEffect.cpp",
+ "src/gpu/ganesh/geometry/GrAAConvexTessellator.cpp",
+ "src/gpu/ganesh/geometry/GrAATriangulator.cpp",
+ "src/gpu/ganesh/geometry/GrPathUtils.cpp",
+ "src/gpu/ganesh/geometry/GrQuad.cpp",
+ "src/gpu/ganesh/geometry/GrQuadUtils.cpp",
+ "src/gpu/ganesh/geometry/GrShape.cpp",
+ "src/gpu/ganesh/geometry/GrStyledShape.cpp",
+ "src/gpu/ganesh/geometry/GrTriangulator.cpp",
+ "src/gpu/ganesh/gl/AHardwareBufferGL.cpp",
+ "src/gpu/ganesh/gl/GrGLAssembleGLESInterfaceAutogen.cpp",
+ "src/gpu/ganesh/gl/GrGLAssembleGLInterfaceAutogen.cpp",
+ "src/gpu/ganesh/gl/GrGLAssembleHelpers.cpp",
+ "src/gpu/ganesh/gl/GrGLAssembleInterface.cpp",
+ "src/gpu/ganesh/gl/GrGLAssembleWebGLInterfaceAutogen.cpp",
+ "src/gpu/ganesh/gl/GrGLAttachment.cpp",
+ "src/gpu/ganesh/gl/GrGLBackendSurface.cpp",
+ "src/gpu/ganesh/gl/GrGLBuffer.cpp",
+ "src/gpu/ganesh/gl/GrGLCaps.cpp",
+ "src/gpu/ganesh/gl/GrGLContext.cpp",
+ "src/gpu/ganesh/gl/GrGLDirectContext.cpp",
+ "src/gpu/ganesh/gl/GrGLExtensions.cpp",
+ "src/gpu/ganesh/gl/GrGLGLSL.cpp",
+ "src/gpu/ganesh/gl/GrGLGpu.cpp",
+ "src/gpu/ganesh/gl/GrGLGpuProgramCache.cpp",
+ "src/gpu/ganesh/gl/GrGLInterfaceAutogen.cpp",
+ "src/gpu/ganesh/gl/GrGLOpsRenderPass.cpp",
+ "src/gpu/ganesh/gl/GrGLProgram.cpp",
+ "src/gpu/ganesh/gl/GrGLProgramDataManager.cpp",
+ "src/gpu/ganesh/gl/GrGLRenderTarget.cpp",
+ "src/gpu/ganesh/gl/GrGLSemaphore.cpp",
+ "src/gpu/ganesh/gl/GrGLTexture.cpp",
+ "src/gpu/ganesh/gl/GrGLTextureRenderTarget.cpp",
+ "src/gpu/ganesh/gl/GrGLTypesPriv.cpp",
+ "src/gpu/ganesh/gl/GrGLUniformHandler.cpp",
+ "src/gpu/ganesh/gl/GrGLUtil.cpp",
+ "src/gpu/ganesh/gl/GrGLVertexArray.cpp",
+ "src/gpu/ganesh/gl/builders/GrGLProgramBuilder.cpp",
+ "src/gpu/ganesh/gl/builders/GrGLShaderStringBuilder.cpp",
+ "src/gpu/ganesh/gl/egl/GrGLMakeEGLInterface.cpp",
+ "src/gpu/ganesh/gl/egl/GrGLMakeNativeInterface_egl.cpp",
+ "src/gpu/ganesh/glsl/GrGLSLBlend.cpp",
+ "src/gpu/ganesh/glsl/GrGLSLFragmentShaderBuilder.cpp",
+ "src/gpu/ganesh/glsl/GrGLSLProgramBuilder.cpp",
+ "src/gpu/ganesh/glsl/GrGLSLProgramDataManager.cpp",
+ "src/gpu/ganesh/glsl/GrGLSLShaderBuilder.cpp",
+ "src/gpu/ganesh/glsl/GrGLSLUniformHandler.cpp",
+ "src/gpu/ganesh/glsl/GrGLSLVarying.cpp",
+ "src/gpu/ganesh/glsl/GrGLSLVertexGeoBuilder.cpp",
+ "src/gpu/ganesh/gradients/GrGradientBitmapCache.cpp",
+ "src/gpu/ganesh/gradients/GrGradientShader.cpp",
+ "src/gpu/ganesh/image/GrImageUtils.cpp",
+ "src/gpu/ganesh/image/GrTextureGenerator.cpp",
+ "src/gpu/ganesh/image/SkImage_Ganesh.cpp",
+ "src/gpu/ganesh/image/SkImage_GaneshBase.cpp",
+ "src/gpu/ganesh/image/SkImage_GaneshFactories.cpp",
+ "src/gpu/ganesh/image/SkImage_GaneshYUVA.cpp",
+ "src/gpu/ganesh/image/SkImage_LazyTexture.cpp",
+ "src/gpu/ganesh/image/SkImage_RasterPinnable.cpp",
+ "src/gpu/ganesh/image/SkSpecialImage_Ganesh.cpp",
+ "src/gpu/ganesh/mock/GrMockCaps.cpp",
+ "src/gpu/ganesh/mock/GrMockGpu.cpp",
+ "src/gpu/ganesh/mock/GrMockTypes.cpp",
+ "src/gpu/ganesh/ops/AAConvexPathRenderer.cpp",
+ "src/gpu/ganesh/ops/AAHairLinePathRenderer.cpp",
+ "src/gpu/ganesh/ops/AALinearizingConvexPathRenderer.cpp",
+ "src/gpu/ganesh/ops/AtlasInstancedHelper.cpp",
+ "src/gpu/ganesh/ops/AtlasPathRenderer.cpp",
+ "src/gpu/ganesh/ops/AtlasRenderTask.cpp",
+ "src/gpu/ganesh/ops/AtlasTextOp.cpp",
+ "src/gpu/ganesh/ops/ClearOp.cpp",
+ "src/gpu/ganesh/ops/DashLinePathRenderer.cpp",
+ "src/gpu/ganesh/ops/DashOp.cpp",
+ "src/gpu/ganesh/ops/DefaultPathRenderer.cpp",
+ "src/gpu/ganesh/ops/DrawAtlasOp.cpp",
+ "src/gpu/ganesh/ops/DrawAtlasPathOp.cpp",
+ "src/gpu/ganesh/ops/DrawMeshOp.cpp",
+ "src/gpu/ganesh/ops/DrawableOp.cpp",
+ "src/gpu/ganesh/ops/FillRRectOp.cpp",
+ "src/gpu/ganesh/ops/FillRectOp.cpp",
+ "src/gpu/ganesh/ops/GrMeshDrawOp.cpp",
+ "src/gpu/ganesh/ops/GrOp.cpp",
+ "src/gpu/ganesh/ops/GrOvalOpFactory.cpp",
+ "src/gpu/ganesh/ops/GrSimpleMeshDrawOpHelper.cpp",
+ "src/gpu/ganesh/ops/GrSimpleMeshDrawOpHelperWithStencil.cpp",
+ "src/gpu/ganesh/ops/LatticeOp.cpp",
+ "src/gpu/ganesh/ops/OpsTask.cpp",
+ "src/gpu/ganesh/ops/PathInnerTriangulateOp.cpp",
+ "src/gpu/ganesh/ops/PathStencilCoverOp.cpp",
+ "src/gpu/ganesh/ops/PathTessellateOp.cpp",
+ "src/gpu/ganesh/ops/QuadPerEdgeAA.cpp",
+ "src/gpu/ganesh/ops/RegionOp.cpp",
+ "src/gpu/ganesh/ops/ShadowRRectOp.cpp",
+ "src/gpu/ganesh/ops/SmallPathAtlasMgr.cpp",
+ "src/gpu/ganesh/ops/SmallPathRenderer.cpp",
+ "src/gpu/ganesh/ops/SmallPathShapeData.cpp",
+ "src/gpu/ganesh/ops/SoftwarePathRenderer.cpp",
+ "src/gpu/ganesh/ops/StrokeRectOp.cpp",
+ "src/gpu/ganesh/ops/StrokeTessellateOp.cpp",
+ "src/gpu/ganesh/ops/TessellationPathRenderer.cpp",
+ "src/gpu/ganesh/ops/TextureOp.cpp",
+ "src/gpu/ganesh/ops/TriangulatingPathRenderer.cpp",
+ "src/gpu/ganesh/surface/SkSurface_AndroidFactories.cpp",
+ "src/gpu/ganesh/surface/SkSurface_Ganesh.cpp",
+ "src/gpu/ganesh/tessellate/GrPathTessellationShader.cpp",
+ "src/gpu/ganesh/tessellate/GrStrokeTessellationShader.cpp",
+ "src/gpu/ganesh/tessellate/GrTessellationShader.cpp",
+ "src/gpu/ganesh/tessellate/PathTessellator.cpp",
+ "src/gpu/ganesh/tessellate/StrokeTessellator.cpp",
+ "src/gpu/ganesh/text/GrAtlasManager.cpp",
+ "src/gpu/ganesh/vk/AHardwareBufferVk.cpp",
+ "src/gpu/ganesh/vk/GrVkBackendSemaphore.cpp",
+ "src/gpu/ganesh/vk/GrVkBackendSurface.cpp",
+ "src/gpu/ganesh/vk/GrVkBuffer.cpp",
+ "src/gpu/ganesh/vk/GrVkCaps.cpp",
+ "src/gpu/ganesh/vk/GrVkCommandBuffer.cpp",
+ "src/gpu/ganesh/vk/GrVkCommandPool.cpp",
+ "src/gpu/ganesh/vk/GrVkContextThreadSafeProxy.cpp",
+ "src/gpu/ganesh/vk/GrVkDescriptorPool.cpp",
+ "src/gpu/ganesh/vk/GrVkDescriptorSet.cpp",
+ "src/gpu/ganesh/vk/GrVkDescriptorSetManager.cpp",
+ "src/gpu/ganesh/vk/GrVkDirectContext.cpp",
+ "src/gpu/ganesh/vk/GrVkFramebuffer.cpp",
+ "src/gpu/ganesh/vk/GrVkGpu.cpp",
+ "src/gpu/ganesh/vk/GrVkImage.cpp",
+ "src/gpu/ganesh/vk/GrVkImageView.cpp",
+ "src/gpu/ganesh/vk/GrVkMSAALoadManager.cpp",
+ "src/gpu/ganesh/vk/GrVkOpsRenderPass.cpp",
+ "src/gpu/ganesh/vk/GrVkPipeline.cpp",
+ "src/gpu/ganesh/vk/GrVkPipelineState.cpp",
+ "src/gpu/ganesh/vk/GrVkPipelineStateBuilder.cpp",
+ "src/gpu/ganesh/vk/GrVkPipelineStateCache.cpp",
+ "src/gpu/ganesh/vk/GrVkPipelineStateDataManager.cpp",
+ "src/gpu/ganesh/vk/GrVkRenderPass.cpp",
+ "src/gpu/ganesh/vk/GrVkRenderTarget.cpp",
+ "src/gpu/ganesh/vk/GrVkResourceProvider.cpp",
+ "src/gpu/ganesh/vk/GrVkSampler.cpp",
+ "src/gpu/ganesh/vk/GrVkSamplerYcbcrConversion.cpp",
+ "src/gpu/ganesh/vk/GrVkSemaphore.cpp",
+ "src/gpu/ganesh/vk/GrVkTexture.cpp",
+ "src/gpu/ganesh/vk/GrVkTextureRenderTarget.cpp",
+ "src/gpu/ganesh/vk/GrVkTypesPriv.cpp",
+ "src/gpu/ganesh/vk/GrVkUniformHandler.cpp",
+ "src/gpu/ganesh/vk/GrVkUtil.cpp",
+ "src/gpu/ganesh/vk/GrVkVaryingHandler.cpp",
+ "src/gpu/tessellate/FixedCountBufferUtils.cpp",
+ "src/gpu/tessellate/Tessellation.cpp",
+ "src/gpu/vk/VulkanAMDMemoryAllocator.cpp",
+ "src/gpu/vk/VulkanExtensions.cpp",
+ "src/gpu/vk/VulkanInterface.cpp",
+ "src/gpu/vk/VulkanMemory.cpp",
+ "src/gpu/vk/VulkanMutableTextureState.cpp",
+ "src/gpu/vk/VulkanUtilsPriv.cpp",
+ "src/image/SkImage_AndroidFactories.cpp",
+ "src/ports/SkDebug_android.cpp",
+ "src/ports/SkOSFile_posix.cpp",
+ "src/ports/SkOSLibrary_posix.cpp",
+ "src/sksl/codegen/SkSLGLSLCodeGenerator.cpp",
+ "src/sksl/codegen/SkSLMetalCodeGenerator.cpp",
+ "src/sksl/codegen/SkSLPipelineStageCodeGenerator.cpp",
+ "src/sksl/codegen/SkSLSPIRVCodeGenerator.cpp",
+ "src/sksl/codegen/SkSLSPIRVtoHLSL.cpp",
+ "src/sksl/codegen/SkSLWGSLCodeGenerator.cpp",
+ "src/text/gpu/DistanceFieldAdjustTable.cpp",
+ "src/text/gpu/GlyphVector.cpp",
+ "src/text/gpu/SDFMaskFilter.cpp",
+ "src/text/gpu/SDFTControl.cpp",
+ "src/text/gpu/SkChromeRemoteGlyphCache.cpp",
+ "src/text/gpu/Slug.cpp",
+ "src/text/gpu/SlugImpl.cpp",
+ "src/text/gpu/StrikeCache.cpp",
+ "src/text/gpu/SubRunAllocator.cpp",
+ "src/text/gpu/SubRunContainer.cpp",
+ "src/text/gpu/TextBlob.cpp",
+ "src/text/gpu/TextBlobRedrawCoordinator.cpp",
+ "src/text/gpu/VertexFiller.cpp",
+ "tools/SkSharingProc.cpp",
+ ],
+ local_include_dirs: [
+ "android",
+ ],
+ export_include_dirs: [
+ "android",
+ ],
+ },
+ host_linux: {
+ srcs: [
+ "src/codec/SkRawCodec.cpp",
+ "src/ports/SkDebug_stdio.cpp",
+ "src/ports/SkOSFile_posix.cpp",
+ "src/ports/SkOSLibrary_posix.cpp",
+ ],
+ local_include_dirs: [
+ "linux",
+ ],
+ export_include_dirs: [
+ "linux",
+ ],
+ },
+ darwin: {
+ srcs: [
+ "src/codec/SkRawCodec.cpp",
+ "src/ports/SkDebug_stdio.cpp",
+ "src/ports/SkImageGeneratorCG.cpp",
+ "src/ports/SkOSFile_posix.cpp",
+ "src/ports/SkOSLibrary_posix.cpp",
+ ],
+ local_include_dirs: [
+ "mac",
+ ],
+ export_include_dirs: [
+ "mac",
+ ],
+ },
+ windows: {
+ enabled: true,
+ cflags: [
+ "-Wno-unknown-pragmas",
+ ],
+ srcs: [
+ "src/ports/SkDebug_win.cpp",
+ "src/ports/SkImageGeneratorWIC.cpp",
+ "src/ports/SkOSFile_win.cpp",
+ "src/ports/SkOSLibrary_win.cpp",
+ ],
+ local_include_dirs: [
+ "win",
+ ],
+ export_include_dirs: [
+ "win",
+ ],
+ },
+ },
+
+ defaults: ["skia_deps",
+ "skia_defaults",
+ ],
+}
+
+cc_defaults {
+ // Subset of the larger "skia_deps", which includes only the dependencies
+ // needed for libskia_renderengine. Note that it includes libpng and libz
+ // for the purposes of MSKP captures, but we could instead leave it up to
+ // RenderEngine to provide its own SkSerializerProcs if another client
+ // wants an even smaller version of libskia.
+ name: "skia_renderengine_deps",
+ shared_libs: [
+ "libcutils",
+ "liblog",
+ "libpng",
+ "libz",
+ ],
+ static_libs: [
+ "libarect",
+ ],
+ target: {
+ android: {
+ shared_libs: [
+ "libEGL",
+ "libGLESv2",
+ "libvulkan",
+ "libnativewindow",
+ ],
+ static_libs: [
+ "libperfetto_client_experimental",
+ ],
+ export_shared_lib_headers: [
+ "libvulkan",
+ ],
+ },
+ },
+}
+
+cc_defaults {
+ name: "skia_deps",
+ defaults: ["skia_renderengine_deps"],
+ shared_libs: [
+ "libdng_sdk",
+ "libjpeg",
+ "libpiex",
+ "libexpat",
+ "libft2",
+ ],
+ static_libs: [
+ "libwebp-decode",
+ "libwebp-encode",
+ "libsfntly",
+ "libwuffs_mirror_release_c",
+ ],
+ target: {
+ android: {
+ shared_libs: [
+ "libheif",
+ ],
+ },
+ darwin: {
+ host_ldlibs: [
+ "-framework AppKit",
+ ],
+ },
+ windows: {
+ host_ldlibs: [
+ "-lgdi32",
+ "-loleaut32",
+ "-lole32",
+ "-lopengl32",
+ "-luuid",
+ "-lwindowscodecs",
+ ],
+ },
+ },
+}
+
+cc_defaults {
+ name: "skia_tool_deps",
+ defaults: [
+ "skia_deps",
+ ],
+ shared_libs: [
+ "libicu",
+ "libharfbuzz_ng",
+ ],
+ static_libs: [
+ "libskia",
+ ],
+ cflags: [
+ "-DSK_SHAPER_HARFBUZZ_AVAILABLE",
+ "-DSK_SHAPER_UNICODE_AVAILABLE",
+ "-DSK_UNICODE_AVAILABLE",
+ "-DSK_UNICODE_ICU_IMPLEMENTATION",
+ "-Wno-implicit-fallthrough",
+ "-Wno-unused-parameter",
+ "-Wno-unused-variable",
+ ],
+ target: {
+ windows: {
+ enabled: true,
+ },
+ },
+
+ data: [
+ "resources/**/*",
+ ],
+}
+
+cc_defaults {
+ name: "skia_gm_srcs",
+ local_include_dirs: [
+ "",
+ "include/third_party/vulkan/",
+ "modules/skcms",
+ "modules/skottie/include/",
+ "modules/skparagraph/include/",
+ "modules/skparagraph/utils/",
+ "modules/skshaper/include/",
+ "modules/skunicode/include/",
+ ],
+
+ srcs: [
+ "gm/3d.cpp",
+ "gm/aaa.cpp",
+ "gm/aaclip.cpp",
+ "gm/aarecteffect.cpp",
+ "gm/aarectmodes.cpp",
+ "gm/aaxfermodes.cpp",
+ "gm/addarc.cpp",
+ "gm/all_bitmap_configs.cpp",
+ "gm/alpha_image.cpp",
+ "gm/alphagradients.cpp",
+ "gm/analytic_gradients.cpp",
+ "gm/androidblendmodes.cpp",
+ "gm/animated_gif.cpp",
+ "gm/animated_image_orientation.cpp",
+ "gm/animatedimageblurs.cpp",
+ "gm/anisotropic.cpp",
+ "gm/annotated_text.cpp",
+ "gm/arcofzorro.cpp",
+ "gm/arcto.cpp",
+ "gm/arithmode.cpp",
+ "gm/asyncrescaleandread.cpp",
+ "gm/attributes.cpp",
+ "gm/b_119394958.cpp",
+ "gm/backdrop.cpp",
+ "gm/backdrop_imagefilter_croprect.cpp",
+ "gm/badpaint.cpp",
+ "gm/batchedconvexpaths.cpp",
+ "gm/bc1_transparency.cpp",
+ "gm/beziereffects.cpp",
+ "gm/beziers.cpp",
+ "gm/bicubic.cpp",
+ "gm/bigblurs.cpp",
+ "gm/bigmatrix.cpp",
+ "gm/bigrect.cpp",
+ "gm/bigrrectaaeffect.cpp",
+ "gm/bigtext.cpp",
+ "gm/bigtileimagefilter.cpp",
+ "gm/bitmapcopy.cpp",
+ "gm/bitmapfilters.cpp",
+ "gm/bitmapimage.cpp",
+ "gm/bitmappremul.cpp",
+ "gm/bitmaprect.cpp",
+ "gm/bitmaprecttest.cpp",
+ "gm/bitmapshader.cpp",
+ "gm/bitmaptiled.cpp",
+ "gm/bleed.cpp",
+ "gm/blend.cpp",
+ "gm/blurcircles.cpp",
+ "gm/blurcircles2.cpp",
+ "gm/blurignorexform.cpp",
+ "gm/blurimagevmask.cpp",
+ "gm/blurpositioning.cpp",
+ "gm/blurquickreject.cpp",
+ "gm/blurrect.cpp",
+ "gm/blurredclippedcircle.cpp",
+ "gm/blurroundrect.cpp",
+ "gm/blurs.cpp",
+ "gm/blurtextsmallradii.cpp",
+ "gm/bmpfilterqualityrepeat.cpp",
+ "gm/bug12866.cpp",
+ "gm/bug5252.cpp",
+ "gm/bug530095.cpp",
+ "gm/bug615686.cpp",
+ "gm/bug6643.cpp",
+ "gm/bug6783.cpp",
+ "gm/bug9331.cpp",
+ "gm/circle_sizes.cpp",
+ "gm/circulararcs.cpp",
+ "gm/circularclips.cpp",
+ "gm/clear_swizzle.cpp",
+ "gm/clip_error.cpp",
+ "gm/clip_sierpinski_region.cpp",
+ "gm/clip_strokerect.cpp",
+ "gm/clipdrawdraw.cpp",
+ "gm/clippedbitmapshaders.cpp",
+ "gm/clipshader.cpp",
+ "gm/clockwise.cpp",
+ "gm/collapsepaths.cpp",
+ "gm/color4f.cpp",
+ "gm/coloremoji.cpp",
+ "gm/coloremoji_blendmodes.cpp",
+ "gm/colorfilteralpha8.cpp",
+ "gm/colorfilterimagefilter.cpp",
+ "gm/colorfilters.cpp",
+ "gm/colormatrix.cpp",
+ "gm/colorspace.cpp",
+ "gm/colorwheel.cpp",
+ "gm/colrv1.cpp",
+ "gm/complexclip.cpp",
+ "gm/complexclip2.cpp",
+ "gm/complexclip3.cpp",
+ "gm/complexclip4.cpp",
+ "gm/complexclip_blur_tiled.cpp",
+ "gm/composecolorfilter.cpp",
+ "gm/composeshader.cpp",
+ "gm/compositor_quads.cpp",
+ "gm/compressed_textures.cpp",
+ "gm/concavepaths.cpp",
+ "gm/conicpaths.cpp",
+ "gm/constcolorprocessor.cpp",
+ "gm/convex_all_line_paths.cpp",
+ "gm/convexpaths.cpp",
+ "gm/convexpolyclip.cpp",
+ "gm/convexpolyeffect.cpp",
+ "gm/coordclampshader.cpp",
+ "gm/copy_to_4444.cpp",
+ "gm/crbug_1041204.cpp",
+ "gm/crbug_1073670.cpp",
+ "gm/crbug_1086705.cpp",
+ "gm/crbug_1113794.cpp",
+ "gm/crbug_1139750.cpp",
+ "gm/crbug_1156804.cpp",
+ "gm/crbug_1162942.cpp",
+ "gm/crbug_1167277.cpp",
+ "gm/crbug_1174186.cpp",
+ "gm/crbug_1174354.cpp",
+ "gm/crbug_1177833.cpp",
+ "gm/crbug_1257515.cpp",
+ "gm/crbug_1313579.cpp",
+ "gm/crbug_224618.cpp",
+ "gm/crbug_691386.cpp",
+ "gm/crbug_788500.cpp",
+ "gm/crbug_847759.cpp",
+ "gm/crbug_884166.cpp",
+ "gm/crbug_887103.cpp",
+ "gm/crbug_892988.cpp",
+ "gm/crbug_899512.cpp",
+ "gm/crbug_905548.cpp",
+ "gm/crbug_908646.cpp",
+ "gm/crbug_913349.cpp",
+ "gm/crbug_918512.cpp",
+ "gm/crbug_938592.cpp",
+ "gm/crbug_946965.cpp",
+ "gm/crbug_947055.cpp",
+ "gm/crbug_996140.cpp",
+ "gm/crop_imagefilter.cpp",
+ "gm/croppedrects.cpp",
+ "gm/crosscontextimage.cpp",
+ "gm/cubicpaths.cpp",
+ "gm/daa.cpp",
+ "gm/dashcircle.cpp",
+ "gm/dashcubics.cpp",
+ "gm/dashing.cpp",
+ "gm/degeneratesegments.cpp",
+ "gm/destcolor.cpp",
+ "gm/dftext.cpp",
+ "gm/dftext_blob_persp.cpp",
+ "gm/discard.cpp",
+ "gm/displacement.cpp",
+ "gm/distantclip.cpp",
+ "gm/draw_bitmap_rect_skbug4374.cpp",
+ "gm/drawable.cpp",
+ "gm/drawatlas.cpp",
+ "gm/drawatlascolor.cpp",
+ "gm/drawbitmaprect.cpp",
+ "gm/drawglyphs.cpp",
+ "gm/drawimageset.cpp",
+ "gm/drawlines_with_local_matrix.cpp",
+ "gm/drawminibitmaprect.cpp",
+ "gm/drawquadset.cpp",
+ "gm/drawregion.cpp",
+ "gm/drawregionmodes.cpp",
+ "gm/dropshadowimagefilter.cpp",
+ "gm/drrect.cpp",
+ "gm/drrect_small_inner.cpp",
+ "gm/dstreadshuffle.cpp",
+ "gm/ducky_yuv_blend.cpp",
+ "gm/emboss.cpp",
+ "gm/emptypath.cpp",
+ "gm/encode.cpp",
+ "gm/encode_alpha_jpeg.cpp",
+ "gm/encode_color_types.cpp",
+ "gm/encode_platform.cpp",
+ "gm/encode_srgb.cpp",
+ "gm/exoticformats.cpp",
+ "gm/fadefilter.cpp",
+ "gm/fatpathfill.cpp",
+ "gm/fillrect_gradient.cpp",
+ "gm/filltypes.cpp",
+ "gm/filltypespersp.cpp",
+ "gm/filterbug.cpp",
+ "gm/filterfastbounds.cpp",
+ "gm/filterindiabox.cpp",
+ "gm/flippity.cpp",
+ "gm/fontcache.cpp",
+ "gm/fontmgr.cpp",
+ "gm/fontregen.cpp",
+ "gm/fontscaler.cpp",
+ "gm/fontscalerdistortable.cpp",
+ "gm/fp_sample_chaining.cpp",
+ "gm/fpcoordinateoverride.cpp",
+ "gm/fwidth_squircle.cpp",
+ "gm/gammatext.cpp",
+ "gm/getpostextpath.cpp",
+ "gm/giantbitmap.cpp",
+ "gm/glyph_pos.cpp",
+ "gm/gm.cpp",
+ "gm/gpu_blur_utils.cpp",
+ "gm/gradient_dirty_laundry.cpp",
+ "gm/gradient_matrix.cpp",
+ "gm/gradients.cpp",
+ "gm/gradients_2pt_conical.cpp",
+ "gm/gradients_degenerate.cpp",
+ "gm/gradients_no_texture.cpp",
+ "gm/gradtext.cpp",
+ "gm/graphite_replay.cpp",
+ "gm/graphitestart.cpp",
+ "gm/grayscalejpg.cpp",
+ "gm/hairlines.cpp",
+ "gm/hairmodes.cpp",
+ "gm/hardstop_gradients.cpp",
+ "gm/hardstop_gradients_many.cpp",
+ "gm/highcontrastfilter.cpp",
+ "gm/hittestpath.cpp",
+ "gm/hsl.cpp",
+ "gm/hugepath.cpp",
+ "gm/image.cpp",
+ "gm/image_pict.cpp",
+ "gm/image_shader.cpp",
+ "gm/imageblur.cpp",
+ "gm/imageblur2.cpp",
+ "gm/imageblurclampmode.cpp",
+ "gm/imageblurrepeatmode.cpp",
+ "gm/imageblurtiled.cpp",
+ "gm/imagefilters.cpp",
+ "gm/imagefiltersbase.cpp",
+ "gm/imagefiltersclipped.cpp",
+ "gm/imagefilterscropexpand.cpp",
+ "gm/imagefilterscropped.cpp",
+ "gm/imagefiltersgraph.cpp",
+ "gm/imagefiltersscaled.cpp",
+ "gm/imagefiltersstroked.cpp",
+ "gm/imagefilterstransformed.cpp",
+ "gm/imagefiltersunpremul.cpp",
+ "gm/imagefromyuvtextures.cpp",
+ "gm/imagemagnifier.cpp",
+ "gm/imagemakewithfilter.cpp",
+ "gm/imagemasksubset.cpp",
+ "gm/imageresizetiled.cpp",
+ "gm/imagesource.cpp",
+ "gm/imagesource2.cpp",
+ "gm/internal_links.cpp",
+ "gm/inverseclip.cpp",
+ "gm/inversepaths.cpp",
+ "gm/jpg_color_cube.cpp",
+ "gm/kawase_blur_rt.cpp",
+ "gm/labyrinth.cpp",
+ "gm/largeclippedpath.cpp",
+ "gm/largeglyphblur.cpp",
+ "gm/lattice.cpp",
+ "gm/lazytiling.cpp",
+ "gm/lcdblendmodes.cpp",
+ "gm/lcdoverlap.cpp",
+ "gm/lcdtext.cpp",
+ "gm/lighting.cpp",
+ "gm/linepaths.cpp",
+ "gm/localmatriximagefilter.cpp",
+ "gm/localmatriximageshader.cpp",
+ "gm/localmatrixshader.cpp",
+ "gm/lumafilter.cpp",
+ "gm/mac_aa_explorer.cpp",
+ "gm/make_raster_image.cpp",
+ "gm/makecolorspace.cpp",
+ "gm/mandoline.cpp",
+ "gm/manypathatlases.cpp",
+ "gm/manypaths.cpp",
+ "gm/matrixconvolution.cpp",
+ "gm/matriximagefilter.cpp",
+ "gm/mesh.cpp",
+ "gm/mipmap.cpp",
+ "gm/mirrortile.cpp",
+ "gm/mixedtextblobs.cpp",
+ "gm/mixercolorfilter.cpp",
+ "gm/modecolorfilters.cpp",
+ "gm/morphology.cpp",
+ "gm/nearesthalfpixelimage.cpp",
+ "gm/nested.cpp",
+ "gm/ninepatchstretch.cpp",
+ "gm/nonclosedpaths.cpp",
+ "gm/offsetimagefilter.cpp",
+ "gm/orientation.cpp",
+ "gm/ovals.cpp",
+ "gm/overdrawcanvas.cpp",
+ "gm/overdrawcolorfilter.cpp",
+ "gm/overstroke.cpp",
+ "gm/p3.cpp",
+ "gm/palette.cpp",
+ "gm/patch.cpp",
+ "gm/path_stroke_with_zero_length.cpp",
+ "gm/patharcto.cpp",
+ "gm/pathcontourstart.cpp",
+ "gm/patheffects.cpp",
+ "gm/pathfill.cpp",
+ "gm/pathinterior.cpp",
+ "gm/pathmaskcache.cpp",
+ "gm/pathmeasure.cpp",
+ "gm/pathopsinverse.cpp",
+ "gm/pathreverse.cpp",
+ "gm/pdf_never_embed.cpp",
+ "gm/perlinnoise.cpp",
+ "gm/perspimages.cpp",
+ "gm/perspshaders.cpp",
+ "gm/persptext.cpp",
+ "gm/picture.cpp",
+ "gm/pictureimagefilter.cpp",
+ "gm/pictureimagegenerator.cpp",
+ "gm/pictureshader.cpp",
+ "gm/pictureshadercache.cpp",
+ "gm/pictureshadertile.cpp",
+ "gm/plus.cpp",
+ "gm/points.cpp",
+ "gm/poly2poly.cpp",
+ "gm/polygonoffset.cpp",
+ "gm/polygons.cpp",
+ "gm/postercircle.cpp",
+ "gm/preservefillrule.cpp",
+ "gm/quadpaths.cpp",
+ "gm/radial_gradient_precision.cpp",
+ "gm/rasterhandleallocator.cpp",
+ "gm/readpixels.cpp",
+ "gm/recordopts.cpp",
+ "gm/rectangletexture.cpp",
+ "gm/repeated_bitmap.cpp",
+ "gm/resizeimagefilter.cpp",
+ "gm/rippleshadergm.cpp",
+ "gm/roundrects.cpp",
+ "gm/rrect.cpp",
+ "gm/rrectclipdrawpaint.cpp",
+ "gm/rrects.cpp",
+ "gm/rsxtext.cpp",
+ "gm/runtimecolorfilter.cpp",
+ "gm/runtimefunctions.cpp",
+ "gm/runtimeimagefilter.cpp",
+ "gm/runtimeintrinsics.cpp",
+ "gm/runtimeshader.cpp",
+ "gm/samplerstress.cpp",
+ "gm/savelayer.cpp",
+ "gm/scaledemoji.cpp",
+ "gm/scaledemoji_rendering.cpp",
+ "gm/scaledrects.cpp",
+ "gm/scaledstrokes.cpp",
+ "gm/shadermaskfilter.cpp",
+ "gm/shaderpath.cpp",
+ "gm/shadertext3.cpp",
+ "gm/shadowutils.cpp",
+ "gm/shallowgradient.cpp",
+ "gm/shapes.cpp",
+ "gm/sharedcorners.cpp",
+ "gm/showmiplevels.cpp",
+ "gm/simpleaaclip.cpp",
+ "gm/simplerect.cpp",
+ "gm/skbug1719.cpp",
+ "gm/skbug_12212.cpp",
+ "gm/skbug_257.cpp",
+ "gm/skbug_4868.cpp",
+ "gm/skbug_5321.cpp",
+ "gm/skbug_8664.cpp",
+ "gm/skbug_8955.cpp",
+ "gm/skbug_9319.cpp",
+ "gm/skbug_9819.cpp",
+ "gm/slug.cpp",
+ "gm/smallarc.cpp",
+ "gm/smallpaths.cpp",
+ "gm/spritebitmap.cpp",
+ "gm/srcmode.cpp",
+ "gm/srgb.cpp",
+ "gm/stlouisarch.cpp",
+ "gm/stringart.cpp",
+ "gm/stroke_rect_shader.cpp",
+ "gm/strokedlines.cpp",
+ "gm/strokefill.cpp",
+ "gm/strokerect.cpp",
+ "gm/strokerect_anisotropic.cpp",
+ "gm/strokerects.cpp",
+ "gm/strokes.cpp",
+ "gm/stroketext.cpp",
+ "gm/subsetshader.cpp",
+ "gm/surface.cpp",
+ "gm/swizzle.cpp",
+ "gm/tablecolorfilter.cpp",
+ "gm/tallstretchedbitmaps.cpp",
+ "gm/testgradient.cpp",
+ "gm/texelsubset.cpp",
+ "gm/text_scale_skew.cpp",
+ "gm/textblob.cpp",
+ "gm/textblobblockreordering.cpp",
+ "gm/textblobcolortrans.cpp",
+ "gm/textblobgeometrychange.cpp",
+ "gm/textblobmixedsizes.cpp",
+ "gm/textblobrandomfont.cpp",
+ "gm/textblobshader.cpp",
+ "gm/textblobtransforms.cpp",
+ "gm/textblobuseaftergpufree.cpp",
+ "gm/texteffects.cpp",
+ "gm/thinconcavepaths.cpp",
+ "gm/thinrects.cpp",
+ "gm/thinstrokedrects.cpp",
+ "gm/tiledscaledbitmap.cpp",
+ "gm/tileimagefilter.cpp",
+ "gm/tilemodes.cpp",
+ "gm/tilemodes_alpha.cpp",
+ "gm/tilemodes_scaled.cpp",
+ "gm/tinybitmap.cpp",
+ "gm/transparency.cpp",
+ "gm/trickycubicstrokes.cpp",
+ "gm/typeface.cpp",
+ "gm/unpremul.cpp",
+ "gm/userfont.cpp",
+ "gm/variedtext.cpp",
+ "gm/vertices.cpp",
+ "gm/verylargebitmap.cpp",
+ "gm/wacky_yuv_formats.cpp",
+ "gm/widebuttcaps.cpp",
+ "gm/windowrectangles.cpp",
+ "gm/workingspace.cpp",
+ "gm/xfermodeimagefilter.cpp",
+ "gm/xfermodes.cpp",
+ "gm/xfermodes2.cpp",
+ "gm/xfermodes3.cpp",
+ "gm/ycbcrimage.cpp",
+ "gm/yuv420_odd_dim.cpp",
+ "gm/yuvtorgbsubset.cpp",
+ "modules/skottie/gm/ExternalProperties.cpp",
+ "modules/skottie/gm/SkottieGM.cpp",
+ "modules/skottie/src/BlendModes.cpp",
+ "modules/skottie/src/Camera.cpp",
+ "modules/skottie/src/Composition.cpp",
+ "modules/skottie/src/Layer.cpp",
+ "modules/skottie/src/Path.cpp",
+ "modules/skottie/src/Skottie.cpp",
+ "modules/skottie/src/SkottieJson.cpp",
+ "modules/skottie/src/SkottieProperty.cpp",
+ "modules/skottie/src/SlotManager.cpp",
+ "modules/skottie/src/Transform.cpp",
+ "modules/skottie/src/animator/Animator.cpp",
+ "modules/skottie/src/animator/KeyframeAnimator.cpp",
+ "modules/skottie/src/animator/ScalarKeyframeAnimator.cpp",
+ "modules/skottie/src/animator/ShapeKeyframeAnimator.cpp",
+ "modules/skottie/src/animator/TextKeyframeAnimator.cpp",
+ "modules/skottie/src/animator/Vec2KeyframeAnimator.cpp",
+ "modules/skottie/src/animator/VectorKeyframeAnimator.cpp",
+ "modules/skottie/src/effects/BlackAndWhiteEffect.cpp",
+ "modules/skottie/src/effects/BrightnessContrastEffect.cpp",
+ "modules/skottie/src/effects/BulgeEffect.cpp",
+ "modules/skottie/src/effects/CCTonerEffect.cpp",
+ "modules/skottie/src/effects/CornerPinEffect.cpp",
+ "modules/skottie/src/effects/DirectionalBlur.cpp",
+ "modules/skottie/src/effects/DisplacementMapEffect.cpp",
+ "modules/skottie/src/effects/DropShadowEffect.cpp",
+ "modules/skottie/src/effects/Effects.cpp",
+ "modules/skottie/src/effects/FillEffect.cpp",
+ "modules/skottie/src/effects/FractalNoiseEffect.cpp",
+ "modules/skottie/src/effects/GaussianBlurEffect.cpp",
+ "modules/skottie/src/effects/GlowStyles.cpp",
+ "modules/skottie/src/effects/GradientEffect.cpp",
+ "modules/skottie/src/effects/HueSaturationEffect.cpp",
+ "modules/skottie/src/effects/InvertEffect.cpp",
+ "modules/skottie/src/effects/LevelsEffect.cpp",
+ "modules/skottie/src/effects/LinearWipeEffect.cpp",
+ "modules/skottie/src/effects/MotionBlurEffect.cpp",
+ "modules/skottie/src/effects/MotionTileEffect.cpp",
+ "modules/skottie/src/effects/RadialWipeEffect.cpp",
+ "modules/skottie/src/effects/ShadowStyles.cpp",
+ "modules/skottie/src/effects/SharpenEffect.cpp",
+ "modules/skottie/src/effects/ShiftChannelsEffect.cpp",
+ "modules/skottie/src/effects/SkSLEffect.cpp",
+ "modules/skottie/src/effects/SphereEffect.cpp",
+ "modules/skottie/src/effects/ThresholdEffect.cpp",
+ "modules/skottie/src/effects/TintEffect.cpp",
+ "modules/skottie/src/effects/TransformEffect.cpp",
+ "modules/skottie/src/effects/TritoneEffect.cpp",
+ "modules/skottie/src/effects/VenetianBlindsEffect.cpp",
+ "modules/skottie/src/layers/AudioLayer.cpp",
+ "modules/skottie/src/layers/FootageLayer.cpp",
+ "modules/skottie/src/layers/NullLayer.cpp",
+ "modules/skottie/src/layers/PrecompLayer.cpp",
+ "modules/skottie/src/layers/SolidLayer.cpp",
+ "modules/skottie/src/layers/TextLayer.cpp",
+ "modules/skottie/src/layers/shapelayer/Ellipse.cpp",
+ "modules/skottie/src/layers/shapelayer/FillStroke.cpp",
+ "modules/skottie/src/layers/shapelayer/Gradient.cpp",
+ "modules/skottie/src/layers/shapelayer/MergePaths.cpp",
+ "modules/skottie/src/layers/shapelayer/OffsetPaths.cpp",
+ "modules/skottie/src/layers/shapelayer/Polystar.cpp",
+ "modules/skottie/src/layers/shapelayer/PuckerBloat.cpp",
+ "modules/skottie/src/layers/shapelayer/Rectangle.cpp",
+ "modules/skottie/src/layers/shapelayer/Repeater.cpp",
+ "modules/skottie/src/layers/shapelayer/RoundCorners.cpp",
+ "modules/skottie/src/layers/shapelayer/ShapeLayer.cpp",
+ "modules/skottie/src/layers/shapelayer/TrimPaths.cpp",
+ "modules/skottie/src/text/Font.cpp",
+ "modules/skottie/src/text/RangeSelector.cpp",
+ "modules/skottie/src/text/TextAdapter.cpp",
+ "modules/skottie/src/text/TextAnimator.cpp",
+ "modules/skottie/src/text/TextShaper.cpp",
+ "modules/skottie/src/text/TextValue.cpp",
+ "modules/skottie/utils/SkottieUtils.cpp",
+ "modules/skottie/utils/TextEditor.cpp",
+ "modules/skparagraph/gm/simple_gm.cpp",
+ "modules/skparagraph/src/Decorations.cpp",
+ "modules/skparagraph/src/FontArguments.cpp",
+ "modules/skparagraph/src/FontCollection.cpp",
+ "modules/skparagraph/src/OneLineShaper.cpp",
+ "modules/skparagraph/src/ParagraphBuilderImpl.cpp",
+ "modules/skparagraph/src/ParagraphCache.cpp",
+ "modules/skparagraph/src/ParagraphImpl.cpp",
+ "modules/skparagraph/src/ParagraphPainterImpl.cpp",
+ "modules/skparagraph/src/ParagraphStyle.cpp",
+ "modules/skparagraph/src/Run.cpp",
+ "modules/skparagraph/src/TextLine.cpp",
+ "modules/skparagraph/src/TextShadow.cpp",
+ "modules/skparagraph/src/TextStyle.cpp",
+ "modules/skparagraph/src/TextWrapper.cpp",
+ "modules/skparagraph/src/TypefaceFontProvider.cpp",
+ "modules/skparagraph/utils/TestFontCollection.cpp",
+ "modules/skresources/src/SkResources.cpp",
+ "modules/sksg/src/SkSGClipEffect.cpp",
+ "modules/sksg/src/SkSGColorFilter.cpp",
+ "modules/sksg/src/SkSGDraw.cpp",
+ "modules/sksg/src/SkSGEffectNode.cpp",
+ "modules/sksg/src/SkSGGeometryEffect.cpp",
+ "modules/sksg/src/SkSGGeometryNode.cpp",
+ "modules/sksg/src/SkSGGradient.cpp",
+ "modules/sksg/src/SkSGGroup.cpp",
+ "modules/sksg/src/SkSGImage.cpp",
+ "modules/sksg/src/SkSGInvalidationController.cpp",
+ "modules/sksg/src/SkSGMaskEffect.cpp",
+ "modules/sksg/src/SkSGMerge.cpp",
+ "modules/sksg/src/SkSGNode.cpp",
+ "modules/sksg/src/SkSGOpacityEffect.cpp",
+ "modules/sksg/src/SkSGPaint.cpp",
+ "modules/sksg/src/SkSGPath.cpp",
+ "modules/sksg/src/SkSGPlane.cpp",
+ "modules/sksg/src/SkSGRect.cpp",
+ "modules/sksg/src/SkSGRenderEffect.cpp",
+ "modules/sksg/src/SkSGRenderNode.cpp",
+ "modules/sksg/src/SkSGScene.cpp",
+ "modules/sksg/src/SkSGText.cpp",
+ "modules/sksg/src/SkSGTransform.cpp",
+ "modules/skshaper/src/SkShaper.cpp",
+ "modules/skshaper/src/SkShaper_harfbuzz.cpp",
+ "modules/skshaper/src/SkShaper_primitive.cpp",
+ "modules/skshaper/src/SkShaper_skunicode.cpp",
+ "modules/skunicode/src/SkUnicode.cpp",
+ "modules/skunicode/src/SkUnicode_hardcoded.cpp",
+ "modules/skunicode/src/SkUnicode_icu.cpp",
+ "modules/skunicode/src/SkUnicode_icu_bidi.cpp",
+ "modules/skunicode/src/SkUnicode_icu_builtin.cpp",
+ "modules/svg/src/SkSVGAttribute.cpp",
+ "modules/svg/src/SkSVGAttributeParser.cpp",
+ "modules/svg/src/SkSVGCircle.cpp",
+ "modules/svg/src/SkSVGClipPath.cpp",
+ "modules/svg/src/SkSVGContainer.cpp",
+ "modules/svg/src/SkSVGDOM.cpp",
+ "modules/svg/src/SkSVGEllipse.cpp",
+ "modules/svg/src/SkSVGFe.cpp",
+ "modules/svg/src/SkSVGFeBlend.cpp",
+ "modules/svg/src/SkSVGFeColorMatrix.cpp",
+ "modules/svg/src/SkSVGFeComposite.cpp",
+ "modules/svg/src/SkSVGFeDisplacementMap.cpp",
+ "modules/svg/src/SkSVGFeFlood.cpp",
+ "modules/svg/src/SkSVGFeGaussianBlur.cpp",
+ "modules/svg/src/SkSVGFeImage.cpp",
+ "modules/svg/src/SkSVGFeLightSource.cpp",
+ "modules/svg/src/SkSVGFeLighting.cpp",
+ "modules/svg/src/SkSVGFeMorphology.cpp",
+ "modules/svg/src/SkSVGFeOffset.cpp",
+ "modules/svg/src/SkSVGFeTurbulence.cpp",
+ "modules/svg/src/SkSVGFilter.cpp",
+ "modules/svg/src/SkSVGFilterContext.cpp",
+ "modules/svg/src/SkSVGGradient.cpp",
+ "modules/svg/src/SkSVGImage.cpp",
+ "modules/svg/src/SkSVGLine.cpp",
+ "modules/svg/src/SkSVGLinearGradient.cpp",
+ "modules/svg/src/SkSVGMask.cpp",
+ "modules/svg/src/SkSVGNode.cpp",
+ "modules/svg/src/SkSVGOpenTypeSVGDecoder.cpp",
+ "modules/svg/src/SkSVGPath.cpp",
+ "modules/svg/src/SkSVGPattern.cpp",
+ "modules/svg/src/SkSVGPoly.cpp",
+ "modules/svg/src/SkSVGRadialGradient.cpp",
+ "modules/svg/src/SkSVGRect.cpp",
+ "modules/svg/src/SkSVGRenderContext.cpp",
+ "modules/svg/src/SkSVGSVG.cpp",
+ "modules/svg/src/SkSVGShape.cpp",
+ "modules/svg/src/SkSVGStop.cpp",
+ "modules/svg/src/SkSVGText.cpp",
+ "modules/svg/src/SkSVGTransformableNode.cpp",
+ "modules/svg/src/SkSVGUse.cpp",
+ "modules/svg/src/SkSVGValue.cpp",
+ "src/utils/SkTestCanvas.cpp",
+ "third_party/etc1/etc1.cpp",
+ "tools/AndroidSkDebugToStdOut.cpp",
+ "tools/CrashHandler.cpp",
+ "tools/DDLPromiseImageHelper.cpp",
+ "tools/DDLTileHelper.cpp",
+ "tools/DecodeUtils.cpp",
+ "tools/EncodeUtils.cpp",
+ "tools/GpuToolUtils.cpp",
+ "tools/LsanSuppressions.cpp",
+ "tools/MSKPPlayer.cpp",
+ "tools/ProcStats.cpp",
+ "tools/Resources.cpp",
+ "tools/RuntimeBlendUtils.cpp",
+ "tools/SkMetaData.cpp",
+ "tools/SkSharingProc.cpp",
+ "tools/SvgPathExtractor.cpp",
+ "tools/TestFontDataProvider.cpp",
+ "tools/ToolUtils.cpp",
+ "tools/UrlDataManager.cpp",
+ "tools/debugger/DebugCanvas.cpp",
+ "tools/debugger/DebugLayerManager.cpp",
+ "tools/debugger/DrawCommand.cpp",
+ "tools/debugger/JsonWriteBuffer.cpp",
+ "tools/flags/CommandLineFlags.cpp",
+ "tools/fonts/FontToolUtils.cpp",
+ "tools/fonts/RandomScalerContext.cpp",
+ "tools/fonts/TestFontMgr.cpp",
+ "tools/fonts/TestSVGTypeface.cpp",
+ "tools/fonts/TestTypeface.cpp",
+ "tools/gpu/BackendSurfaceFactory.cpp",
+ "tools/gpu/BackendTextureImageFactory.cpp",
+ "tools/gpu/ContextType.cpp",
+ "tools/gpu/FlushFinishTracker.cpp",
+ "tools/gpu/GrContextFactory.cpp",
+ "tools/gpu/GrTest.cpp",
+ "tools/gpu/ManagedBackendTexture.cpp",
+ "tools/gpu/MemoryCache.cpp",
+ "tools/gpu/ProtectedUtils.cpp",
+ "tools/gpu/ProxyUtils.cpp",
+ "tools/gpu/TestContext.cpp",
+ "tools/gpu/TestOps.cpp",
+ "tools/gpu/YUVUtils.cpp",
+ "tools/gpu/gl/GLTestContext.cpp",
+ "tools/gpu/gl/egl/CreatePlatformGLTestContext_egl.cpp",
+ "tools/gpu/mock/MockTestContext.cpp",
+ "tools/gpu/vk/VkTestContext.cpp",
+ "tools/gpu/vk/VkTestHelper.cpp",
+ "tools/gpu/vk/VkTestUtils.cpp",
+ "tools/gpu/vk/VkYcbcrSamplerHelper.cpp",
+ "tools/timer/Timer.cpp",
+ ],
+}
+
+cc_defaults {
+ name: "skia_test_minus_gm_srcs",
+ local_include_dirs: [
+
+ ],
+
+ srcs: [
+ "modules/bentleyottmann/src/BentleyOttmann1.cpp",
+ "modules/bentleyottmann/src/BruteForceCrossings.cpp",
+ "modules/bentleyottmann/src/EventQueue.cpp",
+ "modules/bentleyottmann/src/Int96.cpp",
+ "modules/bentleyottmann/src/Point.cpp",
+ "modules/bentleyottmann/src/Segment.cpp",
+ "modules/bentleyottmann/src/SweepLine.cpp",
+ "modules/bentleyottmann/tests/BentleyOttmann1Test.cpp",
+ "modules/bentleyottmann/tests/BruteForceCrossingsTest.cpp",
+ "modules/bentleyottmann/tests/EventQueueTest.cpp",
+ "modules/bentleyottmann/tests/Int96Test.cpp",
+ "modules/bentleyottmann/tests/PointTest.cpp",
+ "modules/bentleyottmann/tests/SegmentTest.cpp",
+ "modules/bentleyottmann/tests/SweepLineTest.cpp",
+ "modules/skottie/src/SkottieTest.cpp",
+ "modules/skottie/tests/AudioLayer.cpp",
+ "modules/skottie/tests/Expression.cpp",
+ "modules/skottie/tests/Image.cpp",
+ "modules/skottie/tests/Keyframe.cpp",
+ "modules/skottie/tests/PropertyObserver.cpp",
+ "modules/skottie/tests/Shaper.cpp",
+ "modules/skottie/tests/Text.cpp",
+ "modules/skparagraph/tests/SkParagraphTest.cpp",
+ "modules/skparagraph/tests/SkShaperJSONWriter.cpp",
+ "modules/skparagraph/tests/SkShaperJSONWriterTest.cpp",
+ "modules/sksg/tests/SGTest.cpp",
+ "modules/skshaper/tests/ShaperTest.cpp",
+ "modules/skunicode/tests/SkUnicodeTest.cpp",
+ "modules/svg/tests/Filters.cpp",
+ "modules/svg/tests/Text.cpp",
+ "src/gpu/ganesh/vk/GrVkSecondaryCBDrawContext.cpp",
+ "tests/AAClipTest.cpp",
+ "tests/AdvancedBlendTest.cpp",
+ "tests/AndroidCodecTest.cpp",
+ "tests/AnimatedImageTest.cpp",
+ "tests/AnnotationTest.cpp",
+ "tests/ApplyGammaTest.cpp",
+ "tests/ArenaAllocTest.cpp",
+ "tests/AsADashTest.cpp",
+ "tests/AvifTest.cpp",
+ "tests/BRDTest.cpp",
+ "tests/BackendAllocationTest.cpp",
+ "tests/BackendSurfaceMutableStateTest.cpp",
+ "tests/BadIcoTest.cpp",
+ "tests/BezierCurveTest.cpp",
+ "tests/BigImageTest.cpp",
+ "tests/BitSetTest.cpp",
+ "tests/BitmapCopyTest.cpp",
+ "tests/BitmapGetColorTest.cpp",
+ "tests/BitmapTest.cpp",
+ "tests/BlendTest.cpp",
+ "tests/BlitMaskClip.cpp",
+ "tests/BlurTest.cpp",
+ "tests/BulkRectTest.cpp",
+ "tests/CachedDataTest.cpp",
+ "tests/CachedDecodingPixelRefTest.cpp",
+ "tests/CanvasStateHelpers.cpp",
+ "tests/CanvasStateTest.cpp",
+ "tests/CanvasTest.cpp",
+ "tests/ChecksumTest.cpp",
+ "tests/ClearTest.cpp",
+ "tests/ClipCubicTest.cpp",
+ "tests/ClipStackTest.cpp",
+ "tests/ClipperTest.cpp",
+ "tests/CodecAnimTest.cpp",
+ "tests/CodecExactReadTest.cpp",
+ "tests/CodecPartialTest.cpp",
+ "tests/CodecRecommendedTypeTest.cpp",
+ "tests/CodecTest.cpp",
+ "tests/ColorFilterTest.cpp",
+ "tests/ColorMatrixTest.cpp",
+ "tests/ColorPrivTest.cpp",
+ "tests/ColorSpaceTest.cpp",
+ "tests/ColorTest.cpp",
+ "tests/CompressedBackendAllocationTest.cpp",
+ "tests/CopySurfaceTest.cpp",
+ "tests/CtsEnforcement.cpp",
+ "tests/CubicChopTest.cpp",
+ "tests/CubicMapTest.cpp",
+ "tests/CubicRootsTest.cpp",
+ "tests/CullTestTest.cpp",
+ "tests/DMSAATest.cpp",
+ "tests/DashPathEffectTest.cpp",
+ "tests/DashPathEffectTestGanesh.cpp",
+ "tests/DataRefTest.cpp",
+ "tests/DebugLayerManagerTest.cpp",
+ "tests/DefaultPathRendererTest.cpp",
+ "tests/DeferredDisplayListTest.cpp",
+ "tests/DequeTest.cpp",
+ "tests/DescriptorTest.cpp",
+ "tests/DeviceTest.cpp",
+ "tests/DiscardableMemoryPoolTest.cpp",
+ "tests/DiscardableMemoryTest.cpp",
+ "tests/DrawBitmapRectTest.cpp",
+ "tests/DrawOpAtlasTest.cpp",
+ "tests/DrawPathTest.cpp",
+ "tests/DrawTextTest.cpp",
+ "tests/EGLImageTest.cpp",
+ "tests/EmptyPathTest.cpp",
+ "tests/EncodeTest.cpp",
+ "tests/EncodedInfoTest.cpp",
+ "tests/ExifTest.cpp",
+ "tests/ExtendedSkColorTypeTests.cpp",
+ "tests/F16StagesTest.cpp",
+ "tests/FillPathTest.cpp",
+ "tests/FilterResultTest.cpp",
+ "tests/FindCubicConvex180ChopsTest.cpp",
+ "tests/FitsInTest.cpp",
+ "tests/FlattenDrawableTest.cpp",
+ "tests/FlattenableFactoryToName.cpp",
+ "tests/FlattenableNameToFactory.cpp",
+ "tests/Float16Test.cpp",
+ "tests/FloatingPointTest.cpp",
+ "tests/FloatingPointTextureTest.cpp",
+ "tests/FontHostStreamTest.cpp",
+ "tests/FontHostTest.cpp",
+ "tests/FontMgrFlags.cpp",
+ "tests/FontMgrTest.cpp",
+ "tests/FontNamesTest.cpp",
+ "tests/FontTest.cpp",
+ "tests/FrontBufferedStreamTest.cpp",
+ "tests/GLBackendSurfaceTest.cpp",
+ "tests/GainmapShaderTest.cpp",
+ "tests/GeometryTest.cpp",
+ "tests/GifTest.cpp",
+ "tests/GpuDrawPathTest.cpp",
+ "tests/GpuRectanizerTest.cpp",
+ "tests/GrAHardwareBufferTest.cpp",
+ "tests/GrClipStackTest.cpp",
+ "tests/GrContextAbandonTest.cpp",
+ "tests/GrContextFactoryTest.cpp",
+ "tests/GrContextOOM.cpp",
+ "tests/GrDDLImageTest.cpp",
+ "tests/GrFinishedFlushTest.cpp",
+ "tests/GrGLExtensionsTest.cpp",
+ "tests/GrGlyphVectorTest.cpp",
+ "tests/GrGpuBufferTest.cpp",
+ "tests/GrMemoryPoolTest.cpp",
+ "tests/GrMeshTest.cpp",
+ "tests/GrMipMappedTest.cpp",
+ "tests/GrOpListFlushTest.cpp",
+ "tests/GrPipelineDynamicStateTest.cpp",
+ "tests/GrPorterDuffTest.cpp",
+ "tests/GrQuadBufferTest.cpp",
+ "tests/GrQuadCropTest.cpp",
+ "tests/GrRenderTaskClusterTest.cpp",
+ "tests/GrStyledShapeTest.cpp",
+ "tests/GrSubmittedFlushTest.cpp",
+ "tests/GrSurfaceResolveTest.cpp",
+ "tests/GrSurfaceTest.cpp",
+ "tests/GrTextBlobTest.cpp",
+ "tests/GrTextureMipMapInvalidationTest.cpp",
+ "tests/GrThreadSafeCacheTest.cpp",
+ "tests/GradientTest.cpp",
+ "tests/HSVRoundTripTest.cpp",
+ "tests/HashTest.cpp",
+ "tests/HighContrastFilterTest.cpp",
+ "tests/ICCTest.cpp",
+ "tests/ImageBitmapTest.cpp",
+ "tests/ImageCacheTest.cpp",
+ "tests/ImageFilterCacheTest.cpp",
+ "tests/ImageFilterTest.cpp",
+ "tests/ImageFrom565Bitmap.cpp",
+ "tests/ImageGeneratorTest.cpp",
+ "tests/ImageIsOpaqueTest.cpp",
+ "tests/ImageNewShaderTest.cpp",
+ "tests/ImageTest.cpp",
+ "tests/IncrTopoSortTest.cpp",
+ "tests/IndexedPngOverflowTest.cpp",
+ "tests/InfRectTest.cpp",
+ "tests/InsetConvexPolyTest.cpp",
+ "tests/InvalidIndexedPngTest.cpp",
+ "tests/IsClosedSingleContourTest.cpp",
+ "tests/JSONTest.cpp",
+ "tests/JpegGainmapTest.cpp",
+ "tests/LListTest.cpp",
+ "tests/LRUCacheTest.cpp",
+ "tests/LazyProxyTest.cpp",
+ "tests/LazyStencilAttachmentTest.cpp",
+ "tests/M44Test.cpp",
+ "tests/MD5Test.cpp",
+ "tests/MallocPixelRefTest.cpp",
+ "tests/MaskCacheTest.cpp",
+ "tests/MathTest.cpp",
+ "tests/MatrixColorFilterTest.cpp",
+ "tests/MatrixProcsTest.cpp",
+ "tests/MatrixTest.cpp",
+ "tests/MemoryTest.cpp",
+ "tests/MemsetTest.cpp",
+ "tests/MeshTest.cpp",
+ "tests/MessageBusTest.cpp",
+ "tests/MetaDataTest.cpp",
+ "tests/MipMapTest.cpp",
+ "tests/MultiPictureDocumentTest.cpp",
+ "tests/NdkDecodeTest.cpp",
+ "tests/NdkEncodeTest.cpp",
+ "tests/NonlinearBlendingTest.cpp",
+ "tests/OSPathTest.cpp",
+ "tests/OffsetSimplePolyTest.cpp",
+ "tests/OnceTest.cpp",
+ "tests/OpChainTest.cpp",
+ "tests/OverAlignedTest.cpp",
+ "tests/PDFDeflateWStreamTest.cpp",
+ "tests/PDFDocumentTest.cpp",
+ "tests/PDFGlyphsToUnicodeTest.cpp",
+ "tests/PDFJpegEmbedTest.cpp",
+ "tests/PDFMetadataAttributeTest.cpp",
+ "tests/PDFOpaqueSrcModeToSrcOverTest.cpp",
+ "tests/PDFPrimitivesTest.cpp",
+ "tests/PDFTaggedLinkTest.cpp",
+ "tests/PDFTaggedPruningTest.cpp",
+ "tests/PDFTaggedTableTest.cpp",
+ "tests/PDFTaggedTest.cpp",
+ "tests/PaintTest.cpp",
+ "tests/ParametricStageTest.cpp",
+ "tests/ParseColorTest.cpp",
+ "tests/ParsePathTest.cpp",
+ "tests/PathBuilderTest.cpp",
+ "tests/PathCoverageTest.cpp",
+ "tests/PathMeasureTest.cpp",
+ "tests/PathOpsAngleIdeas.cpp",
+ "tests/PathOpsAngleTest.cpp",
+ "tests/PathOpsAsWindingTest.cpp",
+ "tests/PathOpsBattles.cpp",
+ "tests/PathOpsBoundsTest.cpp",
+ "tests/PathOpsBuildUseTest.cpp",
+ "tests/PathOpsBuilderConicTest.cpp",
+ "tests/PathOpsBuilderTest.cpp",
+ "tests/PathOpsChalkboardTest.cpp",
+ "tests/PathOpsConicIntersectionTest.cpp",
+ "tests/PathOpsConicLineIntersectionTest.cpp",
+ "tests/PathOpsConicQuadIntersectionTest.cpp",
+ "tests/PathOpsCubicConicIntersectionTest.cpp",
+ "tests/PathOpsCubicIntersectionTest.cpp",
+ "tests/PathOpsCubicIntersectionTestData.cpp",
+ "tests/PathOpsCubicLineIntersectionIdeas.cpp",
+ "tests/PathOpsCubicLineIntersectionTest.cpp",
+ "tests/PathOpsCubicQuadIntersectionTest.cpp",
+ "tests/PathOpsCubicReduceOrderTest.cpp",
+ "tests/PathOpsDCubicTest.cpp",
+ "tests/PathOpsDLineTest.cpp",
+ "tests/PathOpsDPointTest.cpp",
+ "tests/PathOpsDRectTest.cpp",
+ "tests/PathOpsDVectorTest.cpp",
+ "tests/PathOpsDebug.cpp",
+ "tests/PathOpsExtendedTest.cpp",
+ "tests/PathOpsFuzz763Test.cpp",
+ "tests/PathOpsInverseTest.cpp",
+ "tests/PathOpsIssue3651.cpp",
+ "tests/PathOpsLineIntersectionTest.cpp",
+ "tests/PathOpsLineParametetersTest.cpp",
+ "tests/PathOpsOpCircleThreadedTest.cpp",
+ "tests/PathOpsOpCubicThreadedTest.cpp",
+ "tests/PathOpsOpLoopThreadedTest.cpp",
+ "tests/PathOpsOpRectThreadedTest.cpp",
+ "tests/PathOpsOpTest.cpp",
+ "tests/PathOpsQuadIntersectionTest.cpp",
+ "tests/PathOpsQuadIntersectionTestData.cpp",
+ "tests/PathOpsQuadLineIntersectionTest.cpp",
+ "tests/PathOpsQuadLineIntersectionThreadedTest.cpp",
+ "tests/PathOpsQuadReduceOrderTest.cpp",
+ "tests/PathOpsSimplifyDegenerateThreadedTest.cpp",
+ "tests/PathOpsSimplifyFailTest.cpp",
+ "tests/PathOpsSimplifyQuadThreadedTest.cpp",
+ "tests/PathOpsSimplifyQuadralateralsThreadedTest.cpp",
+ "tests/PathOpsSimplifyRectThreadedTest.cpp",
+ "tests/PathOpsSimplifyTest.cpp",
+ "tests/PathOpsSimplifyTrianglesThreadedTest.cpp",
+ "tests/PathOpsSkpTest.cpp",
+ "tests/PathOpsTestCommon.cpp",
+ "tests/PathOpsThreadedCommon.cpp",
+ "tests/PathOpsThreeWayTest.cpp",
+ "tests/PathOpsTigerTest.cpp",
+ "tests/PathOpsTightBoundsTest.cpp",
+ "tests/PathOpsTypesTest.cpp",
+ "tests/PathRendererCacheTests.cpp",
+ "tests/PathTest.cpp",
+ "tests/PictureBBHTest.cpp",
+ "tests/PictureShaderTest.cpp",
+ "tests/PictureTest.cpp",
+ "tests/PinnedImageTest.cpp",
+ "tests/PixelRefTest.cpp",
+ "tests/Point3Test.cpp",
+ "tests/PointTest.cpp",
+ "tests/PolyUtilsTest.cpp",
+ "tests/PreChopPathCurvesTest.cpp",
+ "tests/PremulAlphaRoundTripTest.cpp",
+ "tests/PrimitiveProcessorTest.cpp",
+ "tests/ProcessorTest.cpp",
+ "tests/ProgramsTest.cpp",
+ "tests/PromiseImageTest.cpp",
+ "tests/ProtectedTest.cpp",
+ "tests/ProxyConversionTest.cpp",
+ "tests/ProxyRefTest.cpp",
+ "tests/ProxyTest.cpp",
+ "tests/QuadRootsTest.cpp",
+ "tests/QuickRejectTest.cpp",
+ "tests/RRectInPathTest.cpp",
+ "tests/RTreeTest.cpp",
+ "tests/RandomTest.cpp",
+ "tests/RasterPipelineBuilderTest.cpp",
+ "tests/RasterPipelineCodeGeneratorTest.cpp",
+ "tests/ReadPixelsTest.cpp",
+ "tests/ReadWritePixelsGpuTest.cpp",
+ "tests/RecordDrawTest.cpp",
+ "tests/RecordOptsTest.cpp",
+ "tests/RecordPatternTest.cpp",
+ "tests/RecordTest.cpp",
+ "tests/RecorderTest.cpp",
+ "tests/RecordingXfermodeTest.cpp",
+ "tests/RectTest.cpp",
+ "tests/RectangleTextureTest.cpp",
+ "tests/RefCntTest.cpp",
+ "tests/RegionTest.cpp",
+ "tests/RepeatedClippedBlurTest.cpp",
+ "tests/ResourceAllocatorTest.cpp",
+ "tests/ResourceCacheTest.cpp",
+ "tests/RoundRectTest.cpp",
+ "tests/RuntimeBlendTest.cpp",
+ "tests/SRGBReadWritePixelsTest.cpp",
+ "tests/SRGBTest.cpp",
+ "tests/SVGDeviceTest.cpp",
+ "tests/SafeMathTest.cpp",
+ "tests/SamplingTest.cpp",
+ "tests/SaveLayerOriginTest.cpp",
+ "tests/ScalarTest.cpp",
+ "tests/ScaleToSidesTest.cpp",
+ "tests/SerialProcsTest.cpp",
+ "tests/SerializationTest.cpp",
+ "tests/ShaderImageFilterTest.cpp",
+ "tests/ShaderOpacityTest.cpp",
+ "tests/ShaderTest.cpp",
+ "tests/ShadowTest.cpp",
+ "tests/SizeTest.cpp",
+ "tests/SkBase64Test.cpp",
+ "tests/SkBlockAllocatorTest.cpp",
+ "tests/SkColor4fTest.cpp",
+ "tests/SkColorSpaceXformStepsTest.cpp",
+ "tests/SkContainersTest.cpp",
+ "tests/SkDOMTest.cpp",
+ "tests/SkEnumBitMaskTest.cpp",
+ "tests/SkFontMetricsPrivTest.cpp",
+ "tests/SkGaussFilterTest.cpp",
+ "tests/SkGlyphTest.cpp",
+ "tests/SkImageTest.cpp",
+ "tests/SkJpegXmpTest.cpp",
+ "tests/SkMallocTest.cpp",
+ "tests/SkPathRangeIterTest.cpp",
+ "tests/SkRasterPipelineOptsTest.cpp",
+ "tests/SkRasterPipelineTest.cpp",
+ "tests/SkRemoteGlyphCacheTest.cpp",
+ "tests/SkResourceCacheTest.cpp",
+ "tests/SkRuntimeEffectTest.cpp",
+ "tests/SkSLCross.cpp",
+ "tests/SkSLDebugTracePlayerTest.cpp",
+ "tests/SkSLDebugTraceTest.cpp",
+ "tests/SkSLES2ConformanceTest.cpp",
+ "tests/SkSLErrorTest.cpp",
+ "tests/SkSLGLSLTestbed.cpp",
+ "tests/SkSLMemoryLayoutTest.cpp",
+ "tests/SkSLMetalTestbed.cpp",
+ "tests/SkSLSPIRVTestbed.cpp",
+ "tests/SkSLTest.cpp",
+ "tests/SkSLTypeTest.cpp",
+ "tests/SkSLWGSLTestbed.cpp",
+ "tests/SkSharedMutexTest.cpp",
+ "tests/SkSpanTest.cpp",
+ "tests/SkStrikeCacheTest.cpp",
+ "tests/SkStrikeTest.cpp",
+ "tests/SkStringViewTest.cpp",
+ "tests/SkTBlockListTest.cpp",
+ "tests/SkUTFTest.cpp",
+ "tests/SkVxTest.cpp",
+ "tests/SkXmpTest.cpp",
+ "tests/Skbug12214.cpp",
+ "tests/Skbug5221.cpp",
+ "tests/Skbug6389.cpp",
+ "tests/Skbug6653.cpp",
+ "tests/SlugTest.cpp",
+ "tests/SortTest.cpp",
+ "tests/SpecialImageTest.cpp",
+ "tests/SrcOverTest.cpp",
+ "tests/SrcSrcOverBatchTest.cpp",
+ "tests/StreamTest.cpp",
+ "tests/StrikeForGPUTest.cpp",
+ "tests/StringTest.cpp",
+ "tests/StrokeTest.cpp",
+ "tests/StrokerTest.cpp",
+ "tests/SubsetPath.cpp",
+ "tests/SurfaceDrawContextTest.cpp",
+ "tests/SurfaceSemaphoreTest.cpp",
+ "tests/SurfaceTest.cpp",
+ "tests/SwizzlerTest.cpp",
+ "tests/TArrayTest.cpp",
+ "tests/TDPQueueTest.cpp",
+ "tests/TLazyTest.cpp",
+ "tests/TemplatesTest.cpp",
+ "tests/Test.cpp",
+ "tests/TestHarness.cpp",
+ "tests/TestTest.cpp",
+ "tests/TestUtils.cpp",
+ "tests/TextBlobCacheTest.cpp",
+ "tests/TextBlobTest.cpp",
+ "tests/TextureBindingsResetTest.cpp",
+ "tests/TextureOpTest.cpp",
+ "tests/TextureProxyTest.cpp",
+ "tests/TextureSizeTest.cpp",
+ "tests/TextureStripAtlasManagerTest.cpp",
+ "tests/Time.cpp",
+ "tests/TopoSortTest.cpp",
+ "tests/TraceMemoryDumpTest.cpp",
+ "tests/TracingTest.cpp",
+ "tests/TransferPixelsTest.cpp",
+ "tests/TriangulatingPathRendererTests.cpp",
+ "tests/TypefaceTest.cpp",
+ "tests/UnicodeTest.cpp",
+ "tests/UtilsTest.cpp",
+ "tests/VerticesTest.cpp",
+ "tests/VkBackendSurfaceTest.cpp",
+ "tests/VkDrawableTest.cpp",
+ "tests/VkHardwareBufferTest.cpp",
+ "tests/VkPriorityExtensionTest.cpp",
+ "tests/VkProtectedContextTest.cpp",
+ "tests/VkWrapTests.cpp",
+ "tests/VkYcbcrSamplerTest.cpp",
+ "tests/WangsFormulaTest.cpp",
+ "tests/WebpTest.cpp",
+ "tests/WindowRectanglesTest.cpp",
+ "tests/WrappedSurfaceCopyOnWriteTest.cpp",
+ "tests/WritePixelsTest.cpp",
+ "tests/Writer32Test.cpp",
+ "tests/YUVCacheTest.cpp",
+ "tests/YUVTest.cpp",
+ "tests/graphite/CombinationBuilderTest.cpp",
+ "tests/graphite/PaintParamsKeyTest.cpp",
+ ],
+}
+
+cc_test {
+ name: "skia_dm",
+ cpp_std: "gnu++17",
+
+ defaults: [
+ "skia_gm_srcs",
+ "skia_test_minus_gm_srcs",
+ "skia_tool_deps",
+ ],
+
+ local_include_dirs: [
+ "",
+ "include/third_party/vulkan/",
+ "modules/skottie/include/",
+ "modules/skottie/utils/",
+ "modules/svg/include/",
+ ],
+
+ srcs: [
+ "dm/DM.cpp",
+ "dm/DMGpuTestProcs.cpp",
+ "dm/DMJsonWriter.cpp",
+ "dm/DMSrcSink.cpp",
+ "tools/HashAndEncode.cpp",
+ "tools/flags/CommonFlagsAA.cpp",
+ "tools/flags/CommonFlagsConfig.cpp",
+ "tools/flags/CommonFlagsGpu.cpp",
+ "tools/flags/CommonFlagsImages.cpp",
+ "tools/trace/ChromeTracingTracer.cpp",
+ "tools/trace/EventTracingPriv.cpp",
+ "tools/trace/SkDebugfTracer.cpp",
+ ],
+
+ shared_libs: [
+ "libbinder",
+ "libutils",
+ ],
+}
+
+cc_test {
+ name: "skia_nanobench",
+ cpp_std: "gnu++17",
+
+ defaults: [
+ "skia_gm_srcs",
+ "skia_tool_deps"
+ ],
+
+ local_include_dirs: [
+ "",
+ "include/third_party/vulkan/",
+ "modules/skparagraph/include/",
+ "modules/skparagraph/utils/",
+ "modules/skshaper/include/",
+ "modules/skunicode/include/",
+ "modules/svg/include/",
+ ],
+
+ srcs: [
+ "bench/AAClipBench.cpp",
+ "bench/AlternatingColorPatternBench.cpp",
+ "bench/AndroidCodecBench.cpp",
+ "bench/BenchLogger.cpp",
+ "bench/Benchmark.cpp",
+ "bench/BezierBench.cpp",
+ "bench/BigPath.cpp",
+ "bench/BigPathBench.cpp",
+ "bench/BitmapRegionDecoderBench.cpp",
+ "bench/BlendmodeBench.cpp",
+ "bench/BlurBench.cpp",
+ "bench/BlurImageFilterBench.cpp",
+ "bench/BlurRectBench.cpp",
+ "bench/BlurRectsBench.cpp",
+ "bench/BulkRectBench.cpp",
+ "bench/CanvasSaveRestoreBench.cpp",
+ "bench/ChartBench.cpp",
+ "bench/ChecksumBench.cpp",
+ "bench/ChromeBench.cpp",
+ "bench/ClearBench.cpp",
+ "bench/ClipMaskBench.cpp",
+ "bench/ClipStrategyBench.cpp",
+ "bench/CmapBench.cpp",
+ "bench/CodecBench.cpp",
+ "bench/ColorFilterBench.cpp",
+ "bench/ColorPrivBench.cpp",
+ "bench/ColorSpaceBench.cpp",
+ "bench/CompositingImagesBench.cpp",
+ "bench/ControlBench.cpp",
+ "bench/CoverageBench.cpp",
+ "bench/CreateBackendTextureBench.cpp",
+ "bench/CubicMapBench.cpp",
+ "bench/DDLRecorderBench.cpp",
+ "bench/DashBench.cpp",
+ "bench/DecodeBench.cpp",
+ "bench/DisplacementBench.cpp",
+ "bench/DrawBitmapAABench.cpp",
+ "bench/EncodeBench.cpp",
+ "bench/FSRectBench.cpp",
+ "bench/FilteringBench.cpp",
+ "bench/FindCubicConvex180ChopsBench.cpp",
+ "bench/FontCacheBench.cpp",
+ "bench/GMBench.cpp",
+ "bench/GameBench.cpp",
+ "bench/GeometryBench.cpp",
+ "bench/GlyphQuadFillBench.cpp",
+ "bench/GrMemoryPoolBench.cpp",
+ "bench/GrMipmapBench.cpp",
+ "bench/GrQuadBench.cpp",
+ "bench/GrResourceCacheBench.cpp",
+ "bench/GradientBench.cpp",
+ "bench/HairlinePathBench.cpp",
+ "bench/HardStopGradientBench_ScaleNumColors.cpp",
+ "bench/HardStopGradientBench_ScaleNumHardStops.cpp",
+ "bench/HardStopGradientBench_SpecialHardStops.cpp",
+ "bench/ImageBench.cpp",
+ "bench/ImageCacheBench.cpp",
+ "bench/ImageCacheBudgetBench.cpp",
+ "bench/ImageCycleBench.cpp",
+ "bench/ImageFilterCollapse.cpp",
+ "bench/ImageFilterDAGBench.cpp",
+ "bench/InterpBench.cpp",
+ "bench/JSONBench.cpp",
+ "bench/LightingBench.cpp",
+ "bench/LineBench.cpp",
+ "bench/MSKPBench.cpp",
+ "bench/MathBench.cpp",
+ "bench/Matrix44Bench.cpp",
+ "bench/MatrixBench.cpp",
+ "bench/MatrixConvolutionBench.cpp",
+ "bench/MemsetBench.cpp",
+ "bench/MergeBench.cpp",
+ "bench/MipmapBench.cpp",
+ "bench/MorphologyBench.cpp",
+ "bench/MutexBench.cpp",
+ "bench/PDFBench.cpp",
+ "bench/ParagraphBench.cpp",
+ "bench/PatchBench.cpp",
+ "bench/PathBench.cpp",
+ "bench/PathIterBench.cpp",
+ "bench/PathOpsBench.cpp",
+ "bench/PathTextBench.cpp",
+ "bench/PerlinNoiseBench.cpp",
+ "bench/PictureNestingBench.cpp",
+ "bench/PictureOverheadBench.cpp",
+ "bench/PicturePlaybackBench.cpp",
+ "bench/PolyUtilsBench.cpp",
+ "bench/PremulAndUnpremulAlphaOpsBench.cpp",
+ "bench/QuickRejectBench.cpp",
+ "bench/RTreeBench.cpp",
+ "bench/ReadPixBench.cpp",
+ "bench/RecordingBench.cpp",
+ "bench/RectBench.cpp",
+ "bench/RectanizerBench.cpp",
+ "bench/RefCntBench.cpp",
+ "bench/RegionBench.cpp",
+ "bench/RegionContainBench.cpp",
+ "bench/RepeatTileBench.cpp",
+ "bench/RotatedRectBench.cpp",
+ "bench/SKPAnimationBench.cpp",
+ "bench/SKPBench.cpp",
+ "bench/ScalarBench.cpp",
+ "bench/ShaderMaskFilterBench.cpp",
+ "bench/ShadowBench.cpp",
+ "bench/ShapesBench.cpp",
+ "bench/Sk4fBench.cpp",
+ "bench/SkGlyphCacheBench.cpp",
+ "bench/SkSLBench.cpp",
+ "bench/SortBench.cpp",
+ "bench/StreamBench.cpp",
+ "bench/StrokeBench.cpp",
+ "bench/SwizzleBench.cpp",
+ "bench/TableBench.cpp",
+ "bench/TessellateBench.cpp",
+ "bench/TextBlobBench.cpp",
+ "bench/TileBench.cpp",
+ "bench/TileImageFilterBench.cpp",
+ "bench/TopoSortBench.cpp",
+ "bench/TriangulatorBench.cpp",
+ "bench/TypefaceBench.cpp",
+ "bench/VertBench.cpp",
+ "bench/VertexColorSpaceBench.cpp",
+ "bench/WritePixelsBench.cpp",
+ "bench/WriterBench.cpp",
+ "bench/nanobench.cpp",
+ "tools/flags/CommonFlagsAA.cpp",
+ "tools/flags/CommonFlagsConfig.cpp",
+ "tools/flags/CommonFlagsGpu.cpp",
+ "tools/flags/CommonFlagsImages.cpp",
+ "tools/trace/ChromeTracingTracer.cpp",
+ "tools/trace/EventTracingPriv.cpp",
+ "tools/trace/SkDebugfTracer.cpp",
+ ],
+}
+
+cc_library_shared {
+ name: "libskqp_jni",
+ sdk_version: "26",
+ stl: "libc++_static",
+ compile_multilib: "both",
+
+ defaults: [
+ "skia_arch_defaults",
+ ],
+
+ cflags: [
+ "-U_FORTIFY_SOURCE",
+ "-DATRACE_TAG=ATRACE_TAG_VIEW",
+ "-DSKIA_DLL",
+ "-DSKIA_IMPLEMENTATION=1",
+ "-D_FORTIFY_SOURCE=1",
+ "-Wno-attributes",
+ "-Wno-implicit-fallthrough",
+ "-Wno-missing-field-initializers",
+ "-Wno-sign-conversion",
+ "-Wno-thread-safety-analysis",
+ "-Wno-unknown-warning-option",
+ "-Wno-unused-parameter",
+ "-Wno-unused-variable",
+ "-fvisibility=hidden",
+ "-Wno-unused-parameter",
+ "-Wno-unused-variable",
+ ],
+
+ cppflags:[
+
+ ],
+
+ local_include_dirs: [
+ "skqp",
+ "",
+ "client_utils/android/",
+ "include/android/",
+ "include/codec/",
+ "include/config/",
+ "include/core/",
+ "include/docs/",
+ "include/effects/",
+ "include/encode/",
+ "include/gpu/",
+ "include/pathops/",
+ "include/ports/",
+ "include/svg/",
+ "include/third_party/vulkan/",
+ "include/utils/",
+ "include/utils/mac/",
+ "modules/bentleyottmann/include/",
+ "modules/skottie/include/",
+ "modules/skparagraph/include/",
+ "modules/sksg/include/",
+ "modules/skshaper/include/",
+ "modules/svg/include/",
+ "src/gpu/vk/vulkanmemoryallocator/",
+ "vma_android/include/",
+ ],
+
+ export_include_dirs: [
+ "skqp",
+ ],
+
+ srcs: [
+ "gm/3d.cpp",
+ "gm/aaa.cpp",
+ "gm/aaclip.cpp",
+ "gm/aarecteffect.cpp",
+ "gm/aarectmodes.cpp",
+ "gm/aaxfermodes.cpp",
+ "gm/addarc.cpp",
+ "gm/all_bitmap_configs.cpp",
+ "gm/alpha_image.cpp",
+ "gm/alphagradients.cpp",
+ "gm/analytic_gradients.cpp",
+ "gm/androidblendmodes.cpp",
+ "gm/animated_gif.cpp",
+ "gm/animated_image_orientation.cpp",
+ "gm/animatedimageblurs.cpp",
+ "gm/anisotropic.cpp",
+ "gm/annotated_text.cpp",
+ "gm/arcofzorro.cpp",
+ "gm/arcto.cpp",
+ "gm/arithmode.cpp",
+ "gm/asyncrescaleandread.cpp",
+ "gm/attributes.cpp",
+ "gm/b_119394958.cpp",
+ "gm/backdrop.cpp",
+ "gm/backdrop_imagefilter_croprect.cpp",
+ "gm/badpaint.cpp",
+ "gm/batchedconvexpaths.cpp",
+ "gm/bc1_transparency.cpp",
+ "gm/beziereffects.cpp",
+ "gm/beziers.cpp",
+ "gm/bicubic.cpp",
+ "gm/bigblurs.cpp",
+ "gm/bigmatrix.cpp",
+ "gm/bigrect.cpp",
+ "gm/bigrrectaaeffect.cpp",
+ "gm/bigtext.cpp",
+ "gm/bigtileimagefilter.cpp",
+ "gm/bitmapcopy.cpp",
+ "gm/bitmapfilters.cpp",
+ "gm/bitmapimage.cpp",
+ "gm/bitmappremul.cpp",
+ "gm/bitmaprect.cpp",
+ "gm/bitmaprecttest.cpp",
+ "gm/bitmapshader.cpp",
+ "gm/bitmaptiled.cpp",
+ "gm/bleed.cpp",
+ "gm/blend.cpp",
+ "gm/blurcircles.cpp",
+ "gm/blurcircles2.cpp",
+ "gm/blurignorexform.cpp",
+ "gm/blurimagevmask.cpp",
+ "gm/blurpositioning.cpp",
+ "gm/blurquickreject.cpp",
+ "gm/blurrect.cpp",
+ "gm/blurredclippedcircle.cpp",
+ "gm/blurroundrect.cpp",
+ "gm/blurs.cpp",
+ "gm/blurtextsmallradii.cpp",
+ "gm/bmpfilterqualityrepeat.cpp",
+ "gm/bug12866.cpp",
+ "gm/bug5252.cpp",
+ "gm/bug530095.cpp",
+ "gm/bug615686.cpp",
+ "gm/bug6643.cpp",
+ "gm/bug6783.cpp",
+ "gm/bug9331.cpp",
+ "gm/circle_sizes.cpp",
+ "gm/circulararcs.cpp",
+ "gm/circularclips.cpp",
+ "gm/clear_swizzle.cpp",
+ "gm/clip_error.cpp",
+ "gm/clip_sierpinski_region.cpp",
+ "gm/clip_strokerect.cpp",
+ "gm/clipdrawdraw.cpp",
+ "gm/clippedbitmapshaders.cpp",
+ "gm/clipshader.cpp",
+ "gm/clockwise.cpp",
+ "gm/collapsepaths.cpp",
+ "gm/color4f.cpp",
+ "gm/coloremoji.cpp",
+ "gm/coloremoji_blendmodes.cpp",
+ "gm/colorfilteralpha8.cpp",
+ "gm/colorfilterimagefilter.cpp",
+ "gm/colorfilters.cpp",
+ "gm/colormatrix.cpp",
+ "gm/colorspace.cpp",
+ "gm/colorwheel.cpp",
+ "gm/colrv1.cpp",
+ "gm/complexclip.cpp",
+ "gm/complexclip2.cpp",
+ "gm/complexclip3.cpp",
+ "gm/complexclip4.cpp",
+ "gm/complexclip_blur_tiled.cpp",
+ "gm/composecolorfilter.cpp",
+ "gm/composeshader.cpp",
+ "gm/compositor_quads.cpp",
+ "gm/compressed_textures.cpp",
+ "gm/concavepaths.cpp",
+ "gm/conicpaths.cpp",
+ "gm/constcolorprocessor.cpp",
+ "gm/convex_all_line_paths.cpp",
+ "gm/convexpaths.cpp",
+ "gm/convexpolyclip.cpp",
+ "gm/convexpolyeffect.cpp",
+ "gm/coordclampshader.cpp",
+ "gm/copy_to_4444.cpp",
+ "gm/crbug_1041204.cpp",
+ "gm/crbug_1073670.cpp",
+ "gm/crbug_1086705.cpp",
+ "gm/crbug_1113794.cpp",
+ "gm/crbug_1139750.cpp",
+ "gm/crbug_1156804.cpp",
+ "gm/crbug_1162942.cpp",
+ "gm/crbug_1167277.cpp",
+ "gm/crbug_1174186.cpp",
+ "gm/crbug_1174354.cpp",
+ "gm/crbug_1177833.cpp",
+ "gm/crbug_1257515.cpp",
+ "gm/crbug_1313579.cpp",
+ "gm/crbug_224618.cpp",
+ "gm/crbug_691386.cpp",
+ "gm/crbug_788500.cpp",
+ "gm/crbug_847759.cpp",
+ "gm/crbug_884166.cpp",
+ "gm/crbug_887103.cpp",
+ "gm/crbug_892988.cpp",
+ "gm/crbug_899512.cpp",
+ "gm/crbug_905548.cpp",
+ "gm/crbug_908646.cpp",
+ "gm/crbug_913349.cpp",
+ "gm/crbug_918512.cpp",
+ "gm/crbug_938592.cpp",
+ "gm/crbug_946965.cpp",
+ "gm/crbug_947055.cpp",
+ "gm/crbug_996140.cpp",
+ "gm/crop_imagefilter.cpp",
+ "gm/croppedrects.cpp",
+ "gm/crosscontextimage.cpp",
+ "gm/cubicpaths.cpp",
+ "gm/daa.cpp",
+ "gm/dashcircle.cpp",
+ "gm/dashcubics.cpp",
+ "gm/dashing.cpp",
+ "gm/degeneratesegments.cpp",
+ "gm/destcolor.cpp",
+ "gm/dftext.cpp",
+ "gm/dftext_blob_persp.cpp",
+ "gm/discard.cpp",
+ "gm/displacement.cpp",
+ "gm/distantclip.cpp",
+ "gm/draw_bitmap_rect_skbug4374.cpp",
+ "gm/drawable.cpp",
+ "gm/drawatlas.cpp",
+ "gm/drawatlascolor.cpp",
+ "gm/drawbitmaprect.cpp",
+ "gm/drawglyphs.cpp",
+ "gm/drawimageset.cpp",
+ "gm/drawlines_with_local_matrix.cpp",
+ "gm/drawminibitmaprect.cpp",
+ "gm/drawquadset.cpp",
+ "gm/drawregion.cpp",
+ "gm/drawregionmodes.cpp",
+ "gm/dropshadowimagefilter.cpp",
+ "gm/drrect.cpp",
+ "gm/drrect_small_inner.cpp",
+ "gm/dstreadshuffle.cpp",
+ "gm/ducky_yuv_blend.cpp",
+ "gm/emboss.cpp",
+ "gm/emptypath.cpp",
+ "gm/encode.cpp",
+ "gm/encode_alpha_jpeg.cpp",
+ "gm/encode_color_types.cpp",
+ "gm/encode_platform.cpp",
+ "gm/encode_srgb.cpp",
+ "gm/exoticformats.cpp",
+ "gm/fadefilter.cpp",
+ "gm/fatpathfill.cpp",
+ "gm/fillrect_gradient.cpp",
+ "gm/filltypes.cpp",
+ "gm/filltypespersp.cpp",
+ "gm/filterbug.cpp",
+ "gm/filterfastbounds.cpp",
+ "gm/filterindiabox.cpp",
+ "gm/flippity.cpp",
+ "gm/fontcache.cpp",
+ "gm/fontmgr.cpp",
+ "gm/fontregen.cpp",
+ "gm/fontscaler.cpp",
+ "gm/fontscalerdistortable.cpp",
+ "gm/fp_sample_chaining.cpp",
+ "gm/fpcoordinateoverride.cpp",
+ "gm/fwidth_squircle.cpp",
+ "gm/gammatext.cpp",
+ "gm/getpostextpath.cpp",
+ "gm/giantbitmap.cpp",
+ "gm/glyph_pos.cpp",
+ "gm/gm.cpp",
+ "gm/gpu_blur_utils.cpp",
+ "gm/gradient_dirty_laundry.cpp",
+ "gm/gradient_matrix.cpp",
+ "gm/gradients.cpp",
+ "gm/gradients_2pt_conical.cpp",
+ "gm/gradients_degenerate.cpp",
+ "gm/gradients_no_texture.cpp",
+ "gm/gradtext.cpp",
+ "gm/graphite_replay.cpp",
+ "gm/graphitestart.cpp",
+ "gm/grayscalejpg.cpp",
+ "gm/hairlines.cpp",
+ "gm/hairmodes.cpp",
+ "gm/hardstop_gradients.cpp",
+ "gm/hardstop_gradients_many.cpp",
+ "gm/highcontrastfilter.cpp",
+ "gm/hittestpath.cpp",
+ "gm/hsl.cpp",
+ "gm/hugepath.cpp",
+ "gm/image.cpp",
+ "gm/image_pict.cpp",
+ "gm/image_shader.cpp",
+ "gm/imageblur.cpp",
+ "gm/imageblur2.cpp",
+ "gm/imageblurclampmode.cpp",
+ "gm/imageblurrepeatmode.cpp",
+ "gm/imageblurtiled.cpp",
+ "gm/imagefilters.cpp",
+ "gm/imagefiltersbase.cpp",
+ "gm/imagefiltersclipped.cpp",
+ "gm/imagefilterscropexpand.cpp",
+ "gm/imagefilterscropped.cpp",
+ "gm/imagefiltersgraph.cpp",
+ "gm/imagefiltersscaled.cpp",
+ "gm/imagefiltersstroked.cpp",
+ "gm/imagefilterstransformed.cpp",
+ "gm/imagefiltersunpremul.cpp",
+ "gm/imagefromyuvtextures.cpp",
+ "gm/imagemagnifier.cpp",
+ "gm/imagemakewithfilter.cpp",
+ "gm/imagemasksubset.cpp",
+ "gm/imageresizetiled.cpp",
+ "gm/imagesource.cpp",
+ "gm/imagesource2.cpp",
+ "gm/internal_links.cpp",
+ "gm/inverseclip.cpp",
+ "gm/inversepaths.cpp",
+ "gm/jpg_color_cube.cpp",
+ "gm/kawase_blur_rt.cpp",
+ "gm/labyrinth.cpp",
+ "gm/largeclippedpath.cpp",
+ "gm/largeglyphblur.cpp",
+ "gm/lattice.cpp",
+ "gm/lazytiling.cpp",
+ "gm/lcdblendmodes.cpp",
+ "gm/lcdoverlap.cpp",
+ "gm/lcdtext.cpp",
+ "gm/lighting.cpp",
+ "gm/linepaths.cpp",
+ "gm/localmatriximagefilter.cpp",
+ "gm/localmatriximageshader.cpp",
+ "gm/localmatrixshader.cpp",
+ "gm/lumafilter.cpp",
+ "gm/mac_aa_explorer.cpp",
+ "gm/make_raster_image.cpp",
+ "gm/makecolorspace.cpp",
+ "gm/mandoline.cpp",
+ "gm/manypathatlases.cpp",
+ "gm/manypaths.cpp",
+ "gm/matrixconvolution.cpp",
+ "gm/matriximagefilter.cpp",
+ "gm/mesh.cpp",
+ "gm/mipmap.cpp",
+ "gm/mirrortile.cpp",
+ "gm/mixedtextblobs.cpp",
+ "gm/mixercolorfilter.cpp",
+ "gm/modecolorfilters.cpp",
+ "gm/morphology.cpp",
+ "gm/nearesthalfpixelimage.cpp",
+ "gm/nested.cpp",
+ "gm/ninepatchstretch.cpp",
+ "gm/nonclosedpaths.cpp",
+ "gm/offsetimagefilter.cpp",
+ "gm/orientation.cpp",
+ "gm/ovals.cpp",
+ "gm/overdrawcanvas.cpp",
+ "gm/overdrawcolorfilter.cpp",
+ "gm/overstroke.cpp",
+ "gm/p3.cpp",
+ "gm/palette.cpp",
+ "gm/patch.cpp",
+ "gm/path_stroke_with_zero_length.cpp",
+ "gm/patharcto.cpp",
+ "gm/pathcontourstart.cpp",
+ "gm/patheffects.cpp",
+ "gm/pathfill.cpp",
+ "gm/pathinterior.cpp",
+ "gm/pathmaskcache.cpp",
+ "gm/pathmeasure.cpp",
+ "gm/pathopsinverse.cpp",
+ "gm/pathreverse.cpp",
+ "gm/pdf_never_embed.cpp",
+ "gm/perlinnoise.cpp",
+ "gm/perspimages.cpp",
+ "gm/perspshaders.cpp",
+ "gm/persptext.cpp",
+ "gm/picture.cpp",
+ "gm/pictureimagefilter.cpp",
+ "gm/pictureimagegenerator.cpp",
+ "gm/pictureshader.cpp",
+ "gm/pictureshadercache.cpp",
+ "gm/pictureshadertile.cpp",
+ "gm/plus.cpp",
+ "gm/points.cpp",
+ "gm/poly2poly.cpp",
+ "gm/polygonoffset.cpp",
+ "gm/polygons.cpp",
+ "gm/postercircle.cpp",
+ "gm/preservefillrule.cpp",
+ "gm/quadpaths.cpp",
+ "gm/radial_gradient_precision.cpp",
+ "gm/rasterhandleallocator.cpp",
+ "gm/readpixels.cpp",
+ "gm/recordopts.cpp",
+ "gm/rectangletexture.cpp",
+ "gm/repeated_bitmap.cpp",
+ "gm/resizeimagefilter.cpp",
+ "gm/rippleshadergm.cpp",
+ "gm/roundrects.cpp",
+ "gm/rrect.cpp",
+ "gm/rrectclipdrawpaint.cpp",
+ "gm/rrects.cpp",
+ "gm/rsxtext.cpp",
+ "gm/runtimecolorfilter.cpp",
+ "gm/runtimefunctions.cpp",
+ "gm/runtimeimagefilter.cpp",
+ "gm/runtimeintrinsics.cpp",
+ "gm/runtimeshader.cpp",
+ "gm/samplerstress.cpp",
+ "gm/savelayer.cpp",
+ "gm/scaledemoji.cpp",
+ "gm/scaledemoji_rendering.cpp",
+ "gm/scaledrects.cpp",
+ "gm/scaledstrokes.cpp",
+ "gm/shadermaskfilter.cpp",
+ "gm/shaderpath.cpp",
+ "gm/shadertext3.cpp",
+ "gm/shadowutils.cpp",
+ "gm/shallowgradient.cpp",
+ "gm/shapes.cpp",
+ "gm/sharedcorners.cpp",
+ "gm/showmiplevels.cpp",
+ "gm/simpleaaclip.cpp",
+ "gm/simplerect.cpp",
+ "gm/skbug1719.cpp",
+ "gm/skbug_12212.cpp",
+ "gm/skbug_257.cpp",
+ "gm/skbug_4868.cpp",
+ "gm/skbug_5321.cpp",
+ "gm/skbug_8664.cpp",
+ "gm/skbug_8955.cpp",
+ "gm/skbug_9319.cpp",
+ "gm/skbug_9819.cpp",
+ "gm/slug.cpp",
+ "gm/smallarc.cpp",
+ "gm/smallpaths.cpp",
+ "gm/spritebitmap.cpp",
+ "gm/srcmode.cpp",
+ "gm/srgb.cpp",
+ "gm/stlouisarch.cpp",
+ "gm/stringart.cpp",
+ "gm/stroke_rect_shader.cpp",
+ "gm/strokedlines.cpp",
+ "gm/strokefill.cpp",
+ "gm/strokerect.cpp",
+ "gm/strokerect_anisotropic.cpp",
+ "gm/strokerects.cpp",
+ "gm/strokes.cpp",
+ "gm/stroketext.cpp",
+ "gm/subsetshader.cpp",
+ "gm/surface.cpp",
+ "gm/swizzle.cpp",
+ "gm/tablecolorfilter.cpp",
+ "gm/tallstretchedbitmaps.cpp",
+ "gm/testgradient.cpp",
+ "gm/texelsubset.cpp",
+ "gm/text_scale_skew.cpp",
+ "gm/textblob.cpp",
+ "gm/textblobblockreordering.cpp",
+ "gm/textblobcolortrans.cpp",
+ "gm/textblobgeometrychange.cpp",
+ "gm/textblobmixedsizes.cpp",
+ "gm/textblobrandomfont.cpp",
+ "gm/textblobshader.cpp",
+ "gm/textblobtransforms.cpp",
+ "gm/textblobuseaftergpufree.cpp",
+ "gm/texteffects.cpp",
+ "gm/thinconcavepaths.cpp",
+ "gm/thinrects.cpp",
+ "gm/thinstrokedrects.cpp",
+ "gm/tiledscaledbitmap.cpp",
+ "gm/tileimagefilter.cpp",
+ "gm/tilemodes.cpp",
+ "gm/tilemodes_alpha.cpp",
+ "gm/tilemodes_scaled.cpp",
+ "gm/tinybitmap.cpp",
+ "gm/transparency.cpp",
+ "gm/trickycubicstrokes.cpp",
+ "gm/typeface.cpp",
+ "gm/unpremul.cpp",
+ "gm/userfont.cpp",
+ "gm/variedtext.cpp",
+ "gm/vertices.cpp",
+ "gm/verylargebitmap.cpp",
+ "gm/wacky_yuv_formats.cpp",
+ "gm/widebuttcaps.cpp",
+ "gm/windowrectangles.cpp",
+ "gm/workingspace.cpp",
+ "gm/xfermodeimagefilter.cpp",
+ "gm/xfermodes.cpp",
+ "gm/xfermodes2.cpp",
+ "gm/xfermodes3.cpp",
+ "gm/ycbcrimage.cpp",
+ "gm/yuv420_odd_dim.cpp",
+ "gm/yuvtorgbsubset.cpp",
+ "modules/bentleyottmann/src/BentleyOttmann1.cpp",
+ "modules/bentleyottmann/src/BruteForceCrossings.cpp",
+ "modules/bentleyottmann/src/EventQueue.cpp",
+ "modules/bentleyottmann/src/Int96.cpp",
+ "modules/bentleyottmann/src/Point.cpp",
+ "modules/bentleyottmann/src/Segment.cpp",
+ "modules/bentleyottmann/src/SweepLine.cpp",
+ "modules/bentleyottmann/tests/BentleyOttmann1Test.cpp",
+ "modules/bentleyottmann/tests/BruteForceCrossingsTest.cpp",
+ "modules/bentleyottmann/tests/EventQueueTest.cpp",
+ "modules/bentleyottmann/tests/Int96Test.cpp",
+ "modules/bentleyottmann/tests/PointTest.cpp",
+ "modules/bentleyottmann/tests/SegmentTest.cpp",
+ "modules/bentleyottmann/tests/SweepLineTest.cpp",
+ "modules/skcms/skcms.cc",
+ "modules/skcms/src/skcms_TransformBaseline.cc",
+ "modules/sksg/src/SkSGClipEffect.cpp",
+ "modules/sksg/src/SkSGColorFilter.cpp",
+ "modules/sksg/src/SkSGDraw.cpp",
+ "modules/sksg/src/SkSGEffectNode.cpp",
+ "modules/sksg/src/SkSGGeometryEffect.cpp",
+ "modules/sksg/src/SkSGGeometryNode.cpp",
+ "modules/sksg/src/SkSGGradient.cpp",
+ "modules/sksg/src/SkSGGroup.cpp",
+ "modules/sksg/src/SkSGImage.cpp",
+ "modules/sksg/src/SkSGInvalidationController.cpp",
+ "modules/sksg/src/SkSGMaskEffect.cpp",
+ "modules/sksg/src/SkSGMerge.cpp",
+ "modules/sksg/src/SkSGNode.cpp",
+ "modules/sksg/src/SkSGOpacityEffect.cpp",
+ "modules/sksg/src/SkSGPaint.cpp",
+ "modules/sksg/src/SkSGPath.cpp",
+ "modules/sksg/src/SkSGPlane.cpp",
+ "modules/sksg/src/SkSGRect.cpp",
+ "modules/sksg/src/SkSGRenderEffect.cpp",
+ "modules/sksg/src/SkSGRenderNode.cpp",
+ "modules/sksg/src/SkSGScene.cpp",
+ "modules/sksg/src/SkSGText.cpp",
+ "modules/sksg/src/SkSGTransform.cpp",
+ "modules/sksg/tests/SGTest.cpp",
+ "src/android/SkAndroidFrameworkUtils.cpp",
+ "src/android/SkAnimatedImage.cpp",
+ "src/base/SkArenaAlloc.cpp",
+ "src/base/SkBase64.cpp",
+ "src/base/SkBezierCurves.cpp",
+ "src/base/SkBlockAllocator.cpp",
+ "src/base/SkBuffer.cpp",
+ "src/base/SkContainers.cpp",
+ "src/base/SkCubics.cpp",
+ "src/base/SkDebug.cpp",
+ "src/base/SkDeque.cpp",
+ "src/base/SkFloatingPoint.cpp",
+ "src/base/SkHalf.cpp",
+ "src/base/SkMalloc.cpp",
+ "src/base/SkMathPriv.cpp",
+ "src/base/SkQuads.cpp",
+ "src/base/SkSafeMath.cpp",
+ "src/base/SkSemaphore.cpp",
+ "src/base/SkSharedMutex.cpp",
+ "src/base/SkSpinlock.cpp",
+ "src/base/SkTDArray.cpp",
+ "src/base/SkTSearch.cpp",
+ "src/base/SkThreadID.cpp",
+ "src/base/SkTime.cpp",
+ "src/base/SkUTF.cpp",
+ "src/base/SkUtils.cpp",
+ "src/codec/SkAndroidCodec.cpp",
+ "src/codec/SkAndroidCodecAdapter.cpp",
+ "src/codec/SkBmpBaseCodec.cpp",
+ "src/codec/SkBmpCodec.cpp",
+ "src/codec/SkBmpMaskCodec.cpp",
+ "src/codec/SkBmpRLECodec.cpp",
+ "src/codec/SkBmpStandardCodec.cpp",
+ "src/codec/SkCodec.cpp",
+ "src/codec/SkCodecImageGenerator.cpp",
+ "src/codec/SkColorPalette.cpp",
+ "src/codec/SkEncodedInfo.cpp",
+ "src/codec/SkExif.cpp",
+ "src/codec/SkIcoCodec.cpp",
+ "src/codec/SkImageGenerator_FromEncoded.cpp",
+ "src/codec/SkJpegCodec.cpp",
+ "src/codec/SkJpegDecoderMgr.cpp",
+ "src/codec/SkJpegSourceMgr.cpp",
+ "src/codec/SkJpegUtility.cpp",
+ "src/codec/SkMaskSwizzler.cpp",
+ "src/codec/SkMasks.cpp",
+ "src/codec/SkParseEncodedOrigin.cpp",
+ "src/codec/SkPixmapUtils.cpp",
+ "src/codec/SkPngCodec.cpp",
+ "src/codec/SkSampledCodec.cpp",
+ "src/codec/SkSampler.cpp",
+ "src/codec/SkSwizzler.cpp",
+ "src/codec/SkTiffUtility.cpp",
+ "src/codec/SkWbmpCodec.cpp",
+ "src/codec/SkWebpCodec.cpp",
+ "src/codec/SkWuffsCodec.cpp",
+ "src/codec/SkXmp.cpp",
+ "src/core/SkAAClip.cpp",
+ "src/core/SkATrace.cpp",
+ "src/core/SkAlphaRuns.cpp",
+ "src/core/SkAnalyticEdge.cpp",
+ "src/core/SkAnnotation.cpp",
+ "src/core/SkAutoPixmapStorage.cpp",
+ "src/core/SkBBHFactory.cpp",
+ "src/core/SkBigPicture.cpp",
+ "src/core/SkBitmap.cpp",
+ "src/core/SkBitmapCache.cpp",
+ "src/core/SkBitmapDevice.cpp",
+ "src/core/SkBitmapProcState.cpp",
+ "src/core/SkBitmapProcState_matrixProcs.cpp",
+ "src/core/SkBitmapProcState_opts.cpp",
+ "src/core/SkBitmapProcState_opts_hsw.cpp",
+ "src/core/SkBitmapProcState_opts_ssse3.cpp",
+ "src/core/SkBlendMode.cpp",
+ "src/core/SkBlendModeBlender.cpp",
+ "src/core/SkBlitMask_opts.cpp",
+ "src/core/SkBlitMask_opts_ssse3.cpp",
+ "src/core/SkBlitRow_D32.cpp",
+ "src/core/SkBlitRow_opts.cpp",
+ "src/core/SkBlitRow_opts_hsw.cpp",
+ "src/core/SkBlitter.cpp",
+ "src/core/SkBlitter_A8.cpp",
+ "src/core/SkBlitter_ARGB32.cpp",
+ "src/core/SkBlitter_Sprite.cpp",
+ "src/core/SkBlurMask.cpp",
+ "src/core/SkBlurMaskFilterImpl.cpp",
+ "src/core/SkCachedData.cpp",
+ "src/core/SkCanvas.cpp",
+ "src/core/SkCanvasPriv.cpp",
+ "src/core/SkCanvas_Raster.cpp",
+ "src/core/SkCapabilities.cpp",
+ "src/core/SkChecksum.cpp",
+ "src/core/SkClipStack.cpp",
+ "src/core/SkClipStackDevice.cpp",
+ "src/core/SkColor.cpp",
+ "src/core/SkColorFilter.cpp",
+ "src/core/SkColorSpace.cpp",
+ "src/core/SkColorSpaceXformSteps.cpp",
+ "src/core/SkColorTable.cpp",
+ "src/core/SkCompressedDataUtils.cpp",
+ "src/core/SkContourMeasure.cpp",
+ "src/core/SkConvertPixels.cpp",
+ "src/core/SkCpu.cpp",
+ "src/core/SkCubicClipper.cpp",
+ "src/core/SkCubicMap.cpp",
+ "src/core/SkData.cpp",
+ "src/core/SkDataTable.cpp",
+ "src/core/SkDescriptor.cpp",
+ "src/core/SkDevice.cpp",
+ "src/core/SkDistanceFieldGen.cpp",
+ "src/core/SkDocument.cpp",
+ "src/core/SkDraw.cpp",
+ "src/core/SkDrawBase.cpp",
+ "src/core/SkDrawLooper.cpp",
+ "src/core/SkDrawShadowInfo.cpp",
+ "src/core/SkDraw_atlas.cpp",
+ "src/core/SkDraw_text.cpp",
+ "src/core/SkDraw_vertices.cpp",
+ "src/core/SkDrawable.cpp",
+ "src/core/SkEdge.cpp",
+ "src/core/SkEdgeBuilder.cpp",
+ "src/core/SkEdgeClipper.cpp",
+ "src/core/SkExecutor.cpp",
+ "src/core/SkFlattenable.cpp",
+ "src/core/SkFont.cpp",
+ "src/core/SkFontDescriptor.cpp",
+ "src/core/SkFontMetricsPriv.cpp",
+ "src/core/SkFontMgr.cpp",
+ "src/core/SkFontStream.cpp",
+ "src/core/SkFont_serial.cpp",
+ "src/core/SkGaussFilter.cpp",
+ "src/core/SkGeometry.cpp",
+ "src/core/SkGlobalInitialization_core.cpp",
+ "src/core/SkGlyph.cpp",
+ "src/core/SkGlyphRunPainter.cpp",
+ "src/core/SkGraphics.cpp",
+ "src/core/SkIDChangeListener.cpp",
+ "src/core/SkImageFilter.cpp",
+ "src/core/SkImageFilterCache.cpp",
+ "src/core/SkImageFilterTypes.cpp",
+ "src/core/SkImageGenerator.cpp",
+ "src/core/SkImageInfo.cpp",
+ "src/core/SkLatticeIter.cpp",
+ "src/core/SkLineClipper.cpp",
+ "src/core/SkLocalMatrixImageFilter.cpp",
+ "src/core/SkM44.cpp",
+ "src/core/SkMD5.cpp",
+ "src/core/SkMallocPixelRef.cpp",
+ "src/core/SkMask.cpp",
+ "src/core/SkMaskBlurFilter.cpp",
+ "src/core/SkMaskCache.cpp",
+ "src/core/SkMaskFilter.cpp",
+ "src/core/SkMaskGamma.cpp",
+ "src/core/SkMatrix.cpp",
+ "src/core/SkMatrixInvert.cpp",
+ "src/core/SkMemset_opts.cpp",
+ "src/core/SkMemset_opts_avx.cpp",
+ "src/core/SkMemset_opts_erms.cpp",
+ "src/core/SkMesh.cpp",
+ "src/core/SkMipmap.cpp",
+ "src/core/SkMipmapAccessor.cpp",
+ "src/core/SkMipmapBuilder.cpp",
+ "src/core/SkMipmapDrawDownSampler.cpp",
+ "src/core/SkMipmapHQDownSampler.cpp",
+ "src/core/SkOpts.cpp",
+ "src/core/SkOverdrawCanvas.cpp",
+ "src/core/SkPaint.cpp",
+ "src/core/SkPaintPriv.cpp",
+ "src/core/SkPath.cpp",
+ "src/core/SkPathBuilder.cpp",
+ "src/core/SkPathEffect.cpp",
+ "src/core/SkPathMeasure.cpp",
+ "src/core/SkPathRef.cpp",
+ "src/core/SkPathUtils.cpp",
+ "src/core/SkPath_serial.cpp",
+ "src/core/SkPicture.cpp",
+ "src/core/SkPictureData.cpp",
+ "src/core/SkPictureFlat.cpp",
+ "src/core/SkPicturePlayback.cpp",
+ "src/core/SkPictureRecord.cpp",
+ "src/core/SkPictureRecorder.cpp",
+ "src/core/SkPixelRef.cpp",
+ "src/core/SkPixmap.cpp",
+ "src/core/SkPixmapDraw.cpp",
+ "src/core/SkPoint.cpp",
+ "src/core/SkPoint3.cpp",
+ "src/core/SkPtrRecorder.cpp",
+ "src/core/SkQuadClipper.cpp",
+ "src/core/SkRRect.cpp",
+ "src/core/SkRSXform.cpp",
+ "src/core/SkRTree.cpp",
+ "src/core/SkRasterClip.cpp",
+ "src/core/SkRasterPipeline.cpp",
+ "src/core/SkRasterPipelineBlitter.cpp",
+ "src/core/SkReadBuffer.cpp",
+ "src/core/SkReadPixelsRec.cpp",
+ "src/core/SkRecord.cpp",
+ "src/core/SkRecordDraw.cpp",
+ "src/core/SkRecordOpts.cpp",
+ "src/core/SkRecordedDrawable.cpp",
+ "src/core/SkRecorder.cpp",
+ "src/core/SkRecords.cpp",
+ "src/core/SkRect.cpp",
+ "src/core/SkRegion.cpp",
+ "src/core/SkRegion_path.cpp",
+ "src/core/SkResourceCache.cpp",
+ "src/core/SkRuntimeBlender.cpp",
+ "src/core/SkRuntimeEffect.cpp",
+ "src/core/SkSLTypeShared.cpp",
+ "src/core/SkScalar.cpp",
+ "src/core/SkScalerContext.cpp",
+ "src/core/SkScan.cpp",
+ "src/core/SkScan_AAAPath.cpp",
+ "src/core/SkScan_AntiPath.cpp",
+ "src/core/SkScan_Antihair.cpp",
+ "src/core/SkScan_Hairline.cpp",
+ "src/core/SkScan_Path.cpp",
+ "src/core/SkScan_SAAPath.cpp",
+ "src/core/SkSpecialImage.cpp",
+ "src/core/SkSpriteBlitter_ARGB32.cpp",
+ "src/core/SkStream.cpp",
+ "src/core/SkStrike.cpp",
+ "src/core/SkStrikeCache.cpp",
+ "src/core/SkStrikeSpec.cpp",
+ "src/core/SkString.cpp",
+ "src/core/SkStringUtils.cpp",
+ "src/core/SkStroke.cpp",
+ "src/core/SkStrokeRec.cpp",
+ "src/core/SkStrokerPriv.cpp",
+ "src/core/SkSwizzle.cpp",
+ "src/core/SkSwizzler_opts.cpp",
+ "src/core/SkSwizzler_opts_hsw.cpp",
+ "src/core/SkSwizzler_opts_ssse3.cpp",
+ "src/core/SkTaskGroup.cpp",
+ "src/core/SkTextBlob.cpp",
+ "src/core/SkTextBlobTrace.cpp",
+ "src/core/SkTypeface.cpp",
+ "src/core/SkTypefaceCache.cpp",
+ "src/core/SkTypeface_remote.cpp",
+ "src/core/SkUnPreMultiply.cpp",
+ "src/core/SkVertState.cpp",
+ "src/core/SkVertices.cpp",
+ "src/core/SkWriteBuffer.cpp",
+ "src/core/SkWritePixelsRec.cpp",
+ "src/core/SkWriter32.cpp",
+ "src/core/SkYUVAInfo.cpp",
+ "src/core/SkYUVAPixmaps.cpp",
+ "src/core/SkYUVMath.cpp",
+ "src/core/SkYUVPlanesCache.cpp",
+ "src/effects/Sk1DPathEffect.cpp",
+ "src/effects/Sk2DPathEffect.cpp",
+ "src/effects/SkBlenders.cpp",
+ "src/effects/SkColorMatrix.cpp",
+ "src/effects/SkColorMatrixFilter.cpp",
+ "src/effects/SkCornerPathEffect.cpp",
+ "src/effects/SkDashPathEffect.cpp",
+ "src/effects/SkDiscretePathEffect.cpp",
+ "src/effects/SkEmbossMask.cpp",
+ "src/effects/SkEmbossMaskFilter.cpp",
+ "src/effects/SkHighContrastFilter.cpp",
+ "src/effects/SkLayerDrawLooper.cpp",
+ "src/effects/SkShaderMaskFilterImpl.cpp",
+ "src/effects/SkTableMaskFilter.cpp",
+ "src/effects/SkTrimPathEffect.cpp",
+ "src/effects/colorfilters/SkBlendModeColorFilter.cpp",
+ "src/effects/colorfilters/SkColorFilterBase.cpp",
+ "src/effects/colorfilters/SkColorSpaceXformColorFilter.cpp",
+ "src/effects/colorfilters/SkComposeColorFilter.cpp",
+ "src/effects/colorfilters/SkGaussianColorFilter.cpp",
+ "src/effects/colorfilters/SkMatrixColorFilter.cpp",
+ "src/effects/colorfilters/SkRuntimeColorFilter.cpp",
+ "src/effects/colorfilters/SkTableColorFilter.cpp",
+ "src/effects/colorfilters/SkWorkingFormatColorFilter.cpp",
+ "src/effects/imagefilters/SkBlendImageFilter.cpp",
+ "src/effects/imagefilters/SkBlurImageFilter.cpp",
+ "src/effects/imagefilters/SkColorFilterImageFilter.cpp",
+ "src/effects/imagefilters/SkComposeImageFilter.cpp",
+ "src/effects/imagefilters/SkCropImageFilter.cpp",
+ "src/effects/imagefilters/SkDisplacementMapImageFilter.cpp",
+ "src/effects/imagefilters/SkDropShadowImageFilter.cpp",
+ "src/effects/imagefilters/SkImageImageFilter.cpp",
+ "src/effects/imagefilters/SkLightingImageFilter.cpp",
+ "src/effects/imagefilters/SkMagnifierImageFilter.cpp",
+ "src/effects/imagefilters/SkMatrixConvolutionImageFilter.cpp",
+ "src/effects/imagefilters/SkMatrixTransformImageFilter.cpp",
+ "src/effects/imagefilters/SkMergeImageFilter.cpp",
+ "src/effects/imagefilters/SkMorphologyImageFilter.cpp",
+ "src/effects/imagefilters/SkPictureImageFilter.cpp",
+ "src/effects/imagefilters/SkRuntimeImageFilter.cpp",
+ "src/effects/imagefilters/SkShaderImageFilter.cpp",
+ "src/encode/SkEncoder.cpp",
+ "src/encode/SkICC.cpp",
+ "src/encode/SkJPEGWriteUtility.cpp",
+ "src/encode/SkJpegEncoderImpl.cpp",
+ "src/encode/SkPngEncoderImpl.cpp",
+ "src/encode/SkWebpEncoderImpl.cpp",
+ "src/gpu/AtlasTypes.cpp",
+ "src/gpu/Blend.cpp",
+ "src/gpu/BlendFormula.cpp",
+ "src/gpu/BlurUtils.cpp",
+ "src/gpu/DitherUtils.cpp",
+ "src/gpu/MutableTextureState.cpp",
+ "src/gpu/PipelineUtils.cpp",
+ "src/gpu/RectanizerPow2.cpp",
+ "src/gpu/RectanizerSkyline.cpp",
+ "src/gpu/ResourceKey.cpp",
+ "src/gpu/ShaderErrorHandler.cpp",
+ "src/gpu/SkBackingFit.cpp",
+ "src/gpu/Swizzle.cpp",
+ "src/gpu/TiledTextureUtils.cpp",
+ "src/gpu/ganesh/ClipStack.cpp",
+ "src/gpu/ganesh/Device.cpp",
+ "src/gpu/ganesh/Device_drawTexture.cpp",
+ "src/gpu/ganesh/GrAHardwareBufferImageGenerator.cpp",
+ "src/gpu/ganesh/GrAHardwareBufferUtils.cpp",
+ "src/gpu/ganesh/GrAttachment.cpp",
+ "src/gpu/ganesh/GrAuditTrail.cpp",
+ "src/gpu/ganesh/GrBackendSemaphore.cpp",
+ "src/gpu/ganesh/GrBackendSurface.cpp",
+ "src/gpu/ganesh/GrBackendTextureImageGenerator.cpp",
+ "src/gpu/ganesh/GrBackendUtils.cpp",
+ "src/gpu/ganesh/GrBlurUtils.cpp",
+ "src/gpu/ganesh/GrBufferAllocPool.cpp",
+ "src/gpu/ganesh/GrBufferTransferRenderTask.cpp",
+ "src/gpu/ganesh/GrBufferUpdateRenderTask.cpp",
+ "src/gpu/ganesh/GrCanvas.cpp",
+ "src/gpu/ganesh/GrCaps.cpp",
+ "src/gpu/ganesh/GrClientMappedBufferManager.cpp",
+ "src/gpu/ganesh/GrColorInfo.cpp",
+ "src/gpu/ganesh/GrColorSpaceXform.cpp",
+ "src/gpu/ganesh/GrContextThreadSafeProxy.cpp",
+ "src/gpu/ganesh/GrContext_Base.cpp",
+ "src/gpu/ganesh/GrCopyRenderTask.cpp",
+ "src/gpu/ganesh/GrDDLContext.cpp",
+ "src/gpu/ganesh/GrDDLTask.cpp",
+ "src/gpu/ganesh/GrDataUtils.cpp",
+ "src/gpu/ganesh/GrDefaultGeoProcFactory.cpp",
+ "src/gpu/ganesh/GrDeferredDisplayList.cpp",
+ "src/gpu/ganesh/GrDeferredDisplayListRecorder.cpp",
+ "src/gpu/ganesh/GrDirectContext.cpp",
+ "src/gpu/ganesh/GrDirectContextPriv.cpp",
+ "src/gpu/ganesh/GrDistanceFieldGenFromVector.cpp",
+ "src/gpu/ganesh/GrDrawOpAtlas.cpp",
+ "src/gpu/ganesh/GrDrawOpTest.cpp",
+ "src/gpu/ganesh/GrDrawingManager.cpp",
+ "src/gpu/ganesh/GrDriverBugWorkarounds.cpp",
+ "src/gpu/ganesh/GrDynamicAtlas.cpp",
+ "src/gpu/ganesh/GrEagerVertexAllocator.cpp",
+ "src/gpu/ganesh/GrFinishCallbacks.cpp",
+ "src/gpu/ganesh/GrFixedClip.cpp",
+ "src/gpu/ganesh/GrFragmentProcessor.cpp",
+ "src/gpu/ganesh/GrFragmentProcessors.cpp",
+ "src/gpu/ganesh/GrGeometryProcessor.cpp",
+ "src/gpu/ganesh/GrGpu.cpp",
+ "src/gpu/ganesh/GrGpuBuffer.cpp",
+ "src/gpu/ganesh/GrGpuResource.cpp",
+ "src/gpu/ganesh/GrImageContext.cpp",
+ "src/gpu/ganesh/GrImageInfo.cpp",
+ "src/gpu/ganesh/GrManagedResource.cpp",
+ "src/gpu/ganesh/GrMemoryPool.cpp",
+ "src/gpu/ganesh/GrMeshBuffers.cpp",
+ "src/gpu/ganesh/GrMeshDrawTarget.cpp",
+ "src/gpu/ganesh/GrOnFlushResourceProvider.cpp",
+ "src/gpu/ganesh/GrOpFlushState.cpp",
+ "src/gpu/ganesh/GrOpsRenderPass.cpp",
+ "src/gpu/ganesh/GrPaint.cpp",
+ "src/gpu/ganesh/GrPersistentCacheUtils.cpp",
+ "src/gpu/ganesh/GrPipeline.cpp",
+ "src/gpu/ganesh/GrProcessor.cpp",
+ "src/gpu/ganesh/GrProcessorAnalysis.cpp",
+ "src/gpu/ganesh/GrProcessorSet.cpp",
+ "src/gpu/ganesh/GrProcessorUnitTest.cpp",
+ "src/gpu/ganesh/GrProgramDesc.cpp",
+ "src/gpu/ganesh/GrProgramInfo.cpp",
+ "src/gpu/ganesh/GrPromiseImageTexture.cpp",
+ "src/gpu/ganesh/GrProxyProvider.cpp",
+ "src/gpu/ganesh/GrRecordingContext.cpp",
+ "src/gpu/ganesh/GrRecordingContextPriv.cpp",
+ "src/gpu/ganesh/GrRenderTarget.cpp",
+ "src/gpu/ganesh/GrRenderTargetProxy.cpp",
+ "src/gpu/ganesh/GrRenderTask.cpp",
+ "src/gpu/ganesh/GrRenderTaskCluster.cpp",
+ "src/gpu/ganesh/GrResourceAllocator.cpp",
+ "src/gpu/ganesh/GrResourceCache.cpp",
+ "src/gpu/ganesh/GrResourceProvider.cpp",
+ "src/gpu/ganesh/GrRingBuffer.cpp",
+ "src/gpu/ganesh/GrSPIRVUniformHandler.cpp",
+ "src/gpu/ganesh/GrSPIRVVaryingHandler.cpp",
+ "src/gpu/ganesh/GrSWMaskHelper.cpp",
+ "src/gpu/ganesh/GrShaderCaps.cpp",
+ "src/gpu/ganesh/GrShaderVar.cpp",
+ "src/gpu/ganesh/GrStagingBufferManager.cpp",
+ "src/gpu/ganesh/GrStencilSettings.cpp",
+ "src/gpu/ganesh/GrStyle.cpp",
+ "src/gpu/ganesh/GrSurface.cpp",
+ "src/gpu/ganesh/GrSurfaceCharacterization.cpp",
+ "src/gpu/ganesh/GrSurfaceProxy.cpp",
+ "src/gpu/ganesh/GrSurfaceProxyView.cpp",
+ "src/gpu/ganesh/GrTestUtils.cpp",
+ "src/gpu/ganesh/GrTexture.cpp",
+ "src/gpu/ganesh/GrTextureProxy.cpp",
+ "src/gpu/ganesh/GrTextureRenderTargetProxy.cpp",
+ "src/gpu/ganesh/GrTextureResolveRenderTask.cpp",
+ "src/gpu/ganesh/GrThreadSafeCache.cpp",
+ "src/gpu/ganesh/GrThreadSafePipelineBuilder.cpp",
+ "src/gpu/ganesh/GrTransferFromRenderTask.cpp",
+ "src/gpu/ganesh/GrUniformDataManager.cpp",
+ "src/gpu/ganesh/GrUtil.cpp",
+ "src/gpu/ganesh/GrVertexChunkArray.cpp",
+ "src/gpu/ganesh/GrWaitRenderTask.cpp",
+ "src/gpu/ganesh/GrWritePixelsRenderTask.cpp",
+ "src/gpu/ganesh/GrXferProcessor.cpp",
+ "src/gpu/ganesh/GrYUVABackendTextures.cpp",
+ "src/gpu/ganesh/GrYUVATextureProxies.cpp",
+ "src/gpu/ganesh/PathRenderer.cpp",
+ "src/gpu/ganesh/PathRendererChain.cpp",
+ "src/gpu/ganesh/SkGr.cpp",
+ "src/gpu/ganesh/StencilMaskHelper.cpp",
+ "src/gpu/ganesh/SurfaceContext.cpp",
+ "src/gpu/ganesh/SurfaceDrawContext.cpp",
+ "src/gpu/ganesh/SurfaceFillContext.cpp",
+ "src/gpu/ganesh/effects/GrBezierEffect.cpp",
+ "src/gpu/ganesh/effects/GrBicubicEffect.cpp",
+ "src/gpu/ganesh/effects/GrBitmapTextGeoProc.cpp",
+ "src/gpu/ganesh/effects/GrBlendFragmentProcessor.cpp",
+ "src/gpu/ganesh/effects/GrColorTableEffect.cpp",
+ "src/gpu/ganesh/effects/GrConvexPolyEffect.cpp",
+ "src/gpu/ganesh/effects/GrCoverageSetOpXP.cpp",
+ "src/gpu/ganesh/effects/GrCustomXfermode.cpp",
+ "src/gpu/ganesh/effects/GrDisableColorXP.cpp",
+ "src/gpu/ganesh/effects/GrDistanceFieldGeoProc.cpp",
+ "src/gpu/ganesh/effects/GrMatrixEffect.cpp",
+ "src/gpu/ganesh/effects/GrModulateAtlasCoverageEffect.cpp",
+ "src/gpu/ganesh/effects/GrOvalEffect.cpp",
+ "src/gpu/ganesh/effects/GrPerlinNoise2Effect.cpp",
+ "src/gpu/ganesh/effects/GrPorterDuffXferProcessor.cpp",
+ "src/gpu/ganesh/effects/GrRRectEffect.cpp",
+ "src/gpu/ganesh/effects/GrShadowGeoProc.cpp",
+ "src/gpu/ganesh/effects/GrSkSLFP.cpp",
+ "src/gpu/ganesh/effects/GrTextureEffect.cpp",
+ "src/gpu/ganesh/effects/GrYUVtoRGBEffect.cpp",
+ "src/gpu/ganesh/geometry/GrAAConvexTessellator.cpp",
+ "src/gpu/ganesh/geometry/GrAATriangulator.cpp",
+ "src/gpu/ganesh/geometry/GrPathUtils.cpp",
+ "src/gpu/ganesh/geometry/GrQuad.cpp",
+ "src/gpu/ganesh/geometry/GrQuadUtils.cpp",
+ "src/gpu/ganesh/geometry/GrShape.cpp",
+ "src/gpu/ganesh/geometry/GrStyledShape.cpp",
+ "src/gpu/ganesh/geometry/GrTriangulator.cpp",
+ "src/gpu/ganesh/gl/AHardwareBufferGL.cpp",
+ "src/gpu/ganesh/gl/GrGLAssembleGLESInterfaceAutogen.cpp",
+ "src/gpu/ganesh/gl/GrGLAssembleGLInterfaceAutogen.cpp",
+ "src/gpu/ganesh/gl/GrGLAssembleHelpers.cpp",
+ "src/gpu/ganesh/gl/GrGLAssembleInterface.cpp",
+ "src/gpu/ganesh/gl/GrGLAssembleWebGLInterfaceAutogen.cpp",
+ "src/gpu/ganesh/gl/GrGLAttachment.cpp",
+ "src/gpu/ganesh/gl/GrGLBackendSurface.cpp",
+ "src/gpu/ganesh/gl/GrGLBuffer.cpp",
+ "src/gpu/ganesh/gl/GrGLCaps.cpp",
+ "src/gpu/ganesh/gl/GrGLContext.cpp",
+ "src/gpu/ganesh/gl/GrGLDirectContext.cpp",
+ "src/gpu/ganesh/gl/GrGLExtensions.cpp",
+ "src/gpu/ganesh/gl/GrGLGLSL.cpp",
+ "src/gpu/ganesh/gl/GrGLGpu.cpp",
+ "src/gpu/ganesh/gl/GrGLGpuProgramCache.cpp",
+ "src/gpu/ganesh/gl/GrGLInterfaceAutogen.cpp",
+ "src/gpu/ganesh/gl/GrGLOpsRenderPass.cpp",
+ "src/gpu/ganesh/gl/GrGLProgram.cpp",
+ "src/gpu/ganesh/gl/GrGLProgramDataManager.cpp",
+ "src/gpu/ganesh/gl/GrGLRenderTarget.cpp",
+ "src/gpu/ganesh/gl/GrGLSemaphore.cpp",
+ "src/gpu/ganesh/gl/GrGLTexture.cpp",
+ "src/gpu/ganesh/gl/GrGLTextureRenderTarget.cpp",
+ "src/gpu/ganesh/gl/GrGLTypesPriv.cpp",
+ "src/gpu/ganesh/gl/GrGLUniformHandler.cpp",
+ "src/gpu/ganesh/gl/GrGLUtil.cpp",
+ "src/gpu/ganesh/gl/GrGLVertexArray.cpp",
+ "src/gpu/ganesh/gl/builders/GrGLProgramBuilder.cpp",
+ "src/gpu/ganesh/gl/builders/GrGLShaderStringBuilder.cpp",
+ "src/gpu/ganesh/gl/egl/GrGLMakeEGLInterface.cpp",
+ "src/gpu/ganesh/gl/egl/GrGLMakeNativeInterface_egl.cpp",
+ "src/gpu/ganesh/glsl/GrGLSLBlend.cpp",
+ "src/gpu/ganesh/glsl/GrGLSLFragmentShaderBuilder.cpp",
+ "src/gpu/ganesh/glsl/GrGLSLProgramBuilder.cpp",
+ "src/gpu/ganesh/glsl/GrGLSLProgramDataManager.cpp",
+ "src/gpu/ganesh/glsl/GrGLSLShaderBuilder.cpp",
+ "src/gpu/ganesh/glsl/GrGLSLUniformHandler.cpp",
+ "src/gpu/ganesh/glsl/GrGLSLVarying.cpp",
+ "src/gpu/ganesh/glsl/GrGLSLVertexGeoBuilder.cpp",
+ "src/gpu/ganesh/gradients/GrGradientBitmapCache.cpp",
+ "src/gpu/ganesh/gradients/GrGradientShader.cpp",
+ "src/gpu/ganesh/image/GrImageUtils.cpp",
+ "src/gpu/ganesh/image/GrTextureGenerator.cpp",
+ "src/gpu/ganesh/image/SkImage_Ganesh.cpp",
+ "src/gpu/ganesh/image/SkImage_GaneshBase.cpp",
+ "src/gpu/ganesh/image/SkImage_GaneshFactories.cpp",
+ "src/gpu/ganesh/image/SkImage_GaneshYUVA.cpp",
+ "src/gpu/ganesh/image/SkImage_LazyTexture.cpp",
+ "src/gpu/ganesh/image/SkImage_RasterPinnable.cpp",
+ "src/gpu/ganesh/image/SkSpecialImage_Ganesh.cpp",
+ "src/gpu/ganesh/mock/GrMockCaps.cpp",
+ "src/gpu/ganesh/mock/GrMockGpu.cpp",
+ "src/gpu/ganesh/mock/GrMockTypes.cpp",
+ "src/gpu/ganesh/ops/AAConvexPathRenderer.cpp",
+ "src/gpu/ganesh/ops/AAHairLinePathRenderer.cpp",
+ "src/gpu/ganesh/ops/AALinearizingConvexPathRenderer.cpp",
+ "src/gpu/ganesh/ops/AtlasInstancedHelper.cpp",
+ "src/gpu/ganesh/ops/AtlasPathRenderer.cpp",
+ "src/gpu/ganesh/ops/AtlasRenderTask.cpp",
+ "src/gpu/ganesh/ops/AtlasTextOp.cpp",
+ "src/gpu/ganesh/ops/ClearOp.cpp",
+ "src/gpu/ganesh/ops/DashLinePathRenderer.cpp",
+ "src/gpu/ganesh/ops/DashOp.cpp",
+ "src/gpu/ganesh/ops/DefaultPathRenderer.cpp",
+ "src/gpu/ganesh/ops/DrawAtlasOp.cpp",
+ "src/gpu/ganesh/ops/DrawAtlasPathOp.cpp",
+ "src/gpu/ganesh/ops/DrawMeshOp.cpp",
+ "src/gpu/ganesh/ops/DrawableOp.cpp",
+ "src/gpu/ganesh/ops/FillRRectOp.cpp",
+ "src/gpu/ganesh/ops/FillRectOp.cpp",
+ "src/gpu/ganesh/ops/GrMeshDrawOp.cpp",
+ "src/gpu/ganesh/ops/GrOp.cpp",
+ "src/gpu/ganesh/ops/GrOvalOpFactory.cpp",
+ "src/gpu/ganesh/ops/GrSimpleMeshDrawOpHelper.cpp",
+ "src/gpu/ganesh/ops/GrSimpleMeshDrawOpHelperWithStencil.cpp",
+ "src/gpu/ganesh/ops/LatticeOp.cpp",
+ "src/gpu/ganesh/ops/OpsTask.cpp",
+ "src/gpu/ganesh/ops/PathInnerTriangulateOp.cpp",
+ "src/gpu/ganesh/ops/PathStencilCoverOp.cpp",
+ "src/gpu/ganesh/ops/PathTessellateOp.cpp",
+ "src/gpu/ganesh/ops/QuadPerEdgeAA.cpp",
+ "src/gpu/ganesh/ops/RegionOp.cpp",
+ "src/gpu/ganesh/ops/ShadowRRectOp.cpp",
+ "src/gpu/ganesh/ops/SmallPathAtlasMgr.cpp",
+ "src/gpu/ganesh/ops/SmallPathRenderer.cpp",
+ "src/gpu/ganesh/ops/SmallPathShapeData.cpp",
+ "src/gpu/ganesh/ops/SoftwarePathRenderer.cpp",
+ "src/gpu/ganesh/ops/StrokeRectOp.cpp",
+ "src/gpu/ganesh/ops/StrokeTessellateOp.cpp",
+ "src/gpu/ganesh/ops/TessellationPathRenderer.cpp",
+ "src/gpu/ganesh/ops/TextureOp.cpp",
+ "src/gpu/ganesh/ops/TriangulatingPathRenderer.cpp",
+ "src/gpu/ganesh/surface/SkSurface_AndroidFactories.cpp",
+ "src/gpu/ganesh/surface/SkSurface_Ganesh.cpp",
+ "src/gpu/ganesh/tessellate/GrPathTessellationShader.cpp",
+ "src/gpu/ganesh/tessellate/GrStrokeTessellationShader.cpp",
+ "src/gpu/ganesh/tessellate/GrTessellationShader.cpp",
+ "src/gpu/ganesh/tessellate/PathTessellator.cpp",
+ "src/gpu/ganesh/tessellate/StrokeTessellator.cpp",
+ "src/gpu/ganesh/text/GrAtlasManager.cpp",
+ "src/gpu/ganesh/vk/AHardwareBufferVk.cpp",
+ "src/gpu/ganesh/vk/GrVkBackendSemaphore.cpp",
+ "src/gpu/ganesh/vk/GrVkBackendSurface.cpp",
+ "src/gpu/ganesh/vk/GrVkBuffer.cpp",
+ "src/gpu/ganesh/vk/GrVkCaps.cpp",
+ "src/gpu/ganesh/vk/GrVkCommandBuffer.cpp",
+ "src/gpu/ganesh/vk/GrVkCommandPool.cpp",
+ "src/gpu/ganesh/vk/GrVkContextThreadSafeProxy.cpp",
+ "src/gpu/ganesh/vk/GrVkDescriptorPool.cpp",
+ "src/gpu/ganesh/vk/GrVkDescriptorSet.cpp",
+ "src/gpu/ganesh/vk/GrVkDescriptorSetManager.cpp",
+ "src/gpu/ganesh/vk/GrVkDirectContext.cpp",
+ "src/gpu/ganesh/vk/GrVkFramebuffer.cpp",
+ "src/gpu/ganesh/vk/GrVkGpu.cpp",
+ "src/gpu/ganesh/vk/GrVkImage.cpp",
+ "src/gpu/ganesh/vk/GrVkImageView.cpp",
+ "src/gpu/ganesh/vk/GrVkMSAALoadManager.cpp",
+ "src/gpu/ganesh/vk/GrVkOpsRenderPass.cpp",
+ "src/gpu/ganesh/vk/GrVkPipeline.cpp",
+ "src/gpu/ganesh/vk/GrVkPipelineState.cpp",
+ "src/gpu/ganesh/vk/GrVkPipelineStateBuilder.cpp",
+ "src/gpu/ganesh/vk/GrVkPipelineStateCache.cpp",
+ "src/gpu/ganesh/vk/GrVkPipelineStateDataManager.cpp",
+ "src/gpu/ganesh/vk/GrVkRenderPass.cpp",
+ "src/gpu/ganesh/vk/GrVkRenderTarget.cpp",
+ "src/gpu/ganesh/vk/GrVkResourceProvider.cpp",
+ "src/gpu/ganesh/vk/GrVkSampler.cpp",
+ "src/gpu/ganesh/vk/GrVkSamplerYcbcrConversion.cpp",
+ "src/gpu/ganesh/vk/GrVkSecondaryCBDrawContext.cpp",
+ "src/gpu/ganesh/vk/GrVkSemaphore.cpp",
+ "src/gpu/ganesh/vk/GrVkTexture.cpp",
+ "src/gpu/ganesh/vk/GrVkTextureRenderTarget.cpp",
+ "src/gpu/ganesh/vk/GrVkTypesPriv.cpp",
+ "src/gpu/ganesh/vk/GrVkUniformHandler.cpp",
+ "src/gpu/ganesh/vk/GrVkUtil.cpp",
+ "src/gpu/ganesh/vk/GrVkVaryingHandler.cpp",
+ "src/gpu/graphite/AtlasProvider.cpp",
+ "src/gpu/graphite/BackendSemaphore.cpp",
+ "src/gpu/graphite/BackendTexture.cpp",
+ "src/gpu/graphite/Buffer.cpp",
+ "src/gpu/graphite/BufferManager.cpp",
+ "src/gpu/graphite/Caps.cpp",
+ "src/gpu/graphite/ClearBuffersTask.cpp",
+ "src/gpu/graphite/ClientMappedBufferManager.cpp",
+ "src/gpu/graphite/ClipStack_graphite.cpp",
+ "src/gpu/graphite/CommandBuffer.cpp",
+ "src/gpu/graphite/ComputePipeline.cpp",
+ "src/gpu/graphite/ComputeTask.cpp",
+ "src/gpu/graphite/Context.cpp",
+ "src/gpu/graphite/ContextUtils.cpp",
+ "src/gpu/graphite/CopyTask.cpp",
+ "src/gpu/graphite/Device.cpp",
+ "src/gpu/graphite/DrawAtlas.cpp",
+ "src/gpu/graphite/DrawContext.cpp",
+ "src/gpu/graphite/DrawList.cpp",
+ "src/gpu/graphite/DrawPass.cpp",
+ "src/gpu/graphite/DrawWriter.cpp",
+ "src/gpu/graphite/FactoryFunctions.cpp",
+ "src/gpu/graphite/GlobalCache.cpp",
+ "src/gpu/graphite/GpuWorkSubmission.cpp",
+ "src/gpu/graphite/GraphicsPipeline.cpp",
+ "src/gpu/graphite/GraphiteResourceKey.cpp",
+ "src/gpu/graphite/ImageFactories.cpp",
+ "src/gpu/graphite/Image_Base_Graphite.cpp",
+ "src/gpu/graphite/Image_Graphite.cpp",
+ "src/gpu/graphite/Image_YUVA_Graphite.cpp",
+ "src/gpu/graphite/KeyContext.cpp",
+ "src/gpu/graphite/KeyHelpers.cpp",
+ "src/gpu/graphite/PaintParams.cpp",
+ "src/gpu/graphite/PaintParamsKey.cpp",
+ "src/gpu/graphite/PathAtlas.cpp",
+ "src/gpu/graphite/PipelineData.cpp",
+ "src/gpu/graphite/Precompile.cpp",
+ "src/gpu/graphite/ProxyCache.cpp",
+ "src/gpu/graphite/PublicPrecompile.cpp",
+ "src/gpu/graphite/QueueManager.cpp",
+ "src/gpu/graphite/RasterPathAtlas.cpp",
+ "src/gpu/graphite/Recorder.cpp",
+ "src/gpu/graphite/Recording.cpp",
+ "src/gpu/graphite/RenderPassTask.cpp",
+ "src/gpu/graphite/Renderer.cpp",
+ "src/gpu/graphite/RendererProvider.cpp",
+ "src/gpu/graphite/Resource.cpp",
+ "src/gpu/graphite/ResourceCache.cpp",
+ "src/gpu/graphite/ResourceProvider.cpp",
+ "src/gpu/graphite/RuntimeEffectDictionary.cpp",
+ "src/gpu/graphite/Sampler.cpp",
+ "src/gpu/graphite/ShaderCodeDictionary.cpp",
+ "src/gpu/graphite/SharedContext.cpp",
+ "src/gpu/graphite/SpecialImage_Graphite.cpp",
+ "src/gpu/graphite/Surface_Graphite.cpp",
+ "src/gpu/graphite/SynchronizeToCpuTask.cpp",
+ "src/gpu/graphite/Task.cpp",
+ "src/gpu/graphite/TaskGraph.cpp",
+ "src/gpu/graphite/Texture.cpp",
+ "src/gpu/graphite/TextureInfo.cpp",
+ "src/gpu/graphite/TextureProxy.cpp",
+ "src/gpu/graphite/TextureUtils.cpp",
+ "src/gpu/graphite/UniformManager.cpp",
+ "src/gpu/graphite/UploadBufferManager.cpp",
+ "src/gpu/graphite/UploadTask.cpp",
+ "src/gpu/graphite/YUVABackendTextures.cpp",
+ "src/gpu/graphite/YUVATextureProxies.cpp",
+ "src/gpu/graphite/compute/ComputeStep.cpp",
+ "src/gpu/graphite/compute/DispatchGroup.cpp",
+ "src/gpu/graphite/geom/IntersectionTree.cpp",
+ "src/gpu/graphite/geom/Shape.cpp",
+ "src/gpu/graphite/geom/Transform.cpp",
+ "src/gpu/graphite/render/AnalyticRRectRenderStep.cpp",
+ "src/gpu/graphite/render/BitmapTextRenderStep.cpp",
+ "src/gpu/graphite/render/CoverBoundsRenderStep.cpp",
+ "src/gpu/graphite/render/CoverageMaskRenderStep.cpp",
+ "src/gpu/graphite/render/GraphiteVertexFiller.cpp",
+ "src/gpu/graphite/render/MiddleOutFanRenderStep.cpp",
+ "src/gpu/graphite/render/PerEdgeAAQuadRenderStep.cpp",
+ "src/gpu/graphite/render/SDFTextRenderStep.cpp",
+ "src/gpu/graphite/render/TessellateCurvesRenderStep.cpp",
+ "src/gpu/graphite/render/TessellateStrokesRenderStep.cpp",
+ "src/gpu/graphite/render/TessellateWedgesRenderStep.cpp",
+ "src/gpu/graphite/render/VerticesRenderStep.cpp",
+ "src/gpu/graphite/text/TextAtlasManager.cpp",
+ "src/gpu/graphite/vk/VulkanBuffer.cpp",
+ "src/gpu/graphite/vk/VulkanCaps.cpp",
+ "src/gpu/graphite/vk/VulkanCommandBuffer.cpp",
+ "src/gpu/graphite/vk/VulkanDescriptorPool.cpp",
+ "src/gpu/graphite/vk/VulkanDescriptorSet.cpp",
+ "src/gpu/graphite/vk/VulkanFramebuffer.cpp",
+ "src/gpu/graphite/vk/VulkanGraphicsPipeline.cpp",
+ "src/gpu/graphite/vk/VulkanGraphiteTypes.cpp",
+ "src/gpu/graphite/vk/VulkanGraphiteUtils.cpp",
+ "src/gpu/graphite/vk/VulkanImageView.cpp",
+ "src/gpu/graphite/vk/VulkanQueueManager.cpp",
+ "src/gpu/graphite/vk/VulkanRenderPass.cpp",
+ "src/gpu/graphite/vk/VulkanResourceProvider.cpp",
+ "src/gpu/graphite/vk/VulkanSampler.cpp",
+ "src/gpu/graphite/vk/VulkanSamplerYcbcrConversion.cpp",
+ "src/gpu/graphite/vk/VulkanSharedContext.cpp",
+ "src/gpu/graphite/vk/VulkanTexture.cpp",
+ "src/gpu/tessellate/FixedCountBufferUtils.cpp",
+ "src/gpu/tessellate/Tessellation.cpp",
+ "src/gpu/vk/VulkanAMDMemoryAllocator.cpp",
+ "src/gpu/vk/VulkanExtensions.cpp",
+ "src/gpu/vk/VulkanInterface.cpp",
+ "src/gpu/vk/VulkanMemory.cpp",
+ "src/gpu/vk/VulkanMutableTextureState.cpp",
+ "src/gpu/vk/VulkanUtilsPriv.cpp",
+ "src/image/SkImage.cpp",
+ "src/image/SkImage_AndroidFactories.cpp",
+ "src/image/SkImage_Base.cpp",
+ "src/image/SkImage_Lazy.cpp",
+ "src/image/SkImage_LazyFactories.cpp",
+ "src/image/SkImage_Picture.cpp",
+ "src/image/SkImage_Raster.cpp",
+ "src/image/SkImage_RasterFactories.cpp",
+ "src/image/SkPictureImageGenerator.cpp",
+ "src/image/SkRescaleAndReadPixels.cpp",
+ "src/image/SkSurface.cpp",
+ "src/image/SkSurface_Base.cpp",
+ "src/image/SkSurface_Null.cpp",
+ "src/image/SkSurface_Raster.cpp",
+ "src/image/SkTiledImageUtils.cpp",
+ "src/lazy/SkDiscardableMemoryPool.cpp",
+ "src/pathops/SkAddIntersections.cpp",
+ "src/pathops/SkDConicLineIntersection.cpp",
+ "src/pathops/SkDCubicLineIntersection.cpp",
+ "src/pathops/SkDCubicToQuads.cpp",
+ "src/pathops/SkDLineIntersection.cpp",
+ "src/pathops/SkDQuadLineIntersection.cpp",
+ "src/pathops/SkIntersections.cpp",
+ "src/pathops/SkOpAngle.cpp",
+ "src/pathops/SkOpBuilder.cpp",
+ "src/pathops/SkOpCoincidence.cpp",
+ "src/pathops/SkOpContour.cpp",
+ "src/pathops/SkOpCubicHull.cpp",
+ "src/pathops/SkOpEdgeBuilder.cpp",
+ "src/pathops/SkOpSegment.cpp",
+ "src/pathops/SkOpSpan.cpp",
+ "src/pathops/SkPathOpsAsWinding.cpp",
+ "src/pathops/SkPathOpsCommon.cpp",
+ "src/pathops/SkPathOpsConic.cpp",
+ "src/pathops/SkPathOpsCubic.cpp",
+ "src/pathops/SkPathOpsCurve.cpp",
+ "src/pathops/SkPathOpsDebug.cpp",
+ "src/pathops/SkPathOpsLine.cpp",
+ "src/pathops/SkPathOpsOp.cpp",
+ "src/pathops/SkPathOpsQuad.cpp",
+ "src/pathops/SkPathOpsRect.cpp",
+ "src/pathops/SkPathOpsSimplify.cpp",
+ "src/pathops/SkPathOpsTSect.cpp",
+ "src/pathops/SkPathOpsTightBounds.cpp",
+ "src/pathops/SkPathOpsTypes.cpp",
+ "src/pathops/SkPathOpsWinding.cpp",
+ "src/pathops/SkPathWriter.cpp",
+ "src/pathops/SkReduceOrder.cpp",
+ "src/pdf/SkDocument_PDF_None.cpp",
+ "src/ports/SkDebug_android.cpp",
+ "src/ports/SkDiscardableMemory_none.cpp",
+ "src/ports/SkFontMgr_empty_factory.cpp",
+ "src/ports/SkGlobalInitialization_default.cpp",
+ "src/ports/SkMemory_malloc.cpp",
+ "src/ports/SkOSFile_posix.cpp",
+ "src/ports/SkOSFile_stdio.cpp",
+ "src/ports/SkOSLibrary_posix.cpp",
+ "src/sfnt/SkOTTable_name.cpp",
+ "src/sfnt/SkOTUtils.cpp",
+ "src/shaders/SkBitmapProcShader.cpp",
+ "src/shaders/SkBlendShader.cpp",
+ "src/shaders/SkColorFilterShader.cpp",
+ "src/shaders/SkColorShader.cpp",
+ "src/shaders/SkCoordClampShader.cpp",
+ "src/shaders/SkEmptyShader.cpp",
+ "src/shaders/SkGainmapShader.cpp",
+ "src/shaders/SkImageShader.cpp",
+ "src/shaders/SkLocalMatrixShader.cpp",
+ "src/shaders/SkPerlinNoiseShaderImpl.cpp",
+ "src/shaders/SkPictureShader.cpp",
+ "src/shaders/SkRuntimeShader.cpp",
+ "src/shaders/SkShader.cpp",
+ "src/shaders/SkShaderBase.cpp",
+ "src/shaders/SkTransformShader.cpp",
+ "src/shaders/SkTriColorShader.cpp",
+ "src/shaders/SkWorkingColorSpaceShader.cpp",
+ "src/shaders/gradients/SkConicalGradient.cpp",
+ "src/shaders/gradients/SkGradientBaseShader.cpp",
+ "src/shaders/gradients/SkLinearGradient.cpp",
+ "src/shaders/gradients/SkRadialGradient.cpp",
+ "src/shaders/gradients/SkSweepGradient.cpp",
+ "src/sksl/SkSLAnalysis.cpp",
+ "src/sksl/SkSLBuiltinTypes.cpp",
+ "src/sksl/SkSLCompiler.cpp",
+ "src/sksl/SkSLConstantFolder.cpp",
+ "src/sksl/SkSLContext.cpp",
+ "src/sksl/SkSLErrorReporter.cpp",
+ "src/sksl/SkSLInliner.cpp",
+ "src/sksl/SkSLIntrinsicList.cpp",
+ "src/sksl/SkSLLexer.cpp",
+ "src/sksl/SkSLMangler.cpp",
+ "src/sksl/SkSLModuleLoader.cpp",
+ "src/sksl/SkSLOperator.cpp",
+ "src/sksl/SkSLOutputStream.cpp",
+ "src/sksl/SkSLParser.cpp",
+ "src/sksl/SkSLPool.cpp",
+ "src/sksl/SkSLPosition.cpp",
+ "src/sksl/SkSLSampleUsage.cpp",
+ "src/sksl/SkSLString.cpp",
+ "src/sksl/SkSLThreadContext.cpp",
+ "src/sksl/SkSLUtil.cpp",
+ "src/sksl/analysis/SkSLCanExitWithoutReturningValue.cpp",
+ "src/sksl/analysis/SkSLCheckProgramStructure.cpp",
+ "src/sksl/analysis/SkSLFinalizationChecks.cpp",
+ "src/sksl/analysis/SkSLGetLoopControlFlowInfo.cpp",
+ "src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp",
+ "src/sksl/analysis/SkSLGetReturnComplexity.cpp",
+ "src/sksl/analysis/SkSLHasSideEffects.cpp",
+ "src/sksl/analysis/SkSLIsConstantExpression.cpp",
+ "src/sksl/analysis/SkSLIsDynamicallyUniformExpression.cpp",
+ "src/sksl/analysis/SkSLIsSameExpressionTree.cpp",
+ "src/sksl/analysis/SkSLIsTrivialExpression.cpp",
+ "src/sksl/analysis/SkSLProgramUsage.cpp",
+ "src/sksl/analysis/SkSLReturnsInputAlpha.cpp",
+ "src/sksl/analysis/SkSLSwitchCaseContainsExit.cpp",
+ "src/sksl/analysis/SkSLSymbolTableStackBuilder.cpp",
+ "src/sksl/codegen/SkSLGLSLCodeGenerator.cpp",
+ "src/sksl/codegen/SkSLMetalCodeGenerator.cpp",
+ "src/sksl/codegen/SkSLPipelineStageCodeGenerator.cpp",
+ "src/sksl/codegen/SkSLRasterPipelineBuilder.cpp",
+ "src/sksl/codegen/SkSLRasterPipelineCodeGenerator.cpp",
+ "src/sksl/codegen/SkSLSPIRVCodeGenerator.cpp",
+ "src/sksl/codegen/SkSLSPIRVtoHLSL.cpp",
+ "src/sksl/codegen/SkSLWGSLCodeGenerator.cpp",
+ "src/sksl/ir/SkSLBinaryExpression.cpp",
+ "src/sksl/ir/SkSLBlock.cpp",
+ "src/sksl/ir/SkSLChildCall.cpp",
+ "src/sksl/ir/SkSLConstructor.cpp",
+ "src/sksl/ir/SkSLConstructorArray.cpp",
+ "src/sksl/ir/SkSLConstructorArrayCast.cpp",
+ "src/sksl/ir/SkSLConstructorCompound.cpp",
+ "src/sksl/ir/SkSLConstructorCompoundCast.cpp",
+ "src/sksl/ir/SkSLConstructorDiagonalMatrix.cpp",
+ "src/sksl/ir/SkSLConstructorMatrixResize.cpp",
+ "src/sksl/ir/SkSLConstructorScalarCast.cpp",
+ "src/sksl/ir/SkSLConstructorSplat.cpp",
+ "src/sksl/ir/SkSLConstructorStruct.cpp",
+ "src/sksl/ir/SkSLDiscardStatement.cpp",
+ "src/sksl/ir/SkSLDoStatement.cpp",
+ "src/sksl/ir/SkSLExpression.cpp",
+ "src/sksl/ir/SkSLExpressionStatement.cpp",
+ "src/sksl/ir/SkSLExtension.cpp",
+ "src/sksl/ir/SkSLFieldAccess.cpp",
+ "src/sksl/ir/SkSLForStatement.cpp",
+ "src/sksl/ir/SkSLFunctionCall.cpp",
+ "src/sksl/ir/SkSLFunctionDeclaration.cpp",
+ "src/sksl/ir/SkSLFunctionDefinition.cpp",
+ "src/sksl/ir/SkSLIfStatement.cpp",
+ "src/sksl/ir/SkSLIndexExpression.cpp",
+ "src/sksl/ir/SkSLInterfaceBlock.cpp",
+ "src/sksl/ir/SkSLLayout.cpp",
+ "src/sksl/ir/SkSLLiteral.cpp",
+ "src/sksl/ir/SkSLModifierFlags.cpp",
+ "src/sksl/ir/SkSLModifiersDeclaration.cpp",
+ "src/sksl/ir/SkSLPostfixExpression.cpp",
+ "src/sksl/ir/SkSLPrefixExpression.cpp",
+ "src/sksl/ir/SkSLProgram.cpp",
+ "src/sksl/ir/SkSLSetting.cpp",
+ "src/sksl/ir/SkSLStructDefinition.cpp",
+ "src/sksl/ir/SkSLSwitchCase.cpp",
+ "src/sksl/ir/SkSLSwitchStatement.cpp",
+ "src/sksl/ir/SkSLSwizzle.cpp",
+ "src/sksl/ir/SkSLSymbolTable.cpp",
+ "src/sksl/ir/SkSLTernaryExpression.cpp",
+ "src/sksl/ir/SkSLType.cpp",
+ "src/sksl/ir/SkSLTypeReference.cpp",
+ "src/sksl/ir/SkSLVarDeclarations.cpp",
+ "src/sksl/ir/SkSLVariable.cpp",
+ "src/sksl/ir/SkSLVariableReference.cpp",
+ "src/sksl/tracing/SkSLDebugTracePlayer.cpp",
+ "src/sksl/tracing/SkSLDebugTracePriv.cpp",
+ "src/sksl/tracing/SkSLTraceHook.cpp",
+ "src/sksl/transform/SkSLAddConstToVarModifiers.cpp",
+ "src/sksl/transform/SkSLEliminateDeadFunctions.cpp",
+ "src/sksl/transform/SkSLEliminateDeadGlobalVariables.cpp",
+ "src/sksl/transform/SkSLEliminateDeadLocalVariables.cpp",
+ "src/sksl/transform/SkSLEliminateEmptyStatements.cpp",
+ "src/sksl/transform/SkSLEliminateUnreachableCode.cpp",
+ "src/sksl/transform/SkSLFindAndDeclareBuiltinFunctions.cpp",
+ "src/sksl/transform/SkSLFindAndDeclareBuiltinVariables.cpp",
+ "src/sksl/transform/SkSLHoistSwitchVarDeclarationsAtTopLevel.cpp",
+ "src/sksl/transform/SkSLRenamePrivateSymbols.cpp",
+ "src/sksl/transform/SkSLReplaceConstVarsWithLiterals.cpp",
+ "src/sksl/transform/SkSLRewriteIndexedSwizzle.cpp",
+ "src/svg/SkSVGCanvas.cpp",
+ "src/svg/SkSVGDevice.cpp",
+ "src/text/GlyphRun.cpp",
+ "src/text/SlugFromBuffer.cpp",
+ "src/text/StrikeForGPU.cpp",
+ "src/text/gpu/DistanceFieldAdjustTable.cpp",
+ "src/text/gpu/GlyphVector.cpp",
+ "src/text/gpu/SDFMaskFilter.cpp",
+ "src/text/gpu/SDFTControl.cpp",
+ "src/text/gpu/SkChromeRemoteGlyphCache.cpp",
+ "src/text/gpu/Slug.cpp",
+ "src/text/gpu/SlugImpl.cpp",
+ "src/text/gpu/StrikeCache.cpp",
+ "src/text/gpu/SubRunAllocator.cpp",
+ "src/text/gpu/SubRunContainer.cpp",
+ "src/text/gpu/TextBlob.cpp",
+ "src/text/gpu/TextBlobRedrawCoordinator.cpp",
+ "src/text/gpu/VertexFiller.cpp",
+ "src/utils/SkAnimCodecPlayer.cpp",
+ "src/utils/SkCamera.cpp",
+ "src/utils/SkCanvasStack.cpp",
+ "src/utils/SkCanvasStateUtils.cpp",
+ "src/utils/SkCharToGlyphCache.cpp",
+ "src/utils/SkClipStackUtils.cpp",
+ "src/utils/SkCustomTypeface.cpp",
+ "src/utils/SkDashPath.cpp",
+ "src/utils/SkEventTracer.cpp",
+ "src/utils/SkFloatToDecimal.cpp",
+ "src/utils/SkJSON.cpp",
+ "src/utils/SkJSONWriter.cpp",
+ "src/utils/SkMatrix22.cpp",
+ "src/utils/SkMultiPictureDocument.cpp",
+ "src/utils/SkNWayCanvas.cpp",
+ "src/utils/SkNullCanvas.cpp",
+ "src/utils/SkOSPath.cpp",
+ "src/utils/SkOrderedFontMgr.cpp",
+ "src/utils/SkPaintFilterCanvas.cpp",
+ "src/utils/SkParse.cpp",
+ "src/utils/SkParseColor.cpp",
+ "src/utils/SkParsePath.cpp",
+ "src/utils/SkPatchUtils.cpp",
+ "src/utils/SkPolyUtils.cpp",
+ "src/utils/SkShaderUtils.cpp",
+ "src/utils/SkShadowTessellator.cpp",
+ "src/utils/SkShadowUtils.cpp",
+ "src/utils/SkTestCanvas.cpp",
+ "src/utils/SkTextUtils.cpp",
+ "src/utils/mac/SkCTFont.cpp",
+ "src/utils/mac/SkCreateCGImageRef.cpp",
+ "src/utils/win/SkAutoCoInitialize.cpp",
+ "src/utils/win/SkDWrite.cpp",
+ "src/utils/win/SkDWriteFontFileStream.cpp",
+ "src/utils/win/SkDWriteGeometrySink.cpp",
+ "src/utils/win/SkHRESULT.cpp",
+ "src/utils/win/SkIStream.cpp",
+ "src/utils/win/SkWGL_win.cpp",
+ "src/xml/SkDOM.cpp",
+ "src/xml/SkXMLParser.cpp",
+ "src/xml/SkXMLWriter.cpp",
+ "tests/AAClipTest.cpp",
+ "tests/AdvancedBlendTest.cpp",
+ "tests/AndroidCodecTest.cpp",
+ "tests/AnimatedImageTest.cpp",
+ "tests/AnnotationTest.cpp",
+ "tests/ApplyGammaTest.cpp",
+ "tests/ArenaAllocTest.cpp",
+ "tests/AsADashTest.cpp",
+ "tests/AvifTest.cpp",
+ "tests/BRDTest.cpp",
+ "tests/BackendAllocationTest.cpp",
+ "tests/BackendSurfaceMutableStateTest.cpp",
+ "tests/BadIcoTest.cpp",
+ "tests/BezierCurveTest.cpp",
+ "tests/BigImageTest.cpp",
+ "tests/BitSetTest.cpp",
+ "tests/BitmapCopyTest.cpp",
+ "tests/BitmapGetColorTest.cpp",
+ "tests/BitmapTest.cpp",
+ "tests/BlendTest.cpp",
+ "tests/BlitMaskClip.cpp",
+ "tests/BlurTest.cpp",
+ "tests/BulkRectTest.cpp",
+ "tests/CachedDataTest.cpp",
+ "tests/CachedDecodingPixelRefTest.cpp",
+ "tests/CanvasStateHelpers.cpp",
+ "tests/CanvasStateTest.cpp",
+ "tests/CanvasTest.cpp",
+ "tests/ChecksumTest.cpp",
+ "tests/ClearTest.cpp",
+ "tests/ClipCubicTest.cpp",
+ "tests/ClipStackTest.cpp",
+ "tests/ClipperTest.cpp",
+ "tests/CodecAnimTest.cpp",
+ "tests/CodecExactReadTest.cpp",
+ "tests/CodecPartialTest.cpp",
+ "tests/CodecRecommendedTypeTest.cpp",
+ "tests/CodecTest.cpp",
+ "tests/ColorFilterTest.cpp",
+ "tests/ColorMatrixTest.cpp",
+ "tests/ColorPrivTest.cpp",
+ "tests/ColorSpaceTest.cpp",
+ "tests/ColorTest.cpp",
+ "tests/CompressedBackendAllocationTest.cpp",
+ "tests/CopySurfaceTest.cpp",
+ "tests/CtsEnforcement.cpp",
+ "tests/CubicChopTest.cpp",
+ "tests/CubicMapTest.cpp",
+ "tests/CubicRootsTest.cpp",
+ "tests/CullTestTest.cpp",
+ "tests/DMSAATest.cpp",
+ "tests/DashPathEffectTest.cpp",
+ "tests/DashPathEffectTestGanesh.cpp",
+ "tests/DataRefTest.cpp",
+ "tests/DebugLayerManagerTest.cpp",
+ "tests/DefaultPathRendererTest.cpp",
+ "tests/DeferredDisplayListTest.cpp",
+ "tests/DequeTest.cpp",
+ "tests/DescriptorTest.cpp",
+ "tests/DeviceTest.cpp",
+ "tests/DiscardableMemoryPoolTest.cpp",
+ "tests/DiscardableMemoryTest.cpp",
+ "tests/DrawBitmapRectTest.cpp",
+ "tests/DrawOpAtlasTest.cpp",
+ "tests/DrawPathTest.cpp",
+ "tests/DrawTextTest.cpp",
+ "tests/EGLImageTest.cpp",
+ "tests/EmptyPathTest.cpp",
+ "tests/EncodeTest.cpp",
+ "tests/EncodedInfoTest.cpp",
+ "tests/ExifTest.cpp",
+ "tests/ExtendedSkColorTypeTests.cpp",
+ "tests/F16StagesTest.cpp",
+ "tests/FillPathTest.cpp",
+ "tests/FilterResultTest.cpp",
+ "tests/FindCubicConvex180ChopsTest.cpp",
+ "tests/FitsInTest.cpp",
+ "tests/FlattenDrawableTest.cpp",
+ "tests/FlattenableFactoryToName.cpp",
+ "tests/FlattenableNameToFactory.cpp",
+ "tests/Float16Test.cpp",
+ "tests/FloatingPointTest.cpp",
+ "tests/FloatingPointTextureTest.cpp",
+ "tests/FontHostStreamTest.cpp",
+ "tests/FontHostTest.cpp",
+ "tests/FontMgrFlags.cpp",
+ "tests/FontMgrTest.cpp",
+ "tests/FontNamesTest.cpp",
+ "tests/FontTest.cpp",
+ "tests/FrontBufferedStreamTest.cpp",
+ "tests/GLBackendSurfaceTest.cpp",
+ "tests/GainmapShaderTest.cpp",
+ "tests/GeometryTest.cpp",
+ "tests/GifTest.cpp",
+ "tests/GpuDrawPathTest.cpp",
+ "tests/GpuRectanizerTest.cpp",
+ "tests/GrAHardwareBufferTest.cpp",
+ "tests/GrClipStackTest.cpp",
+ "tests/GrContextAbandonTest.cpp",
+ "tests/GrContextFactoryTest.cpp",
+ "tests/GrContextOOM.cpp",
+ "tests/GrDDLImageTest.cpp",
+ "tests/GrFinishedFlushTest.cpp",
+ "tests/GrGLExtensionsTest.cpp",
+ "tests/GrGlyphVectorTest.cpp",
+ "tests/GrGpuBufferTest.cpp",
+ "tests/GrMemoryPoolTest.cpp",
+ "tests/GrMeshTest.cpp",
+ "tests/GrMipMappedTest.cpp",
+ "tests/GrOpListFlushTest.cpp",
+ "tests/GrPipelineDynamicStateTest.cpp",
+ "tests/GrPorterDuffTest.cpp",
+ "tests/GrQuadBufferTest.cpp",
+ "tests/GrQuadCropTest.cpp",
+ "tests/GrRenderTaskClusterTest.cpp",
+ "tests/GrStyledShapeTest.cpp",
+ "tests/GrSubmittedFlushTest.cpp",
+ "tests/GrSurfaceResolveTest.cpp",
+ "tests/GrSurfaceTest.cpp",
+ "tests/GrTextBlobTest.cpp",
+ "tests/GrTextureMipMapInvalidationTest.cpp",
+ "tests/GrThreadSafeCacheTest.cpp",
+ "tests/GradientTest.cpp",
+ "tests/HSVRoundTripTest.cpp",
+ "tests/HashTest.cpp",
+ "tests/HighContrastFilterTest.cpp",
+ "tests/ICCTest.cpp",
+ "tests/ImageBitmapTest.cpp",
+ "tests/ImageCacheTest.cpp",
+ "tests/ImageFilterCacheTest.cpp",
+ "tests/ImageFilterTest.cpp",
+ "tests/ImageFrom565Bitmap.cpp",
+ "tests/ImageGeneratorTest.cpp",
+ "tests/ImageIsOpaqueTest.cpp",
+ "tests/ImageNewShaderTest.cpp",
+ "tests/ImageTest.cpp",
+ "tests/IncrTopoSortTest.cpp",
+ "tests/IndexedPngOverflowTest.cpp",
+ "tests/InfRectTest.cpp",
+ "tests/InsetConvexPolyTest.cpp",
+ "tests/InvalidIndexedPngTest.cpp",
+ "tests/IsClosedSingleContourTest.cpp",
+ "tests/JSONTest.cpp",
+ "tests/LListTest.cpp",
+ "tests/LRUCacheTest.cpp",
+ "tests/LazyProxyTest.cpp",
+ "tests/LazyStencilAttachmentTest.cpp",
+ "tests/M44Test.cpp",
+ "tests/MD5Test.cpp",
+ "tests/MallocPixelRefTest.cpp",
+ "tests/MaskCacheTest.cpp",
+ "tests/MathTest.cpp",
+ "tests/MatrixColorFilterTest.cpp",
+ "tests/MatrixProcsTest.cpp",
+ "tests/MatrixTest.cpp",
+ "tests/MemoryTest.cpp",
+ "tests/MemsetTest.cpp",
+ "tests/MeshTest.cpp",
+ "tests/MessageBusTest.cpp",
+ "tests/MetaDataTest.cpp",
+ "tests/MipMapTest.cpp",
+ "tests/MultiPictureDocumentTest.cpp",
+ "tests/NdkDecodeTest.cpp",
+ "tests/NdkEncodeTest.cpp",
+ "tests/NonlinearBlendingTest.cpp",
+ "tests/OSPathTest.cpp",
+ "tests/OffsetSimplePolyTest.cpp",
+ "tests/OnceTest.cpp",
+ "tests/OpChainTest.cpp",
+ "tests/OverAlignedTest.cpp",
+ "tests/PDFDeflateWStreamTest.cpp",
+ "tests/PDFDocumentTest.cpp",
+ "tests/PDFGlyphsToUnicodeTest.cpp",
+ "tests/PDFJpegEmbedTest.cpp",
+ "tests/PDFMetadataAttributeTest.cpp",
+ "tests/PDFOpaqueSrcModeToSrcOverTest.cpp",
+ "tests/PDFPrimitivesTest.cpp",
+ "tests/PDFTaggedLinkTest.cpp",
+ "tests/PDFTaggedPruningTest.cpp",
+ "tests/PDFTaggedTableTest.cpp",
+ "tests/PDFTaggedTest.cpp",
+ "tests/PaintTest.cpp",
+ "tests/ParametricStageTest.cpp",
+ "tests/ParseColorTest.cpp",
+ "tests/ParsePathTest.cpp",
+ "tests/PathBuilderTest.cpp",
+ "tests/PathCoverageTest.cpp",
+ "tests/PathMeasureTest.cpp",
+ "tests/PathOpsAngleIdeas.cpp",
+ "tests/PathOpsAngleTest.cpp",
+ "tests/PathOpsAsWindingTest.cpp",
+ "tests/PathOpsBattles.cpp",
+ "tests/PathOpsBoundsTest.cpp",
+ "tests/PathOpsBuildUseTest.cpp",
+ "tests/PathOpsBuilderConicTest.cpp",
+ "tests/PathOpsBuilderTest.cpp",
+ "tests/PathOpsChalkboardTest.cpp",
+ "tests/PathOpsConicIntersectionTest.cpp",
+ "tests/PathOpsConicLineIntersectionTest.cpp",
+ "tests/PathOpsConicQuadIntersectionTest.cpp",
+ "tests/PathOpsCubicConicIntersectionTest.cpp",
+ "tests/PathOpsCubicIntersectionTest.cpp",
+ "tests/PathOpsCubicIntersectionTestData.cpp",
+ "tests/PathOpsCubicLineIntersectionIdeas.cpp",
+ "tests/PathOpsCubicLineIntersectionTest.cpp",
+ "tests/PathOpsCubicQuadIntersectionTest.cpp",
+ "tests/PathOpsCubicReduceOrderTest.cpp",
+ "tests/PathOpsDCubicTest.cpp",
+ "tests/PathOpsDLineTest.cpp",
+ "tests/PathOpsDPointTest.cpp",
+ "tests/PathOpsDRectTest.cpp",
+ "tests/PathOpsDVectorTest.cpp",
+ "tests/PathOpsDebug.cpp",
+ "tests/PathOpsExtendedTest.cpp",
+ "tests/PathOpsFuzz763Test.cpp",
+ "tests/PathOpsInverseTest.cpp",
+ "tests/PathOpsIssue3651.cpp",
+ "tests/PathOpsLineIntersectionTest.cpp",
+ "tests/PathOpsLineParametetersTest.cpp",
+ "tests/PathOpsOpCircleThreadedTest.cpp",
+ "tests/PathOpsOpCubicThreadedTest.cpp",
+ "tests/PathOpsOpLoopThreadedTest.cpp",
+ "tests/PathOpsOpRectThreadedTest.cpp",
+ "tests/PathOpsOpTest.cpp",
+ "tests/PathOpsQuadIntersectionTest.cpp",
+ "tests/PathOpsQuadIntersectionTestData.cpp",
+ "tests/PathOpsQuadLineIntersectionTest.cpp",
+ "tests/PathOpsQuadLineIntersectionThreadedTest.cpp",
+ "tests/PathOpsQuadReduceOrderTest.cpp",
+ "tests/PathOpsSimplifyDegenerateThreadedTest.cpp",
+ "tests/PathOpsSimplifyFailTest.cpp",
+ "tests/PathOpsSimplifyQuadThreadedTest.cpp",
+ "tests/PathOpsSimplifyQuadralateralsThreadedTest.cpp",
+ "tests/PathOpsSimplifyRectThreadedTest.cpp",
+ "tests/PathOpsSimplifyTest.cpp",
+ "tests/PathOpsSimplifyTrianglesThreadedTest.cpp",
+ "tests/PathOpsSkpTest.cpp",
+ "tests/PathOpsTestCommon.cpp",
+ "tests/PathOpsThreadedCommon.cpp",
+ "tests/PathOpsThreeWayTest.cpp",
+ "tests/PathOpsTigerTest.cpp",
+ "tests/PathOpsTightBoundsTest.cpp",
+ "tests/PathOpsTypesTest.cpp",
+ "tests/PathRendererCacheTests.cpp",
+ "tests/PathTest.cpp",
+ "tests/PictureBBHTest.cpp",
+ "tests/PictureShaderTest.cpp",
+ "tests/PictureTest.cpp",
+ "tests/PinnedImageTest.cpp",
+ "tests/PixelRefTest.cpp",
+ "tests/Point3Test.cpp",
+ "tests/PointTest.cpp",
+ "tests/PolyUtilsTest.cpp",
+ "tests/PreChopPathCurvesTest.cpp",
+ "tests/PremulAlphaRoundTripTest.cpp",
+ "tests/PrimitiveProcessorTest.cpp",
+ "tests/ProcessorTest.cpp",
+ "tests/ProgramsTest.cpp",
+ "tests/PromiseImageTest.cpp",
+ "tests/ProtectedTest.cpp",
+ "tests/ProxyConversionTest.cpp",
+ "tests/ProxyRefTest.cpp",
+ "tests/ProxyTest.cpp",
+ "tests/QuadRootsTest.cpp",
+ "tests/QuickRejectTest.cpp",
+ "tests/RRectInPathTest.cpp",
+ "tests/RTreeTest.cpp",
+ "tests/RandomTest.cpp",
+ "tests/RasterPipelineBuilderTest.cpp",
+ "tests/RasterPipelineCodeGeneratorTest.cpp",
+ "tests/ReadPixelsTest.cpp",
+ "tests/ReadWritePixelsGpuTest.cpp",
+ "tests/RecordDrawTest.cpp",
+ "tests/RecordOptsTest.cpp",
+ "tests/RecordPatternTest.cpp",
+ "tests/RecordTest.cpp",
+ "tests/RecorderTest.cpp",
+ "tests/RecordingXfermodeTest.cpp",
+ "tests/RectTest.cpp",
+ "tests/RectangleTextureTest.cpp",
+ "tests/RefCntTest.cpp",
+ "tests/RegionTest.cpp",
+ "tests/RepeatedClippedBlurTest.cpp",
+ "tests/ResourceAllocatorTest.cpp",
+ "tests/ResourceCacheTest.cpp",
+ "tests/RoundRectTest.cpp",
+ "tests/RuntimeBlendTest.cpp",
+ "tests/SRGBReadWritePixelsTest.cpp",
+ "tests/SRGBTest.cpp",
+ "tests/SVGDeviceTest.cpp",
+ "tests/SafeMathTest.cpp",
+ "tests/SamplingTest.cpp",
+ "tests/SaveLayerOriginTest.cpp",
+ "tests/ScalarTest.cpp",
+ "tests/ScaleToSidesTest.cpp",
+ "tests/SerialProcsTest.cpp",
+ "tests/SerializationTest.cpp",
+ "tests/ShaderImageFilterTest.cpp",
+ "tests/ShaderOpacityTest.cpp",
+ "tests/ShaderTest.cpp",
+ "tests/ShadowTest.cpp",
+ "tests/SizeTest.cpp",
+ "tests/SkBase64Test.cpp",
+ "tests/SkBlockAllocatorTest.cpp",
+ "tests/SkColor4fTest.cpp",
+ "tests/SkColorSpaceXformStepsTest.cpp",
+ "tests/SkContainersTest.cpp",
+ "tests/SkDOMTest.cpp",
+ "tests/SkEnumBitMaskTest.cpp",
+ "tests/SkFontMetricsPrivTest.cpp",
+ "tests/SkGaussFilterTest.cpp",
+ "tests/SkGlyphTest.cpp",
+ "tests/SkImageTest.cpp",
+ "tests/SkMallocTest.cpp",
+ "tests/SkPathRangeIterTest.cpp",
+ "tests/SkRasterPipelineOptsTest.cpp",
+ "tests/SkRasterPipelineTest.cpp",
+ "tests/SkRemoteGlyphCacheTest.cpp",
+ "tests/SkResourceCacheTest.cpp",
+ "tests/SkRuntimeEffectTest.cpp",
+ "tests/SkSLCross.cpp",
+ "tests/SkSLDebugTracePlayerTest.cpp",
+ "tests/SkSLDebugTraceTest.cpp",
+ "tests/SkSLES2ConformanceTest.cpp",
+ "tests/SkSLErrorTest.cpp",
+ "tests/SkSLGLSLTestbed.cpp",
+ "tests/SkSLMemoryLayoutTest.cpp",
+ "tests/SkSLMetalTestbed.cpp",
+ "tests/SkSLSPIRVTestbed.cpp",
+ "tests/SkSLTest.cpp",
+ "tests/SkSLTypeTest.cpp",
+ "tests/SkSLWGSLTestbed.cpp",
+ "tests/SkSharedMutexTest.cpp",
+ "tests/SkSpanTest.cpp",
+ "tests/SkStrikeCacheTest.cpp",
+ "tests/SkStrikeTest.cpp",
+ "tests/SkStringViewTest.cpp",
+ "tests/SkTBlockListTest.cpp",
+ "tests/SkUTFTest.cpp",
+ "tests/SkVxTest.cpp",
+ "tests/SkXmpTest.cpp",
+ "tests/Skbug12214.cpp",
+ "tests/Skbug5221.cpp",
+ "tests/Skbug6389.cpp",
+ "tests/Skbug6653.cpp",
+ "tests/SlugTest.cpp",
+ "tests/SortTest.cpp",
+ "tests/SpecialImageTest.cpp",
+ "tests/SrcOverTest.cpp",
+ "tests/SrcSrcOverBatchTest.cpp",
+ "tests/StreamTest.cpp",
+ "tests/StrikeForGPUTest.cpp",
+ "tests/StringTest.cpp",
+ "tests/StrokeTest.cpp",
+ "tests/StrokerTest.cpp",
+ "tests/SubsetPath.cpp",
+ "tests/SurfaceDrawContextTest.cpp",
+ "tests/SurfaceSemaphoreTest.cpp",
+ "tests/SurfaceTest.cpp",
+ "tests/SwizzlerTest.cpp",
+ "tests/TArrayTest.cpp",
+ "tests/TDPQueueTest.cpp",
+ "tests/TLazyTest.cpp",
+ "tests/TemplatesTest.cpp",
+ "tests/Test.cpp",
+ "tests/TestHarness.cpp",
+ "tests/TestTest.cpp",
+ "tests/TestUtils.cpp",
+ "tests/TextBlobCacheTest.cpp",
+ "tests/TextBlobTest.cpp",
+ "tests/TextureBindingsResetTest.cpp",
+ "tests/TextureOpTest.cpp",
+ "tests/TextureProxyTest.cpp",
+ "tests/TextureSizeTest.cpp",
+ "tests/TextureStripAtlasManagerTest.cpp",
+ "tests/Time.cpp",
+ "tests/TopoSortTest.cpp",
+ "tests/TraceMemoryDumpTest.cpp",
+ "tests/TracingTest.cpp",
+ "tests/TransferPixelsTest.cpp",
+ "tests/TriangulatingPathRendererTests.cpp",
+ "tests/TypefaceTest.cpp",
+ "tests/UnicodeTest.cpp",
+ "tests/UtilsTest.cpp",
+ "tests/VerticesTest.cpp",
+ "tests/VkBackendSurfaceTest.cpp",
+ "tests/VkDrawableTest.cpp",
+ "tests/VkHardwareBufferTest.cpp",
+ "tests/VkPriorityExtensionTest.cpp",
+ "tests/VkProtectedContextTest.cpp",
+ "tests/VkWrapTests.cpp",
+ "tests/VkYcbcrSamplerTest.cpp",
+ "tests/WangsFormulaTest.cpp",
+ "tests/WebpTest.cpp",
+ "tests/WindowRectanglesTest.cpp",
+ "tests/WrappedSurfaceCopyOnWriteTest.cpp",
+ "tests/WritePixelsTest.cpp",
+ "tests/Writer32Test.cpp",
+ "tests/YUVCacheTest.cpp",
+ "tests/YUVTest.cpp",
+ "tests/graphite/BackendTextureTest.cpp",
+ "tests/graphite/BoundsManagerTest.cpp",
+ "tests/graphite/BufferManagerTest.cpp",
+ "tests/graphite/CacheKeyTest.cpp",
+ "tests/graphite/CombinationBuilderTest.cpp",
+ "tests/graphite/ComputeTest.cpp",
+ "tests/graphite/DeviceTest.cpp",
+ "tests/graphite/DrawPassTest.cpp",
+ "tests/graphite/GraphitePromiseImageTest.cpp",
+ "tests/graphite/GraphiteResourceCacheTest.cpp",
+ "tests/graphite/GraphiteYUVAPromiseImageTest.cpp",
+ "tests/graphite/ImageOriginTest.cpp",
+ "tests/graphite/ImageProviderTest.cpp",
+ "tests/graphite/ImageShaderTest.cpp",
+ "tests/graphite/IntersectionTreeTest.cpp",
+ "tests/graphite/KeyTest.cpp",
+ "tests/graphite/MultisampleTest.cpp",
+ "tests/graphite/MutableImagesTest.cpp",
+ "tests/graphite/PaintParamsKeyTest.cpp",
+ "tests/graphite/PipelineDataCacheTest.cpp",
+ "tests/graphite/ProxyCacheTest.cpp",
+ "tests/graphite/RTEffectTest.cpp",
+ "tests/graphite/ReadWritePixelsGraphiteTest.cpp",
+ "tests/graphite/RecorderTest.cpp",
+ "tests/graphite/RecordingOrderTest.cpp",
+ "tests/graphite/RecordingSurfacesTest.cpp",
+ "tests/graphite/RectTest.cpp",
+ "tests/graphite/ShapeTest.cpp",
+ "tests/graphite/TextureProxyTest.cpp",
+ "tests/graphite/TransformTest.cpp",
+ "tests/graphite/UniformManagerTest.cpp",
+ "tests/graphite/UniformOffsetCalculatorTest.cpp",
+ "tests/graphite/UpdateBackendTextureTest.cpp",
+ "tests/graphite/UploadBufferManagerTest.cpp",
+ "tests/graphite/VulkanBackendTextureTest.cpp",
+ "third_party/etc1/etc1.cpp",
+ "tools/AndroidSkDebugToStdOut.cpp",
+ "tools/CrashHandler.cpp",
+ "tools/DDLPromiseImageHelper.cpp",
+ "tools/DDLTileHelper.cpp",
+ "tools/DecodeUtils.cpp",
+ "tools/EncodeUtils.cpp",
+ "tools/GpuToolUtils.cpp",
+ "tools/LsanSuppressions.cpp",
+ "tools/MSKPPlayer.cpp",
+ "tools/ProcStats.cpp",
+ "tools/Resources.cpp",
+ "tools/RuntimeBlendUtils.cpp",
+ "tools/SkMetaData.cpp",
+ "tools/SkSharingProc.cpp",
+ "tools/TestFontDataProvider.cpp",
+ "tools/ToolUtils.cpp",
+ "tools/UrlDataManager.cpp",
+ "tools/debugger/DebugCanvas.cpp",
+ "tools/debugger/DebugLayerManager.cpp",
+ "tools/debugger/DrawCommand.cpp",
+ "tools/debugger/JsonWriteBuffer.cpp",
+ "tools/flags/CommandLineFlags.cpp",
+ "tools/fonts/FontToolUtils.cpp",
+ "tools/fonts/RandomScalerContext.cpp",
+ "tools/fonts/TestFontMgr.cpp",
+ "tools/fonts/TestSVGTypeface.cpp",
+ "tools/fonts/TestTypeface.cpp",
+ "tools/gpu/BackendSurfaceFactory.cpp",
+ "tools/gpu/BackendTextureImageFactory.cpp",
+ "tools/gpu/ContextType.cpp",
+ "tools/gpu/FlushFinishTracker.cpp",
+ "tools/gpu/GrContextFactory.cpp",
+ "tools/gpu/GrTest.cpp",
+ "tools/gpu/ManagedBackendTexture.cpp",
+ "tools/gpu/MemoryCache.cpp",
+ "tools/gpu/ProtectedUtils.cpp",
+ "tools/gpu/ProxyUtils.cpp",
+ "tools/gpu/TestContext.cpp",
+ "tools/gpu/TestOps.cpp",
+ "tools/gpu/YUVUtils.cpp",
+ "tools/gpu/gl/GLTestContext.cpp",
+ "tools/gpu/gl/egl/CreatePlatformGLTestContext_egl.cpp",
+ "tools/gpu/mock/MockTestContext.cpp",
+ "tools/gpu/vk/VkTestContext.cpp",
+ "tools/gpu/vk/VkTestHelper.cpp",
+ "tools/gpu/vk/VkTestUtils.cpp",
+ "tools/gpu/vk/VkYcbcrSamplerHelper.cpp",
+ "tools/graphite/ContextFactory.cpp",
+ "tools/graphite/GraphiteTestContext.cpp",
+ "tools/graphite/ProtectedUtils_Graphite.cpp",
+ "tools/graphite/vk/GraphiteVulkanTestContext.cpp",
+ "tools/skqp/src/jni_skqp.cpp",
+ "tools/skqp/src/skqp.cpp",
+ "tools/skqp/src/skqp_GpuTestProcs.cpp",
+ "tools/timer/Timer.cpp",
+ ],
+
+ header_libs: ["jni_headers"],
+
+ shared_libs: [
+ "libandroid",
+ "libEGL",
+ "libGLESv2",
+ "liblog",
+ "libvulkan",
+ "libz",
+ ],
+ static_libs: [
+ "libexpat",
+ "libjpeg_static_ndk",
+ "libpng_ndk",
+ "libwebp-decode",
+ "libwebp-encode",
+ "libwuffs_mirror_release_c",
+ ]
+}
+
+android_test {
+ name: "CtsSkQPTestCases",
+ defaults: ["cts_defaults"],
+ test_suites: [
+ "general-tests",
+ "cts",
+ ],
+
+ libs: ["android.test.runner.stubs"],
+ jni_libs: ["libskqp_jni"],
+ compile_multilib: "both",
+
+ static_libs: [
+ "android-support-design",
+ "ctstestrunner-axt",
+ ],
+ manifest: "platform_tools/android/apps/skqp/src/main/AndroidManifest.xml",
+ test_config: "platform_tools/android/apps/skqp/src/main/AndroidTest.xml",
+
+ asset_dirs: ["platform_tools/android/apps/skqp/src/main/assets", "resources"],
+ resource_dirs: ["platform_tools/android/apps/skqp/src/main/res"],
+ srcs: ["platform_tools/android/apps/skqp/src/main/java/**/*.java"],
+
+ sdk_version: "test_current",
+
+}
+