blob: 1688aeb90a271ac1250e5edb53c417b8b2b1b152 [file] [log] [blame]
load("//bazel:macros.bzl", "cc_library", "exports_files_legacy", "generated_cc_atom")
licenses(["notice"])
exports_files_legacy()
cc_library(
name = "tests",
testonly = True,
visibility = ["//:__subpackages__"],
deps = [
":Test_src",
":TestUtils_src",
":TestHarness_src",
# These are the deps of the tests
":CodecPriv_hdr",
"//src/codec:SkStreamBuffer_src",
"//src/lazy:SkDiscardableMemoryPool_src",
"//src/svg:SkSVGCanvas_src",
"//tools/fonts:TestEmptyTypeface_hdr",
"//tools/gpu/gl:GLTestContext_src",
"//tools/gpu:gpu_tool_utils",
"//tools:RuntimeBlendUtils_src",
"//tools:SkSharingProc_src",
"//tools:ToolUtils_src",
"//tools/debugger",
],
)
CORE_TESTS = [
"AAClipTest.cpp",
"AdvancedBlendTest.cpp",
"AndroidCodecTest.cpp",
"AnimatedImageTest.cpp",
"ApplyGammaTest.cpp",
"ArenaAllocTest.cpp",
"AsADashTest.cpp",
"BRDTest.cpp",
"BackendAllocationTest.cpp",
"BadIcoTest.cpp",
"BitSetTest.cpp",
"BitmapCopyTest.cpp",
"BitmapGetColorTest.cpp",
"BitmapTest.cpp",
"BlendTest.cpp",
"BlitMaskClip.cpp",
"BlurTest.cpp",
"CachedDataTest.cpp",
"CachedDecodingPixelRefTest.cpp",
"CanvasStateHelpers.cpp",
"CanvasStateHelpers.h",
"CanvasStateTest.cpp",
"CanvasTest.cpp",
"ChecksumTest.cpp",
"ClipCubicTest.cpp",
"ClipStackTest.cpp",
"ClipperTest.cpp",
"CodecAnimTest.cpp",
"CodecExactReadTest.cpp",
"CodecPartialTest.cpp",
"CodecRecommendedTypeTest.cpp",
"CodecTest.cpp",
"ColorFilterTest.cpp",
"ColorMatrixTest.cpp",
"ColorPrivTest.cpp",
"ColorSpaceTest.cpp",
"ColorTest.cpp",
"CompressedBackendAllocationTest.cpp",
"CopySurfaceTest.cpp",
"CubicMapTest.cpp",
"CullTestTest.cpp",
"CustomMeshTest.cpp",
"DashPathEffectTest.cpp",
"DataRefTest.cpp",
"DebugLayerManagerTest.cpp",
"DeferredDisplayListTest.cpp",
"DequeTest.cpp",
"DescriptorTest.cpp",
"DeviceTest.cpp",
"DiscardableMemoryPoolTest.cpp",
"DiscardableMemoryTest.cpp",
"DrawBitmapRectTest.cpp",
"DrawPathTest.cpp",
"DrawTextTest.cpp",
"EmptyPathTest.cpp",
"EncodeTest.cpp",
"EncodedInfoTest.cpp",
"ExifTest.cpp",
"ExtendedSkColorTypeTests.cpp",
"F16StagesTest.cpp",
"FakeStreams.h",
"FillPathTest.cpp",
"FindCubicConvex180ChopsTest.cpp",
"FitsInTest.cpp",
"FlattenDrawableTest.cpp",
"FlattenableFactoryToName.cpp",
"FlattenableNameToFactory.cpp",
"Float16Test.cpp",
"FloatingPointTextureTest.cpp",
"FontHostStreamTest.cpp",
"FontHostTest.cpp",
"FontMgrTest.cpp",
"FontNamesTest.cpp",
"FontTest.cpp",
"FrontBufferedStreamTest.cpp",
"GLBackendSurfaceTest.cpp",
"GeometryTest.cpp",
"GifTest.cpp",
"GlyphRunTest.cpp",
"GradientTest.cpp",
"HSVRoundTripTest.cpp",
"HashTest.cpp",
"HighContrastFilterTest.cpp",
"ICCTest.cpp",
"ImageBitmapTest.cpp",
"ImageCacheTest.cpp",
"ImageFilterCacheTest.cpp",
"ImageFilterTest.cpp",
"ImageFrom565Bitmap.cpp",
"ImageGeneratorTest.cpp",
"ImageIsOpaqueTest.cpp",
"ImageNewShaderTest.cpp",
"ImageTest.cpp",
"IncrTopoSortTest.cpp",
"IndexedPngOverflowTest.cpp",
"InfRectTest.cpp",
"InsetConvexPolyTest.cpp",
"InvalidIndexedPngTest.cpp",
"IsClosedSingleContourTest.cpp",
"JSONTest.cpp",
"LListTest.cpp",
"LRUCacheTest.cpp",
"LazyStencilAttachmentTest.cpp",
"M44Test.cpp",
"MD5Test.cpp",
"MallocPixelRefTest.cpp",
"MaskCacheTest.cpp",
"MathTest.cpp",
"MatrixClipCollapseTest.cpp",
"MatrixColorFilterTest.cpp",
"MatrixTest.cpp",
"MemoryTest.cpp",
"MemsetTest.cpp",
"MessageBusTest.cpp",
"MetaDataTest.cpp",
"MipMapTest.cpp",
"MultiPictureDocumentTest.cpp",
"NdkDecodeTest.cpp",
"NdkEncodeTest.cpp",
"NonlinearBlendingTest.cpp",
"OSPathTest.cpp",
"OffsetSimplePolyTest.cpp",
"OnceTest.cpp",
"OverAlignedTest.cpp",
"PaintTest.cpp",
"ParametricStageTest.cpp",
"ParseColorTest.cpp",
"ParsePathTest.cpp",
"PathBuilderTest.cpp",
"PathCoverageTest.cpp",
"PathMeasureTest.cpp",
"PathOpsAngleIdeas.cpp",
"PathOpsAngleTest.cpp",
"PathOpsAsWindingTest.cpp",
"PathOpsBattles.cpp",
"PathOpsBoundsTest.cpp",
"PathOpsBuildUseTest.cpp",
"PathOpsBuilderConicTest.cpp",
"PathOpsBuilderTest.cpp",
"PathOpsChalkboardTest.cpp",
"PathOpsConicIntersectionTest.cpp",
"PathOpsConicLineIntersectionTest.cpp",
"PathOpsConicQuadIntersectionTest.cpp",
"PathOpsCubicConicIntersectionTest.cpp",
"PathOpsCubicIntersectionTest.cpp",
"PathOpsCubicIntersectionTestData.cpp",
"PathOpsCubicIntersectionTestData.h",
"PathOpsCubicLineIntersectionIdeas.cpp",
"PathOpsCubicLineIntersectionTest.cpp",
"PathOpsCubicQuadIntersectionTest.cpp",
"PathOpsCubicReduceOrderTest.cpp",
"PathOpsDCubicTest.cpp",
"PathOpsDLineTest.cpp",
"PathOpsDPointTest.cpp",
"PathOpsDRectTest.cpp",
"PathOpsDVectorTest.cpp",
"PathOpsDebug.cpp",
"PathOpsDebug.h",
"PathOpsExtendedTest.cpp",
"PathOpsExtendedTest.h",
"PathOpsFuzz763Test.cpp",
"PathOpsInverseTest.cpp",
"PathOpsIssue3651.cpp",
"PathOpsLineIntersectionTest.cpp",
"PathOpsLineParametetersTest.cpp",
"PathOpsOpCircleThreadedTest.cpp",
"PathOpsOpCubicThreadedTest.cpp",
"PathOpsOpLoopThreadedTest.cpp",
"PathOpsOpRectThreadedTest.cpp",
"PathOpsOpTest.cpp",
"PathOpsQuadIntersectionTest.cpp",
"PathOpsQuadIntersectionTestData.cpp",
"PathOpsQuadIntersectionTestData.h",
"PathOpsQuadLineIntersectionTest.cpp",
"PathOpsQuadLineIntersectionThreadedTest.cpp",
"PathOpsQuadReduceOrderTest.cpp",
"PathOpsSimplifyDegenerateThreadedTest.cpp",
"PathOpsSimplifyFailTest.cpp",
"PathOpsSimplifyQuadThreadedTest.cpp",
"PathOpsSimplifyQuadralateralsThreadedTest.cpp",
"PathOpsSimplifyRectThreadedTest.cpp",
"PathOpsSimplifyTest.cpp",
"PathOpsSimplifyTrianglesThreadedTest.cpp",
"PathOpsSkpTest.cpp",
"PathOpsTSectDebug.h",
"PathOpsTestCommon.cpp",
"PathOpsTestCommon.h",
"PathOpsThreadedCommon.cpp",
"PathOpsThreadedCommon.h",
"PathOpsThreeWayTest.cpp",
"PathOpsTigerTest.cpp",
"PathOpsTightBoundsTest.cpp",
"PathOpsTypesTest.cpp",
"PathTest.cpp",
"PictureBBHTest.cpp",
"PictureShaderTest.cpp",
"PictureTest.cpp",
"PinnedImageTest.cpp",
"PixelRefTest.cpp",
"Point3Test.cpp",
"PointTest.cpp",
"PolyUtilsTest.cpp",
"PreChopPathCurvesTest.cpp",
"PremulAlphaRoundTripTest.cpp",
"PromiseImageTest.cpp",
"ProxyConversionTest.cpp",
"ProxyRefTest.cpp",
"ProxyTest.cpp",
"QuickRejectTest.cpp",
"RRectInPathTest.cpp",
"RTreeTest.cpp",
"RandomTest.cpp",
"ReadPixelsTest.cpp",
"RecordDrawTest.cpp",
"RecordOptsTest.cpp",
"RecordPatternTest.cpp",
"RecordTest.cpp",
"RecordTestUtils.h",
"RecorderTest.cpp",
"RecordingXfermodeTest.cpp",
"RectTest.cpp",
"RefCntTest.cpp",
"RegionTest.cpp",
"RepeatedClippedBlurTest.cpp",
"ResourceAllocatorTest.cpp",
"ResourceCacheTest.cpp",
"RoundRectTest.cpp",
"RuntimeBlendTest.cpp",
"SRGBReadWritePixelsTest.cpp",
"SRGBTest.cpp",
"SVGDeviceTest.cpp",
"SafeMathTest.cpp",
"SamplingTest.cpp",
"ScalarTest.cpp",
"ScaleToSidesTest.cpp",
"SerialProcsTest.cpp",
"SerializationTest.cpp",
"ShaderImageFilterTest.cpp",
"ShaderOpacityTest.cpp",
"ShaderTest.cpp",
"ShadowTest.cpp",
"ShaperTest.cpp",
"SizeTest.cpp",
"SkBase64Test.cpp",
"SkBlockAllocatorTest.cpp",
"SkColor4fTest.cpp",
"SkColorSpaceXformStepsTest.cpp",
"SkDOMTest.cpp",
"SkDSLRuntimeEffectTest.cpp",
"SkGaussFilterTest.cpp",
"SkGlyphBufferTest.cpp",
"SkGlyphTest.cpp",
"SkImageTest.cpp",
"SkNxTest.cpp",
"SkPathRangeIterTest.cpp",
"SkRasterPipelineTest.cpp",
"SkRemoteGlyphCacheTest.cpp",
"SkResourceCacheTest.cpp",
"SkRuntimeEffectTest.cpp",
"SkScalerCacheTest.cpp",
"SkShaperJSONWriterTest.cpp",
"SkSharedMutexTest.cpp",
"SkStrikeCacheTest.cpp",
"SkStringViewTest.cpp",
"SkTBlockListTest.cpp",
"SkUTFTest.cpp",
"SkVMDebugTracePlayerTest.cpp",
"SkVMDebugTraceTest.cpp",
"SkVMTest.cpp",
"SkVxTest.cpp",
"Skbug12214.cpp",
"Skbug5221.cpp",
"Skbug6389.cpp",
"Skbug6653.cpp",
"SortTest.cpp",
"SpecialImageTest.cpp",
"SpecialSurfaceTest.cpp",
"SrcOverTest.cpp",
"SrcSrcOverBatchTest.cpp",
"StreamBufferTest.cpp",
"StreamTest.cpp",
"StringTest.cpp",
"StrokeTest.cpp",
"StrokerTest.cpp",
"SubsetPath.cpp",
"SubsetPath.h",
"SurfaceSemaphoreTest.cpp",
"SurfaceTest.cpp",
"SwizzlerTest.cpp",
"TArrayTest.cpp",
"TDPQueueTest.cpp",
"TLazyTest.cpp",
"TemplatesTest.cpp",
"TestTest.cpp",
"TextBlobCacheTest.cpp",
"TextBlobTest.cpp",
"TextureProxyTest.cpp",
"TextureStripAtlasManagerTest.cpp",
"Time.cpp",
"TopoSortTest.cpp",
"TraceMemoryDumpTest.cpp",
"TracingTest.cpp",
"TransferPixelsTest.cpp",
"TriangulatingPathRendererTests.cpp",
"TypefaceTest.cpp",
"UnicodeTest.cpp",
"UtilsTest.cpp",
"VerticesTest.cpp",
"WangsFormulaTest.cpp",
"WebpTest.cpp",
"WindowRectanglesTest.cpp",
"WrappedSurfaceCopyOnWriteTest.cpp",
"WritePixelsTest.cpp",
"Writer32Test.cpp",
"YUVCacheTest.cpp",
"YUVTest.cpp",
]
GPU_TESTS = [
"GpuDrawPathTest.cpp",
"GpuRectanizerTest.cpp",
"GrAHardwareBufferTest.cpp",
"GrContextAbandonTest.cpp",
"GrContextFactoryTest.cpp",
"GrContextOOM.cpp",
"GrDDLImageTest.cpp",
"GrFinishedFlushTest.cpp",
"GrMemoryPoolTest.cpp",
"GrOpListFlushTest.cpp",
"GrPorterDuffTest.cpp",
"GrQuadBufferTest.cpp",
"GrQuadCropTest.cpp",
"GrRenderTaskClusterTest.cpp",
"GrSlugTest.cpp",
"GrStyledShapeTest.cpp",
"GrSubmittedFlushTest.cpp",
"GrSurfaceResolveTest.cpp",
"GrSurfaceTest.cpp",
"GrTextBlobTest.cpp",
"GrTextureMipMapInvalidationTest.cpp",
"GrVxTest.cpp",
"ReadWritePixelsGpuTest.cpp",
"SkSLDSLErrorLineNumbers.cpp",
"SkSLDSLOnlyTest.cpp",
"SkSLDSLTest.cpp",
"SkSLES2ConformanceTest.cpp",
"SkSLGLSLTestbed.cpp",
"SkSLInterpreterTest.cpp",
"SkSLMemoryLayoutTest.cpp",
"SkSLMetalTestbed.cpp",
"SkSLSPIRVTestbed.cpp",
"SkSLTest.cpp",
"SkSLTypeTest.cpp",
]
V1_GPU_TESTS = [
"BulkRectTest.cpp",
"ClearTest.cpp",
"DMSAATest.cpp",
"DefaultPathRendererTest.cpp",
"DrawOpAtlasTest.cpp",
"GrClipStackTest.cpp",
"GrMeshTest.cpp",
"GrMipMappedTest.cpp",
"GrPipelineDynamicStateTest.cpp",
"GrThreadSafeCacheTest.cpp",
"LazyProxyTest.cpp",
"OpChainTest.cpp",
"PathRendererCacheTests.cpp",
"PrimitiveProcessorTest.cpp",
"ProcessorTest.cpp",
"ProgramsTest.cpp",
"SkSLCross.cpp",
"SurfaceDrawContextTest.cpp",
"TextureOpTest.cpp",
]
GL_TESTS = [
"EGLImageTest.cpp",
"GrGLExtensionsTest.cpp",
"RectangleTextureTest.cpp",
"TextureBindingsResetTest.cpp",
]
PDF_TESTS = [
"AnnotationTest.cpp",
"PDFDeflateWStreamTest.cpp",
"PDFDocumentTest.cpp",
"PDFGlyphsToUnicodeTest.cpp",
"PDFJpegEmbedTest.cpp",
"PDFMetadataAttributeTest.cpp",
"PDFOpaqueSrcModeToSrcOverTest.cpp",
"PDFPrimitivesTest.cpp",
"PDFTaggedLinkTest.cpp",
"PDFTaggedPruningTest.cpp",
"PDFTaggedTableTest.cpp",
"PDFTaggedTest.cpp",
]
VK_TESTS = [
"BackendSurfaceMutableStateTest.cpp",
"VkBackendSurfaceTest.cpp",
"VkDrawableTest.cpp",
"VkHardwareBufferTest.cpp",
"VkPriorityExtensionTest.cpp",
"VkProtectedContextTest.cpp",
"VkWrapTests.cpp",
"VkYcbcrSamplerTest.cpp",
]
MAC_TESTS = [
"TypefaceMacTest.cpp",
]
FONTCONFIG_TESTS = [
"FontMgrFontConfigTest.cpp",
]
ANDROID_TESTS = [
"FontMgrAndroidParserTest.cpp",
]
C_API_TESTS = [
"CTest.cpp",
]
# In order for the registry to work, all the tests must be compiled as one large blob.
filegroup(
name = "test_list",
testonly = True,
srcs = CORE_TESTS + GPU_TESTS + V1_GPU_TESTS + GL_TESTS, # TODO(kjlubick) make this selectable
visibility = ["//:__subpackages__"],
)
generated_cc_atom(
name = "AAClipTest_src",
srcs = ["AAClipTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkColor_hdr",
"//include/core:SkImageInfo_hdr",
"//include/core:SkMatrix_hdr",
"//include/core:SkPath_hdr",
"//include/core:SkRRect_hdr",
"//include/core:SkRect_hdr",
"//include/core:SkRegion_hdr",
"//include/core:SkScalar_hdr",
"//include/core:SkTypes_hdr",
"//include/private:SkMalloc_hdr",
"//include/utils:SkRandom_hdr",
"//src/core:SkAAClip_hdr",
"//src/core:SkMask_hdr",
"//src/core:SkRasterClip_hdr",
],
)
generated_cc_atom(
name = "AdvancedBlendTest_src",
srcs = ["AdvancedBlendTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkBlendMode_hdr",
"//include/gpu:GrDirectContext_hdr",
"//include/private:SkColorData_hdr",
"//include/private/gpu/ganesh:GrTypesPriv_hdr",
"//src/gpu:Blend_hdr",
"//src/gpu/ganesh:GrCaps_hdr",
"//src/gpu/ganesh:GrDirectContextPriv_hdr",
"//src/gpu/ganesh:GrPaint_hdr",
"//src/gpu/ganesh:GrProcessorAnalysis_hdr",
"//src/gpu/ganesh:GrProcessorSet_hdr",
"//src/gpu/ganesh:GrUserStencilSettings_hdr",
"//src/gpu/ganesh:GrXferProcessor_hdr",
"//src/gpu/ganesh/effects:GrCustomXfermode_hdr",
"//tools/gpu:GrContextFactory_hdr",
],
)
generated_cc_atom(
name = "AndroidCodecTest_src",
srcs = ["AndroidCodecTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/codec:SkAndroidCodec_hdr",
"//include/codec:SkCodec_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkColorSpace_hdr",
"//include/core:SkColor_hdr",
"//include/core:SkData_hdr",
"//include/core:SkEncodedImageFormat_hdr",
"//include/core:SkImageGenerator_hdr",
"//include/core:SkImageInfo_hdr",
"//include/core:SkRefCnt_hdr",
"//include/core:SkSize_hdr",
"//include/core:SkString_hdr",
"//include/core:SkTypes_hdr",
"//include/third_party/skcms:skcms_hdr",
"//src/codec:SkCodecImageGenerator_hdr",
"//src/core:SkPixmapPriv_hdr",
"//tools:Resources_hdr",
],
)
generated_cc_atom(
name = "AnimatedImageTest_src",
srcs = ["AnimatedImageTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":CodecPriv_hdr",
":Test_hdr",
"//include/android:SkAnimatedImage_hdr",
"//include/codec:SkAndroidCodec_hdr",
"//include/codec:SkCodec_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkColor_hdr",
"//include/core:SkData_hdr",
"//include/core:SkImageInfo_hdr",
"//include/core:SkPicture_hdr",
"//include/core:SkRefCnt_hdr",
"//include/core:SkSize_hdr",
"//include/core:SkString_hdr",
"//include/core:SkTypes_hdr",
"//include/core:SkUnPreMultiply_hdr",
"//tools:Resources_hdr",
"//tools:ToolUtils_hdr",
],
)
generated_cc_atom(
name = "AnnotationTest_src",
srcs = ["AnnotationTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkAnnotation_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkColor_hdr",
"//include/core:SkData_hdr",
"//include/core:SkDocument_hdr",
"//include/core:SkPoint_hdr",
"//include/core:SkRect_hdr",
"//include/core:SkRefCnt_hdr",
"//include/core:SkScalar_hdr",
"//include/core:SkStream_hdr",
"//include/core:SkTypes_hdr",
"//include/docs:SkPDFDocument_hdr",
"//include/svg:SkSVGCanvas_hdr",
],
)
generated_cc_atom(
name = "ApplyGammaTest_src",
srcs = ["ApplyGammaTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkBlendMode_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkColorFilter_hdr",
"//include/core:SkColorPriv_hdr",
"//include/core:SkColor_hdr",
"//include/core:SkImageInfo_hdr",
"//include/core:SkPaint_hdr",
"//include/core:SkRefCnt_hdr",
"//include/core:SkScalar_hdr",
"//include/core:SkSurface_hdr",
"//include/core:SkTypes_hdr",
"//include/gpu:GrDirectContext_hdr",
"//include/private:SkTemplates_hdr",
"//include/private/gpu/ganesh:GrTypesPriv_hdr",
"//src/core:SkOpts_hdr",
"//src/gpu/ganesh:GrCaps_hdr",
"//src/gpu/ganesh:GrDirectContextPriv_hdr",
"//src/gpu/ganesh:GrShaderCaps_hdr",
"//tools/gpu:GrContextFactory_hdr",
],
)
generated_cc_atom(
name = "ArenaAllocTest_src",
srcs = ["ArenaAllocTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkRefCnt_hdr",
"//include/core:SkTypes_hdr",
"//src/core:SkArenaAlloc_hdr",
],
)
generated_cc_atom(
name = "AsADashTest_src",
srcs = ["AsADashTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkPathEffect_hdr",
"//include/core:SkRefCnt_hdr",
"//include/core:SkScalar_hdr",
"//include/effects:SkCornerPathEffect_hdr",
"//include/effects:SkDashPathEffect_hdr",
"//include/private:SkTemplates_hdr",
],
)
generated_cc_atom(
name = "BRDTest_src",
srcs = ["BRDTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//client_utils/android:BitmapRegionDecoder_hdr",
"//include/codec:SkAndroidCodec_hdr",
"//include/codec:SkCodec_hdr",
"//include/core:SkTypes_hdr",
"//tools:Resources_hdr",
],
)
generated_cc_atom(
name = "BackendAllocationTest_src",
srcs = ["BackendAllocationTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":TestUtils_hdr",
":Test_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkSurfaceCharacterization_hdr",
"//include/core:SkSurface_hdr",
"//include/gpu:GrDirectContext_hdr",
"//include/gpu/mtl:GrMtlTypes_hdr",
"//src/core:SkAutoPixmapStorage_hdr",
"//src/gpu/ganesh:GrDirectContextPriv_hdr",
"//src/gpu/ganesh:GrProxyProvider_hdr",
"//src/gpu/ganesh:SurfaceFillContext_hdr",
"//src/gpu/ganesh/effects:GrBlendFragmentProcessor_hdr",
"//src/gpu/ganesh/effects:GrTextureEffect_hdr",
"//src/gpu/ganesh/gl:GrGLCaps_hdr",
"//src/gpu/ganesh/gl:GrGLDefines_impl_hdr",
"//src/gpu/ganesh/gl:GrGLGpu_hdr",
"//src/gpu/ganesh/gl:GrGLUtil_hdr",
"//src/gpu/ganesh/mtl:GrMtlCppUtil_hdr",
"//src/gpu/ganesh/vk:GrVkCaps_hdr",
"//src/image:SkImage_Base_hdr",
"//tools:ToolUtils_hdr",
"//tools/gpu:ManagedBackendTexture_hdr",
"//tools/gpu:ProxyUtils_hdr",
],
)
generated_cc_atom(
name = "BackendSurfaceMutableStateTest_src",
srcs = ["BackendSurfaceMutableStateTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkColorSpace_hdr",
"//include/core:SkImage_hdr",
"//include/gpu:GrBackendSurface_hdr",
"//include/gpu:GrDirectContext_hdr",
"//include/gpu/vk:GrVkTypes_hdr",
"//src/gpu/ganesh:GrDirectContextPriv_hdr",
"//src/gpu/ganesh:GrTextureProxy_hdr",
"//src/gpu/ganesh:GrTexture_hdr",
"//src/gpu/ganesh/vk:GrVkGpu_hdr",
"//src/gpu/ganesh/vk:GrVkTexture_hdr",
"//src/image:SkImage_Base_hdr",
"//tools/gpu:ProxyUtils_hdr",
],
)
generated_cc_atom(
name = "BadIcoTest_src",
srcs = ["BadIcoTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/codec:SkCodec_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkStream_hdr",
"//include/core:SkString_hdr",
"//include/core:SkTypes_hdr",
"//src/utils:SkOSPath_hdr",
"//tools:Resources_hdr",
],
)
generated_cc_atom(
name = "BitSetTest_src",
srcs = ["BitSetTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//src/utils:SkBitSet_hdr",
],
)
generated_cc_atom(
name = "BitmapCopyTest_src",
srcs = ["BitmapCopyTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkColorPriv_hdr",
"//include/core:SkColorSpace_hdr",
"//include/core:SkColor_hdr",
"//include/core:SkImageInfo_hdr",
"//include/core:SkPoint_hdr",
"//include/core:SkRect_hdr",
"//include/core:SkRefCnt_hdr",
"//include/core:SkSize_hdr",
"//include/core:SkTypes_hdr",
"//src/core:SkOpts_hdr",
"//src/core:SkUtils_hdr",
"//tools:ToolUtils_hdr",
],
)
generated_cc_atom(
name = "BitmapGetColorTest_src",
srcs = ["BitmapGetColorTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkColor_hdr",
"//include/core:SkImageInfo_hdr",
"//include/core:SkRect_hdr",
"//include/core:SkTypes_hdr",
],
)
generated_cc_atom(
name = "BitmapTest_src",
srcs = ["BitmapTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkColorSpace_hdr",
"//include/core:SkColor_hdr",
"//include/core:SkImageInfo_hdr",
"//include/core:SkMallocPixelRef_hdr",
"//include/core:SkPixelRef_hdr",
"//include/core:SkPixmap_hdr",
"//include/core:SkRefCnt_hdr",
"//include/core:SkScalar_hdr",
"//include/core:SkTypes_hdr",
"//include/private:SkFloatingPoint_hdr",
"//include/utils:SkRandom_hdr",
"//tools:ToolUtils_hdr",
],
)
generated_cc_atom(
name = "BlendTest_src",
srcs = ["BlendTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkBlendMode_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkColor_hdr",
"//include/core:SkImageInfo_hdr",
"//include/core:SkPaint_hdr",
"//include/core:SkPoint_hdr",
"//include/core:SkRect_hdr",
"//include/core:SkRefCnt_hdr",
"//include/core:SkSurface_hdr",
"//include/core:SkTypes_hdr",
"//include/gpu:GrDirectContext_hdr",
"//include/gpu:GrTypes_hdr",
"//tools/gpu:BackendSurfaceFactory_hdr",
],
)
generated_cc_atom(
name = "BlitMaskClip_src",
srcs = ["BlitMaskClip.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkColor_hdr",
"//include/core:SkRect_hdr",
"//include/core:SkTypes_hdr",
"//src/core:SkBlitter_hdr",
"//src/core:SkMask_hdr",
],
)
generated_cc_atom(
name = "BlurTest_src",
srcs = ["BlurTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkBlendMode_hdr",
"//include/core:SkBlurTypes_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkColorPriv_hdr",
"//include/core:SkColor_hdr",
"//include/core:SkImageInfo_hdr",
"//include/core:SkMaskFilter_hdr",
"//include/core:SkMath_hdr",
"//include/core:SkPaint_hdr",
"//include/core:SkPath_hdr",
"//include/core:SkPixmap_hdr",
"//include/core:SkPoint_hdr",
"//include/core:SkRRect_hdr",
"//include/core:SkRect_hdr",
"//include/core:SkRefCnt_hdr",
"//include/core:SkScalar_hdr",
"//include/core:SkShader_hdr",
"//include/core:SkSize_hdr",
"//include/core:SkSurface_hdr",
"//include/core:SkTypes_hdr",
"//include/effects:SkPerlinNoiseShader_hdr",
"//include/gpu:GrDirectContext_hdr",
"//include/private:SkFloatBits_hdr",
"//include/private:SkTPin_hdr",
"//src/core:SkBlurMask_hdr",
"//src/core:SkGpuBlurUtils_hdr",
"//src/core:SkMaskFilterBase_hdr",
"//src/core:SkMask_hdr",
"//src/core:SkMathPriv_hdr",
"//src/effects:SkEmbossMaskFilter_hdr",
"//tools:ToolUtils_hdr",
"//tools/gpu:GrContextFactory_hdr",
],
)
generated_cc_atom(
name = "BulkRectTest_src",
srcs = ["BulkRectTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkColorSpace_hdr",
"//include/gpu:GrDirectContext_hdr",
"//src/core:SkBlendModePriv_hdr",
"//src/gpu/ganesh:GrDirectContextPriv_hdr",
"//src/gpu/ganesh:GrOpsTypes_hdr",
"//src/gpu/ganesh:GrProxyProvider_hdr",
"//src/gpu/ganesh:GrResourceProvider_hdr",
"//src/gpu/ganesh/ops:FillRectOp_hdr",
"//src/gpu/ganesh/ops:TextureOp_hdr",
"//src/gpu/ganesh/v1:SurfaceDrawContext_v1_hdr",
],
)
generated_cc_atom(
name = "CTest_src",
srcs = ["CTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/c:sk_canvas_hdr",
"//include/c:sk_imageinfo_hdr",
"//include/c:sk_paint_hdr",
"//include/c:sk_shader_hdr",
"//include/c:sk_surface_hdr",
"//include/c:sk_types_hdr",
],
)
generated_cc_atom(
name = "CachedDataTest_src",
srcs = ["CachedDataTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkRefCnt_hdr",
"//include/core:SkTypes_hdr",
"//include/private:SkMalloc_hdr",
"//src/core:SkCachedData_hdr",
"//src/lazy:SkDiscardableMemoryPool_hdr",
],
)
generated_cc_atom(
name = "CachedDecodingPixelRefTest_src",
srcs = ["CachedDecodingPixelRefTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkColor_hdr",
"//include/core:SkImageGenerator_hdr",
"//include/core:SkImageInfo_hdr",
"//include/core:SkImage_hdr",
"//include/core:SkRefCnt_hdr",
"//include/core:SkTypes_hdr",
"//include/private:SkColorData_hdr",
"//src/core:SkOpts_hdr",
"//tools:ToolUtils_hdr",
],
)
generated_cc_atom(
name = "CanvasStateHelpers_hdr",
hdrs = ["CanvasStateHelpers.h"],
visibility = ["//:__subpackages__"],
deps = ["//include/core:SkTypes_hdr"],
)
generated_cc_atom(
name = "CanvasStateHelpers_src",
srcs = ["CanvasStateHelpers.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":CanvasStateHelpers_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkClipOp_hdr",
"//include/core:SkColor_hdr",
"//include/core:SkPaint_hdr",
"//include/core:SkRect_hdr",
"//include/core:SkRegion_hdr",
"//include/core:SkScalar_hdr",
"//include/core:SkTypes_hdr",
"//include/utils:SkCanvasStateUtils_hdr",
],
)
generated_cc_atom(
name = "CanvasStateTest_src",
srcs = ["CanvasStateTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":CanvasStateHelpers_hdr",
":Test_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkColor_hdr",
"//include/core:SkImageInfo_hdr",
"//include/core:SkPaint_hdr",
"//include/core:SkRRect_hdr",
"//include/core:SkRect_hdr",
"//include/core:SkRegion_hdr",
"//include/core:SkScalar_hdr",
"//include/core:SkStream_hdr",
"//include/core:SkSurface_hdr",
"//include/core:SkTypes_hdr",
"//include/private:SkTDArray_hdr",
"//include/utils:SkCanvasStateUtils_hdr",
"//src/core:SkCanvasPriv_hdr",
"//src/core:SkTLazy_hdr",
"//src/ports:SkOSLibrary_hdr",
"//tools/flags:CommandLineFlags_hdr",
],
)
generated_cc_atom(
name = "CanvasTest_src",
srcs = ["CanvasTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkBlendMode_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkClipOp_hdr",
"//include/core:SkColorSpace_hdr",
"//include/core:SkColor_hdr",
"//include/core:SkDocument_hdr",
"//include/core:SkFlattenable_hdr",
"//include/core:SkImageFilter_hdr",
"//include/core:SkImageInfo_hdr",
"//include/core:SkMatrix_hdr",
"//include/core:SkPaint_hdr",
"//include/core:SkPath_hdr",
"//include/core:SkPictureRecorder_hdr",
"//include/core:SkPixmap_hdr",
"//include/core:SkPoint_hdr",
"//include/core:SkRect_hdr",
"//include/core:SkRefCnt_hdr",
"//include/core:SkRegion_hdr",
"//include/core:SkScalar_hdr",
"//include/core:SkShader_hdr",
"//include/core:SkSize_hdr",
"//include/core:SkStream_hdr",
"//include/core:SkString_hdr",
"//include/core:SkSurface_hdr",
"//include/core:SkTypes_hdr",
"//include/core:SkVertices_hdr",
"//include/docs:SkPDFDocument_hdr",
"//include/effects:SkImageFilters_hdr",
"//include/private:SkColorData_hdr",
"//include/private:SkMalloc_hdr",
"//include/private:SkTemplates_hdr",
"//include/utils:SkNWayCanvas_hdr",
"//include/utils:SkPaintFilterCanvas_hdr",
"//src/core:SkBigPicture_hdr",
"//src/core:SkImageFilter_Base_hdr",
"//src/core:SkRecord_hdr",
"//src/core:SkSpecialImage_hdr",
"//src/utils:SkCanvasStack_hdr",
],
)
generated_cc_atom(
name = "ChecksumTest_src",
srcs = ["ChecksumTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkTypes_hdr",
"//include/private:SkChecksum_hdr",
"//include/utils:SkRandom_hdr",
"//src/core:SkOpts_hdr",
],
)
generated_cc_atom(
name = "ClearTest_src",
srcs = ["ClearTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkColorSpace_hdr",
"//include/core:SkColor_hdr",
"//include/core:SkImageInfo_hdr",
"//include/core:SkPaint_hdr",
"//include/core:SkRect_hdr",
"//include/core:SkRefCnt_hdr",
"//include/core:SkSurface_hdr",
"//include/core:SkTypes_hdr",
"//include/gpu:GrContextOptions_hdr",
"//include/gpu:GrDirectContext_hdr",
"//include/private:SkColorData_hdr",
"//include/private/gpu/ganesh:GrTypesPriv_hdr",
"//src/core:SkAutoPixmapStorage_hdr",
"//src/gpu/ganesh:GrColor_hdr",
"//src/gpu/ganesh:GrDirectContextPriv_hdr",
"//src/gpu/ganesh:GrImageInfo_hdr",
"//src/gpu/ganesh/ops:ClearOp_hdr",
"//src/gpu/ganesh/v1:SurfaceDrawContext_v1_hdr",
"//tools/gpu:GrContextFactory_hdr",
],
)
generated_cc_atom(
name = "ClipCubicTest_src",
srcs = ["ClipCubicTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkColor_hdr",
"//include/core:SkPaint_hdr",
"//include/core:SkPath_hdr",
"//include/core:SkPoint_hdr",
"//include/core:SkRect_hdr",
"//include/core:SkRefCnt_hdr",
"//include/core:SkScalar_hdr",
"//include/core:SkSurface_hdr",
"//include/core:SkTypes_hdr",
"//include/private:SkFloatBits_hdr",
"//src/core:SkCubicClipper_hdr",
],
)
generated_cc_atom(
name = "ClipStackTest_src",
srcs = ["ClipStackTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkClipOp_hdr",
"//include/core:SkImageInfo_hdr",
"//include/core:SkMatrix_hdr",
"//include/core:SkPath_hdr",
"//include/core:SkPoint_hdr",
"//include/core:SkRRect_hdr",
"//include/core:SkRect_hdr",
"//include/core:SkRefCnt_hdr",
"//include/core:SkRegion_hdr",
"//include/core:SkScalar_hdr",
"//include/core:SkSize_hdr",
"//include/core:SkString_hdr",
"//include/core:SkSurface_hdr",
"//include/core:SkTypes_hdr",
"//include/effects:SkGradientShader_hdr",
"//include/private:SkTemplates_hdr",
"//include/utils:SkRandom_hdr",
"//src/core:SkClipStack_hdr",
],
)
generated_cc_atom(
name = "ClipperTest_src",
srcs = ["ClipperTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkColor_hdr",
"//include/core:SkPaint_hdr",
"//include/core:SkPoint_hdr",
"//include/core:SkRect_hdr",
"//include/core:SkScalar_hdr",
"//include/core:SkTypes_hdr",
"//src/core:SkEdgeClipper_hdr",
"//src/core:SkLineClipper_hdr",
],
)
generated_cc_atom(
name = "CodecAnimTest_src",
srcs = ["CodecAnimTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":CodecPriv_hdr",
":Test_hdr",
"//include/codec:SkAndroidCodec_hdr",
"//include/codec:SkCodecAnimation_hdr",
"//include/codec:SkCodec_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkData_hdr",
"//include/core:SkImageInfo_hdr",
"//include/core:SkImage_hdr",
"//include/core:SkRect_hdr",
"//include/core:SkRefCnt_hdr",
"//include/core:SkSize_hdr",
"//include/core:SkString_hdr",
"//include/core:SkTypes_hdr",
"//include/utils:SkAnimCodecPlayer_hdr",
"//tools:Resources_hdr",
"//tools:ToolUtils_hdr",
],
)
generated_cc_atom(
name = "CodecExactReadTest_src",
srcs = ["CodecExactReadTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/codec:SkCodec_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkData_hdr",
"//include/core:SkImageInfo_hdr",
"//include/core:SkRefCnt_hdr",
"//include/core:SkStream_hdr",
"//include/private:SkTemplates_hdr",
"//tools:Resources_hdr",
],
)
generated_cc_atom(
name = "CodecPartialTest_src",
srcs = ["CodecPartialTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":CodecPriv_hdr",
":FakeStreams_hdr",
":Test_hdr",
"//include/codec:SkCodec_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkData_hdr",
"//include/core:SkImageInfo_hdr",
"//include/core:SkRefCnt_hdr",
"//include/core:SkStream_hdr",
"//include/core:SkString_hdr",
"//include/core:SkTypes_hdr",
"//tools:Resources_hdr",
],
)
generated_cc_atom(
name = "CodecPriv_hdr",
hdrs = ["CodecPriv.h"],
visibility = ["//:__subpackages__"],
deps = [
"//include/codec:SkCodec_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkData_hdr",
"//include/core:SkEncodedImageFormat_hdr",
"//include/core:SkImageEncoder_hdr",
"//include/core:SkStream_hdr",
"//src/utils:SkOSPath_hdr",
"//tools/flags:CommandLineFlags_hdr",
],
)
generated_cc_atom(
name = "CodecRecommendedTypeTest_src",
srcs = ["CodecRecommendedTypeTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/codec:SkAndroidCodec_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkColorSpace_hdr",
"//include/core:SkColor_hdr",
"//include/core:SkData_hdr",
"//include/core:SkEncodedImageFormat_hdr",
"//include/core:SkImageEncoder_hdr",
"//include/core:SkImageInfo_hdr",
"//include/core:SkStream_hdr",
],
)
generated_cc_atom(
name = "CodecTest_src",
srcs = ["CodecTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":FakeStreams_hdr",
":Test_hdr",
"//client_utils/android:FrontBufferedStream_hdr",
"//include/codec:SkAndroidCodec_hdr",
"//include/codec:SkCodec_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkColorSpace_hdr",
"//include/core:SkColor_hdr",
"//include/core:SkData_hdr",
"//include/core:SkEncodedImageFormat_hdr",
"//include/core:SkImageEncoder_hdr",
"//include/core:SkImageGenerator_hdr",
"//include/core:SkImageInfo_hdr",
"//include/core:SkImage_hdr",
"//include/core:SkPixmap_hdr",
"//include/core:SkPngChunkReader_hdr",
"//include/core:SkRect_hdr",
"//include/core:SkRefCnt_hdr",
"//include/core:SkSize_hdr",
"//include/core:SkStream_hdr",
"//include/core:SkString_hdr",
"//include/core:SkTypes_hdr",
"//include/core:SkUnPreMultiply_hdr",
"//include/encode:SkJpegEncoder_hdr",
"//include/encode:SkPngEncoder_hdr",
"//include/encode:SkWebpEncoder_hdr",
"//include/private:SkMalloc_hdr",
"//include/private:SkTemplates_hdr",
"//include/third_party/skcms:skcms_hdr",
"//include/utils:SkRandom_hdr",
"//src/codec:SkCodecImageGenerator_hdr",
"//src/core:SkAutoMalloc_hdr",
"//src/core:SkColorSpacePriv_hdr",
"//src/core:SkMD5_hdr",
"//src/core:SkStreamPriv_hdr",
"//third_party:libpng",
"//tools:Resources_hdr",
"//tools:ToolUtils_hdr",
],
)
generated_cc_atom(
name = "ColorFilterTest_src",
srcs = ["ColorFilterTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkBlendMode_hdr",
"//include/core:SkColorFilter_hdr",
"//include/core:SkColorSpace_hdr",
"//include/core:SkColor_hdr",
"//include/core:SkRefCnt_hdr",
"//include/core:SkTypes_hdr",
"//include/effects:SkColorMatrix_hdr",
"//include/utils:SkRandom_hdr",
"//src/core:SkAutoMalloc_hdr",
"//src/core:SkColorFilterPriv_hdr",
"//src/core:SkReadBuffer_hdr",
"//src/core:SkWriteBuffer_hdr",
],
)
generated_cc_atom(
name = "ColorMatrixTest_src",
srcs = ["ColorMatrixTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkColorFilter_hdr",
"//include/core:SkColor_hdr",
"//include/core:SkPaint_hdr",
"//include/core:SkRefCnt_hdr",
],
)
generated_cc_atom(
name = "ColorPrivTest_src",
srcs = ["ColorPrivTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkColorPriv_hdr",
"//include/core:SkColor_hdr",
"//include/core:SkTypes_hdr",
"//include/private:SkColorData_hdr",
],
)
generated_cc_atom(
name = "ColorSpaceTest_src",
srcs = ["ColorSpaceTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/codec:SkCodec_hdr",
"//include/core:SkColorSpace_hdr",
"//include/core:SkData_hdr",
"//include/core:SkImageInfo_hdr",
"//include/core:SkRefCnt_hdr",
"//include/core:SkStream_hdr",
"//include/core:SkTypes_hdr",
"//include/third_party/skcms:skcms_hdr",
"//src/core:SkColorSpacePriv_hdr",
"//third_party:libpng",
"//tools:Resources_hdr",
],
)
generated_cc_atom(
name = "ColorTest_src",
srcs = ["ColorTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkColor_hdr",
"//include/core:SkTypes_hdr",
"//include/core:SkUnPreMultiply_hdr",
"//include/private:SkColorData_hdr",
"//include/utils:SkRandom_hdr",
"//src/core:SkMathPriv_hdr",
],
)
generated_cc_atom(
name = "CompressedBackendAllocationTest_src",
srcs = ["CompressedBackendAllocationTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":TestUtils_hdr",
":Test_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkColorSpace_hdr",
"//include/gpu:GrDirectContext_hdr",
"//include/gpu:GrRecordingContext_hdr",
"//src/core:SkAutoPixmapStorage_hdr",
"//src/core:SkCompressedDataUtils_hdr",
"//src/core:SkMipmap_hdr",
"//src/core:SkPaintPriv_hdr",
"//src/gpu/ganesh:GrBackendUtils_hdr",
"//src/gpu/ganesh:GrDirectContextPriv_hdr",
"//src/image:SkImage_Base_hdr",
"//tools:ToolUtils_hdr",
],
)
generated_cc_atom(
name = "CopySurfaceTest_src",
srcs = ["CopySurfaceTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkImageInfo_hdr",
"//include/core:SkPoint_hdr",
"//include/core:SkRect_hdr",
"//include/core:SkRefCnt_hdr",
"//include/core:SkTypes_hdr",
"//include/gpu:GrDirectContext_hdr",
"//include/gpu:GrTypes_hdr",
"//include/private:SkTemplates_hdr",
"//include/private/gpu/ganesh:GrTypesPriv_hdr",
"//src/core:SkOpts_hdr",
"//src/gpu/ganesh:GrCaps_hdr",
"//src/gpu/ganesh:GrDirectContextPriv_hdr",
"//src/gpu/ganesh:GrImageInfo_hdr",
"//src/gpu/ganesh:GrSurfaceProxy_hdr",
"//src/gpu/ganesh:GrTextureProxy_hdr",
"//src/gpu/ganesh:SkGr_hdr",
"//src/gpu/ganesh:SurfaceFillContext_hdr",
"//tools/gpu:GrContextFactory_hdr",
"//tools/gpu:ProxyUtils_hdr",
],
)
generated_cc_atom(
name = "CubicMapTest_src",
srcs = ["CubicMapTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkCubicMap_hdr",
"//include/core:SkPoint_hdr",
"//include/core:SkScalar_hdr",
"//include/core:SkTypes_hdr",
"//include/private:SkNx_hdr",
"//src/core:SkGeometry_hdr",
"//src/pathops:SkPathOpsCubic_hdr",
],
)
generated_cc_atom(
name = "CullTestTest_src",
srcs = ["CullTestTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/utils:SkRandom_hdr",
"//src/gpu/tessellate:CullTest_hdr",
],
)
generated_cc_atom(
name = "CustomMeshTest_src",
srcs = ["CustomMeshTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkCustomMesh_hdr",
],
)
generated_cc_atom(
name = "DMSAATest_src",
srcs = ["DMSAATest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkColorSpace_hdr",
"//include/core:SkVertices_hdr",
"//src/core:SkBlendModePriv_hdr",
"//src/core:SkMatrixProvider_hdr",
"//src/core:SkSurfacePriv_hdr",
"//src/gpu/ganesh:GrStyle_hdr",
"//src/gpu/ganesh/v1:SurfaceDrawContext_v1_hdr",
],
)
generated_cc_atom(
name = "DashPathEffectTest_src",
srcs = ["DashPathEffectTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkImageInfo_hdr",
"//include/core:SkMatrix_hdr",
"//include/core:SkPaint_hdr",
"//include/core:SkPathEffect_hdr",
"//include/core:SkPath_hdr",
"//include/core:SkPoint_hdr",
"//include/core:SkRect_hdr",
"//include/core:SkRefCnt_hdr",
"//include/core:SkScalar_hdr",
"//include/core:SkStrokeRec_hdr",
"//include/core:SkSurface_hdr",
"//include/core:SkTypes_hdr",
"//include/effects:SkDashPathEffect_hdr",
"//src/core:SkPathEffectBase_hdr",
],
)
generated_cc_atom(
name = "DataRefTest_src",
srcs = ["DataRefTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkDataTable_hdr",
"//include/core:SkData_hdr",
"//include/core:SkRefCnt_hdr",
"//include/core:SkStream_hdr",
"//include/core:SkString_hdr",
"//include/core:SkTypes_hdr",
"//include/private:SkTArray_hdr",
"//include/private:SkTemplates_hdr",
"//src/core:SkOSFile_hdr",
"//src/core:SkTaskGroup_hdr",
"//src/utils:SkOSPath_hdr",
],
)
generated_cc_atom(
name = "DebugLayerManagerTest_src",
srcs = ["DebugLayerManagerTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkPaint_hdr",
"//include/core:SkPictureRecorder_hdr",
"//include/core:SkPicture_hdr",
"//include/core:SkPixmap_hdr",
"//include/core:SkRect_hdr",
"//tools/debugger:DebugLayerManager_hdr",
],
)
generated_cc_atom(
name = "DefaultPathRendererTest_src",
srcs = ["DefaultPathRendererTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkColorSpace_hdr",
"//include/core:SkColor_hdr",
"//include/core:SkImageInfo_hdr",
"//include/core:SkMatrix_hdr",
"//include/core:SkPath_hdr",
"//include/core:SkRect_hdr",
"//include/core:SkRefCnt_hdr",
"//include/core:SkStrokeRec_hdr",
"//include/core:SkSurface_hdr",
"//include/core:SkTypes_hdr",
"//include/gpu:GrBackendSurface_hdr",
"//include/gpu:GrContextOptions_hdr",
"//include/gpu:GrDirectContext_hdr",
"//include/gpu:GrTypes_hdr",
"//include/private:SkColorData_hdr",
"//include/private/gpu/ganesh:GrTypesPriv_hdr",
"//src/gpu/ganesh:GrCaps_hdr",
"//src/gpu/ganesh:GrDirectContextPriv_hdr",
"//src/gpu/ganesh:GrFragmentProcessor_hdr",
"//src/gpu/ganesh:GrImageInfo_hdr",
"//src/gpu/ganesh:GrPaint_hdr",
"//src/gpu/ganesh:GrStyle_hdr",
"//src/gpu/ganesh/v1:SurfaceDrawContext_v1_hdr",
"//tools/gpu:GrContextFactory_hdr",
],
)
generated_cc_atom(
name = "DeferredDisplayListTest_src",
srcs = ["DeferredDisplayListTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":TestUtils_hdr",
":Test_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkColorSpace_hdr",
"//include/core:SkColor_hdr",
"//include/core:SkDeferredDisplayListRecorder_hdr",
"//include/core:SkDeferredDisplayList_hdr",
"//include/core:SkImageInfo_hdr",
"//include/core:SkImage_hdr",
"//include/core:SkPaint_hdr",
"//include/core:SkPromiseImageTexture_hdr",
"//include/core:SkRect_hdr",
"//include/core:SkRefCnt_hdr",
"//include/core:SkSurfaceCharacterization_hdr",
"//include/core:SkSurfaceProps_hdr",
"//include/core:SkSurface_hdr",
"//include/core:SkTypes_hdr",
"//include/gpu:GrBackendSurface_hdr",
"//include/gpu:GrContextThreadSafeProxy_hdr",
"//include/gpu:GrDirectContext_hdr",
"//include/gpu:GrRecordingContext_hdr",
"//include/gpu:GrTypes_hdr",
"//include/gpu/gl:GrGLTypes_hdr",
"//include/private/gpu/ganesh:GrTypesPriv_hdr",
"//src/core:SkDeferredDisplayListPriv_hdr",
"//src/gpu/ganesh:GrCaps_hdr",
"//src/gpu/ganesh:GrDirectContextPriv_hdr",
"//src/gpu/ganesh:GrGpu_hdr",
"//src/gpu/ganesh:GrRecordingContextPriv_hdr",
"//src/gpu/ganesh:GrRenderTargetProxy_hdr",
"//src/gpu/ganesh:GrTextureProxy_hdr",
"//src/gpu/ganesh/gl:GrGLDefines_impl_hdr",
"//src/gpu/ganesh/vk:GrVkCaps_hdr",
"//src/gpu/ganesh/vk:GrVkSecondaryCBDrawContext_impl_hdr",
"//src/image:SkImage_GpuBase_hdr",
"//src/image:SkSurface_Gpu_hdr",
"//tools/gpu:BackendSurfaceFactory_hdr",
"//tools/gpu:GrContextFactory_hdr",
"//tools/gpu:ManagedBackendTexture_hdr",
"//tools/gpu:ProxyUtils_hdr",
],
)
generated_cc_atom(
name = "DequeTest_src",
srcs = ["DequeTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/private:SkDeque_hdr",
],
)
generated_cc_atom(
name = "DescriptorTest_src",
srcs = ["DescriptorTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkTypes_hdr",
"//include/private/chromium:SkChromeRemoteGlyphCache_hdr",
"//src/core:SkDescriptor_hdr",
"//src/core:SkFontPriv_hdr",
"//src/core:SkReadBuffer_hdr",
"//src/core:SkScalerContext_hdr",
"//src/core:SkWriteBuffer_hdr",
"//src/gpu/ganesh:GrResourceProvider_hdr",
],
)
generated_cc_atom(
name = "DeviceTest_src",
srcs = ["DeviceTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkImageInfo_hdr",
"//include/core:SkImage_hdr",
"//include/core:SkRect_hdr",
"//include/core:SkRefCnt_hdr",
"//include/core:SkTypes_hdr",
"//include/gpu:GrDirectContext_hdr",
"//include/gpu:GrTypes_hdr",
"//src/core:SkDevice_hdr",
"//src/core:SkSpecialImage_hdr",
"//src/gpu/ganesh:GrDirectContextPriv_hdr",
"//tools/gpu:GrContextFactory_hdr",
],
)
generated_cc_atom(
name = "DiscardableMemoryPoolTest_src",
srcs = ["DiscardableMemoryPoolTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkRefCnt_hdr",
"//src/core:SkDiscardableMemory_hdr",
"//src/lazy:SkDiscardableMemoryPool_hdr",
],
)
generated_cc_atom(
name = "DiscardableMemoryTest_src",
srcs = ["DiscardableMemoryTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkRefCnt_hdr",
"//src/core:SkDiscardableMemory_hdr",
"//src/lazy:SkDiscardableMemoryPool_hdr",
],
)
generated_cc_atom(
name = "DrawBitmapRectTest_src",
srcs = ["DrawBitmapRectTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkColor_hdr",
"//include/core:SkImage_hdr",
"//include/core:SkMatrix_hdr",
"//include/core:SkPaint_hdr",
"//include/core:SkPath_hdr",
"//include/core:SkRect_hdr",
"//include/core:SkScalar_hdr",
"//include/core:SkShader_hdr",
"//include/core:SkSize_hdr",
"//include/core:SkTileMode_hdr",
"//include/core:SkTypes_hdr",
"//include/utils:SkRandom_hdr",
"//src/core:SkMatrixUtils_hdr",
],
)
generated_cc_atom(
name = "DrawOpAtlasTest_src",
srcs = ["DrawOpAtlasTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkColorSpace_hdr",
"//include/core:SkColor_hdr",
"//include/core:SkFont_hdr",
"//include/core:SkImageInfo_hdr",
"//include/core:SkMatrix_hdr",
"//include/core:SkPaint_hdr",
"//include/core:SkPoint_hdr",
"//include/core:SkRefCnt_hdr",
"//include/core:SkSize_hdr",
"//include/core:SkTypes_hdr",
"//include/gpu:GrBackendSurface_hdr",
"//include/gpu:GrDirectContext_hdr",
"//include/private/gpu/ganesh:GrTypesPriv_hdr",
"//src/core:SkIPoint16_hdr",
"//src/gpu/ganesh:GrCaps_hdr",
"//src/gpu/ganesh:GrDeferredUpload_hdr",
"//src/gpu/ganesh:GrDirectContextPriv_hdr",
"//src/gpu/ganesh:GrDrawOpAtlas_hdr",
"//src/gpu/ganesh:GrDrawingManager_hdr",
"//src/gpu/ganesh:GrMemoryPool_hdr",
"//src/gpu/ganesh:GrOnFlushResourceProvider_hdr",
"//src/gpu/ganesh:GrOpFlushState_hdr",
"//src/gpu/ganesh:GrTextureProxy_hdr",
"//src/gpu/ganesh:GrXferProcessor_hdr",
"//src/gpu/ganesh/ops:AtlasTextOp_hdr",
"//src/gpu/ganesh/ops:GrDrawOp_hdr",
"//src/gpu/ganesh/ops:GrOp_hdr",
"//src/gpu/ganesh/text:GrAtlasManager_hdr",
"//src/gpu/ganesh/v1:SurfaceDrawContext_v1_hdr",
"//tools/gpu:GrContextFactory_hdr",
],
)
generated_cc_atom(
name = "DrawPathTest_src",
srcs = ["DrawPathTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkColor_hdr",
"//include/core:SkImageInfo_hdr",
"//include/core:SkMatrix_hdr",
"//include/core:SkPaint_hdr",
"//include/core:SkPathEffect_hdr",
"//include/core:SkPath_hdr",
"//include/core:SkPoint_hdr",
"//include/core:SkRRect_hdr",
"//include/core:SkRect_hdr",
"//include/core:SkRefCnt_hdr",
"//include/core:SkScalar_hdr",
"//include/core:SkStrokeRec_hdr",
"//include/core:SkSurface_hdr",
"//include/core:SkTypes_hdr",
"//include/effects:SkDashPathEffect_hdr",
],
)
generated_cc_atom(
name = "DrawTextTest_src",
srcs = ["DrawTextTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkColor_hdr",
"//include/core:SkFont_hdr",
"//include/core:SkMatrix_hdr",
"//include/core:SkPaint_hdr",
"//include/core:SkPathEffect_hdr",
"//include/core:SkPoint_hdr",
"//include/core:SkRect_hdr",
"//include/core:SkRefCnt_hdr",
"//include/core:SkScalar_hdr",
"//include/core:SkSurface_hdr",
"//include/core:SkTextBlob_hdr",
"//include/core:SkTypeface_hdr",
"//include/core:SkTypes_hdr",
"//include/effects:SkDashPathEffect_hdr",
],
)
generated_cc_atom(
name = "EGLImageTest_src",
srcs = ["EGLImageTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":TestUtils_hdr",
":Test_hdr",
"//include/core:SkColorSpace_hdr",
"//include/gpu:GrDirectContext_hdr",
"//src/gpu/ganesh:GrDirectContextPriv_hdr",
"//src/gpu/ganesh:GrProxyProvider_hdr",
"//src/gpu/ganesh:GrShaderCaps_hdr",
"//src/gpu/ganesh:GrTextureProxyPriv_hdr",
"//src/gpu/ganesh:GrTexture_hdr",
"//src/gpu/ganesh:SurfaceFillContext_hdr",
"//src/gpu/ganesh/gl:GrGLGpu_hdr",
"//src/gpu/ganesh/gl:GrGLUtil_hdr",
"//tools/gpu:GrContextFactory_hdr",
"//tools/gpu:ManagedBackendTexture_hdr",
"//tools/gpu/gl:GLTestContext_hdr",
],
)
generated_cc_atom(
name = "EmptyPathTest_src",
srcs = ["EmptyPathTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkPath_hdr",
],
)
generated_cc_atom(
name = "EncodeTest_src",
srcs = ["EncodeTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkColorPriv_hdr",
"//include/core:SkEncodedImageFormat_hdr",
"//include/core:SkImageEncoder_hdr",
"//include/core:SkImage_hdr",
"//include/core:SkStream_hdr",
"//include/core:SkSurface_hdr",
"//include/encode:SkJpegEncoder_hdr",
"//include/encode:SkPngEncoder_hdr",
"//include/encode:SkWebpEncoder_hdr",
"//include/private:SkImageInfoPriv_hdr",
"//third_party:libpng",
"//third_party:libwebp",
"//tools:Resources_hdr",
],
)
generated_cc_atom(
name = "EncodedInfoTest_src",
srcs = ["EncodedInfoTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/codec:SkCodec_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkData_hdr",
"//include/core:SkEncodedImageFormat_hdr",
"//include/core:SkImageEncoder_hdr",
"//include/core:SkImageInfo_hdr",
"//tools:Resources_hdr",
"//tools:ToolUtils_hdr",
],
)
generated_cc_atom(
name = "ExifTest_src",
srcs = ["ExifTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/codec:SkCodec_hdr",
"//tools:Resources_hdr",
],
)
generated_cc_atom(
name = "ExtendedSkColorTypeTests_src",
srcs = ["ExtendedSkColorTypeTests.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":TestUtils_hdr",
":Test_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkColorSpace_hdr",
"//include/core:SkImage_hdr",
"//include/core:SkSurface_hdr",
"//include/gpu:GrDirectContext_hdr",
"//src/core:SkAutoPixmapStorage_hdr",
"//src/gpu/ganesh:GrPixmap_hdr",
"//tools:ToolUtils_hdr",
],
)
generated_cc_atom(
name = "F16StagesTest_src",
srcs = ["F16StagesTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//src/core:SkRasterPipeline_hdr",
],
)
generated_cc_atom(
name = "FakeStreams_hdr",
hdrs = ["FakeStreams.h"],
visibility = ["//:__subpackages__"],
deps = [
"//include/core:SkData_hdr",
"//include/core:SkStream_hdr",
],
)
generated_cc_atom(
name = "FillPathTest_src",
srcs = ["FillPathTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkPath_hdr",
"//include/core:SkRegion_hdr",
"//src/core:SkBlitter_hdr",
"//src/core:SkScan_hdr",
],
)
generated_cc_atom(
name = "FindCubicConvex180ChopsTest_src",
srcs = ["FindCubicConvex180ChopsTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/utils:SkRandom_hdr",
"//src/core:SkGeometry_hdr",
"//src/gpu/tessellate:Tessellation_hdr",
],
)
generated_cc_atom(
name = "FitsInTest_src",
srcs = ["FitsInTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkTypes_hdr",
"//include/private:SkTFitsIn_hdr",
],
)
generated_cc_atom(
name = "FlattenDrawableTest_src",
srcs = ["FlattenDrawableTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkDrawable_hdr",
"//include/core:SkFont_hdr",
"//include/core:SkPictureRecorder_hdr",
"//include/core:SkRect_hdr",
"//include/core:SkStream_hdr",
"//src/core:SkPathEffectBase_hdr",
"//src/core:SkReadBuffer_hdr",
"//src/core:SkWriteBuffer_hdr",
],
)
generated_cc_atom(
name = "FlattenableFactoryToName_src",
srcs = ["FlattenableFactoryToName.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkImage_hdr",
"//include/core:SkRegion_hdr",
"//include/effects:SkImageFilters_hdr",
],
)
generated_cc_atom(
name = "FlattenableNameToFactory_src",
srcs = ["FlattenableNameToFactory.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkFlattenable_hdr",
],
)
generated_cc_atom(
name = "Float16Test_src",
srcs = ["Float16Test.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkColor_hdr",
"//include/core:SkPixmap_hdr",
"//include/private:SkHalf_hdr",
"//include/private:SkTo_hdr",
"//include/utils:SkRandom_hdr",
"//src/core:SkAutoPixmapStorage_hdr",
"//src/core:SkOpts_hdr",
],
)
generated_cc_atom(
name = "FloatingPointTextureTest_src",
srcs = ["FloatingPointTextureTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkColorSpace_hdr",
"//include/gpu:GrDirectContext_hdr",
"//include/private:SkHalf_hdr",
"//src/gpu/ganesh:GrDirectContextPriv_hdr",
"//src/gpu/ganesh:GrImageInfo_hdr",
"//src/gpu/ganesh:GrProxyProvider_hdr",
"//src/gpu/ganesh:GrTextureProxy_hdr",
"//src/gpu/ganesh:SurfaceContext_hdr",
"//tools/gpu:ProxyUtils_hdr",
],
)
generated_cc_atom(
name = "FontHostStreamTest_src",
srcs = ["FontHostStreamTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkColor_hdr",
"//include/core:SkFont_hdr",
"//include/core:SkGraphics_hdr",
"//include/core:SkPaint_hdr",
"//include/core:SkPoint_hdr",
"//include/core:SkRect_hdr",
"//include/core:SkStream_hdr",
"//include/core:SkTypeface_hdr",
"//include/core:SkTypes_hdr",
"//src/core:SkFontDescriptor_hdr",
"//src/core:SkFontPriv_hdr",
],
)
generated_cc_atom(
name = "FontHostTest_src",
srcs = ["FontHostTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkFont_hdr",
"//include/core:SkPaint_hdr",
"//include/core:SkStream_hdr",
"//include/core:SkTypeface_hdr",
"//src/core:SkAutoMalloc_hdr",
"//src/core:SkEndian_hdr",
"//src/core:SkFontStream_hdr",
"//src/core:SkOSFile_hdr",
"//tools:Resources_hdr",
],
)
generated_cc_atom(
name = "FontMgrAndroidParserTest_src",
srcs = ["FontMgrAndroidParserTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkFont_hdr",
"//include/core:SkStream_hdr",
"//include/core:SkTypeface_hdr",
"//include/ports:SkFontMgr_android_hdr",
"//include/private:SkFixed_hdr",
"//src/core:SkOSFile_hdr",
"//src/ports:SkFontMgr_android_parser_hdr",
"//tools:Resources_hdr",
"//tools/flags:CommandLineFlags_hdr",
],
)
generated_cc_atom(
name = "FontMgrFontConfigTest_src",
srcs = ["FontMgrFontConfigTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkFontMgr_hdr",
"//include/core:SkFont_hdr",
"//include/core:SkTypeface_hdr",
"//include/ports:SkFontMgr_FontConfigInterface_hdr",
"//include/ports:SkFontMgr_fontconfig_hdr",
"//src/ports:SkFontConfigInterface_direct_hdr",
"//tools:Resources_hdr",
],
)
generated_cc_atom(
name = "FontMgrTest_src",
srcs = ["FontMgrTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkFontMgr_hdr",
"//include/core:SkFont_hdr",
"//include/core:SkPaint_hdr",
"//include/core:SkStream_hdr",
"//include/core:SkTypeface_hdr",
"//src/core:SkAdvancedTypefaceMetrics_hdr",
"//src/core:SkScalerContext_hdr",
"//tools/flags:CommandLineFlags_hdr",
],
)
generated_cc_atom(
name = "FontNamesTest_src",
srcs = ["FontNamesTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkFontMgr_hdr",
"//include/core:SkTypeface_hdr",
"//src/sfnt:SkOTTable_name_hdr",
"//tools/flags:CommandLineFlags_hdr",
],
)
generated_cc_atom(
name = "FontTest_src",
srcs = ["FontTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkFont_hdr",
"//include/utils:SkCustomTypeface_hdr",
"//src/core:SkAutoMalloc_hdr",
"//src/core:SkFontPriv_hdr",
"//src/core:SkPtrRecorder_hdr",
"//src/core:SkReadBuffer_hdr",
"//src/core:SkWriteBuffer_hdr",
"//tools:ToolUtils_hdr",
],
)
generated_cc_atom(
name = "FrontBufferedStreamTest_src",
srcs = ["FrontBufferedStreamTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//client_utils/android:FrontBufferedStream_hdr",
"//include/codec:SkCodec_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkRefCnt_hdr",
"//include/core:SkStream_hdr",
"//include/core:SkTypes_hdr",
"//src/core:SkAutoMalloc_hdr",
],
)
generated_cc_atom(
name = "GLBackendSurfaceTest_src",
srcs = ["GLBackendSurfaceTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkColorSpace_hdr",
"//include/core:SkImage_hdr",
"//include/core:SkSurface_hdr",
"//include/core:SkTypes_hdr",
"//include/gpu:GrBackendSurface_hdr",
"//include/gpu:GrDirectContext_hdr",
"//include/gpu/gl:GrGLTypes_hdr",
"//include/private/gpu/ganesh:GrGLTypesPriv_hdr",
"//src/gpu/ganesh:GrDirectContextPriv_hdr",
"//src/gpu/ganesh:GrTextureProxy_hdr",
"//src/gpu/ganesh:GrTexture_hdr",
"//src/gpu/ganesh/gl:GrGLCaps_hdr",
"//src/gpu/ganesh/gl:GrGLTexture_hdr",
"//src/image:SkImage_Base_hdr",
"//tools/gpu:ProxyUtils_hdr",
],
)
generated_cc_atom(
name = "GeometryTest_src",
srcs = ["GeometryTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/utils:SkRandom_hdr",
"//src/core:SkGeometry_hdr",
"//src/core:SkPointPriv_hdr",
],
)
generated_cc_atom(
name = "GifTest_src",
srcs = ["GifTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":CodecPriv_hdr",
":Test_hdr",
"//include/codec:SkAndroidCodec_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkData_hdr",
"//include/core:SkImage_hdr",
"//include/core:SkStream_hdr",
"//include/core:SkTypes_hdr",
"//tools:Resources_hdr",
],
)
generated_cc_atom(
name = "GlyphRunTest_src",
srcs = ["GlyphRunTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkTextBlob_hdr",
"//src/core:SkGlyphRun_hdr",
],
)
generated_cc_atom(
name = "GpuDrawPathTest_src",
srcs = ["GpuDrawPathTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkColor_hdr",
"//include/core:SkPaint_hdr",
"//include/core:SkPath_hdr",
"//include/core:SkRRect_hdr",
"//include/core:SkRect_hdr",
"//include/core:SkSurface_hdr",
"//include/core:SkTypes_hdr",
"//include/effects:SkDashPathEffect_hdr",
"//include/gpu:GrDirectContext_hdr",
"//src/gpu/ganesh/geometry:GrStyledShape_hdr",
],
)
generated_cc_atom(
name = "GpuRectanizerTest_src",
srcs = ["GpuRectanizerTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkSize_hdr",
"//include/private:SkTDArray_hdr",
"//include/utils:SkRandom_hdr",
"//src/gpu:RectanizerPow2_hdr",
"//src/gpu:RectanizerSkyline_hdr",
],
)
generated_cc_atom(
name = "GrAHardwareBufferTest_src",
srcs = ["GrAHardwareBufferTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkColorSpace_hdr",
"//include/core:SkImage_hdr",
"//include/core:SkSurface_hdr",
"//include/core:SkTypes_hdr",
"//include/gpu:GrDirectContext_hdr",
"//src/gpu/ganesh:GrAHardwareBufferImageGenerator_hdr",
"//src/gpu/ganesh:GrDirectContextPriv_hdr",
"//src/gpu/ganesh:GrGpu_hdr",
"//tools/gpu:GrContextFactory_hdr",
],
)
generated_cc_atom(
name = "GrClipStackTest_src",
srcs = ["GrClipStackTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkColorSpace_hdr",
"//include/core:SkPath_hdr",
"//include/core:SkRRect_hdr",
"//include/core:SkRect_hdr",
"//include/core:SkRegion_hdr",
"//include/core:SkShader_hdr",
"//include/gpu:GrDirectContext_hdr",
"//src/core:SkMatrixProvider_hdr",
"//src/core:SkRRectPriv_hdr",
"//src/core:SkRectPriv_hdr",
"//src/gpu/ganesh:GrDirectContextPriv_hdr",
"//src/gpu/ganesh:GrProxyProvider_hdr",
"//src/gpu/ganesh/ops:GrDrawOp_hdr",
"//src/gpu/ganesh/v1:ClipStack_hdr",
"//src/gpu/ganesh/v1:SurfaceDrawContext_v1_hdr",
],
)
generated_cc_atom(
name = "GrContextAbandonTest_src",
srcs = ["GrContextAbandonTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkTypes_hdr",
"//include/gpu:GrDirectContext_hdr",
"//tools/gpu:GrContextFactory_hdr",
],
)
generated_cc_atom(
name = "GrContextFactoryTest_src",
srcs = ["GrContextFactoryTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkExecutor_hdr",
"//include/core:SkTypes_hdr",
"//include/gpu:GrDirectContext_hdr",
"//src/gpu/ganesh:GrCaps_hdr",
"//src/gpu/ganesh:GrDirectContextPriv_hdr",
"//tools/gpu:GrContextFactory_hdr",
],
)
generated_cc_atom(
name = "GrContextOOM_src",
srcs = ["GrContextOOM.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkImageInfo_hdr",
"//include/core:SkPaint_hdr",
"//include/core:SkRect_hdr",
"//include/core:SkSurface_hdr",
"//include/gpu:GrDirectContext_hdr",
],
)
generated_cc_atom(
name = "GrDDLImageTest_src",
srcs = ["GrDDLImageTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkImage_hdr",
"//include/core:SkSurfaceCharacterization_hdr",
"//include/core:SkSurface_hdr",
],
)
generated_cc_atom(
name = "GrFinishedFlushTest_src",
srcs = ["GrFinishedFlushTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkSurface_hdr",
"//include/gpu:GrDirectContext_hdr",
"//src/gpu/ganesh:GrDirectContextPriv_hdr",
"//src/gpu/ganesh:GrGpu_hdr",
],
)
generated_cc_atom(
name = "GrGLExtensionsTest_src",
srcs = ["GrGLExtensionsTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkTypes_hdr",
"//include/gpu/gl:GrGLExtensions_hdr",
"//src/gpu/ganesh/gl:GrGLDefines_impl_hdr",
],
)
generated_cc_atom(
name = "GrMemoryPoolTest_src",
srcs = ["GrMemoryPoolTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/private:SkTArray_hdr",
"//include/private:SkTDArray_hdr",
"//include/private:SkTemplates_hdr",
"//include/utils:SkRandom_hdr",
"//src/gpu/ganesh:GrMemoryPool_hdr",
],
)
generated_cc_atom(
name = "GrMeshTest_src",
srcs = ["GrMeshTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkColorSpace_hdr",
"//include/gpu:GrDirectContext_hdr",
"//src/gpu:KeyBuilder_hdr",
"//src/gpu:ResourceKey_hdr",
"//src/gpu/ganesh:GrCaps_hdr",
"//src/gpu/ganesh:GrDirectContextPriv_hdr",
"//src/gpu/ganesh:GrGeometryProcessor_hdr",
"//src/gpu/ganesh:GrImageInfo_hdr",
"//src/gpu/ganesh:GrMemoryPool_hdr",
"//src/gpu/ganesh:GrOpFlushState_hdr",
"//src/gpu/ganesh:GrOpsRenderPass_hdr",
"//src/gpu/ganesh:GrProgramInfo_hdr",
"//src/gpu/ganesh:GrResourceProvider_hdr",
"//src/gpu/ganesh/glsl:GrGLSLFragmentShaderBuilder_hdr",
"//src/gpu/ganesh/glsl:GrGLSLVarying_hdr",
"//src/gpu/ganesh/glsl:GrGLSLVertexGeoBuilder_hdr",
"//src/gpu/ganesh/ops:GrSimpleMeshDrawOpHelper_hdr",
"//src/gpu/ganesh/v1:SurfaceDrawContext_v1_hdr",
"//tools:ToolUtils_hdr",
],
)
generated_cc_atom(
name = "GrMipMappedTest_src",
srcs = ["GrMipMappedTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":TestUtils_hdr",
":Test_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkPoint_hdr",
"//include/core:SkSurface_hdr",
"//include/core:SkTypes_hdr",
"//include/gpu:GrBackendSurface_hdr",
"//include/gpu:GrDirectContext_hdr",
"//include/gpu/d3d:GrD3DTypes_hdr",
"//src/gpu/ganesh:BaseDevice_hdr",
"//src/gpu/ganesh:GrBackendTextureImageGenerator_hdr",
"//src/gpu/ganesh:GrDirectContextPriv_hdr",
"//src/gpu/ganesh:GrDrawingManager_hdr",
"//src/gpu/ganesh:GrGpu_hdr",
"//src/gpu/ganesh:GrProxyProvider_hdr",
"//src/gpu/ganesh:GrRecordingContextPriv_hdr",
"//src/gpu/ganesh:GrSemaphore_hdr",
"//src/gpu/ganesh:GrSurfaceProxyPriv_hdr",
"//src/gpu/ganesh:GrTextureProxy_hdr",
"//src/gpu/ganesh:GrTexture_hdr",
"//src/gpu/ganesh/v1:SurfaceDrawContext_v1_hdr",
"//src/image:SkImage_Base_hdr",
"//src/image:SkSurface_Gpu_hdr",
"//tools/gpu:BackendSurfaceFactory_hdr",
"//tools/gpu:BackendTextureImageFactory_hdr",
"//tools/gpu:ManagedBackendTexture_hdr",
"//tools/gpu:ProxyUtils_hdr",
],
)
generated_cc_atom(
name = "GrOpListFlushTest_src",
srcs = ["GrOpListFlushTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkSurface_hdr",
"//include/gpu:GrDirectContext_hdr",
"//src/gpu/ganesh:GrDirectContextPriv_hdr",
"//src/gpu/ganesh:GrGpu_hdr",
],
)
generated_cc_atom(
name = "GrPipelineDynamicStateTest_src",
srcs = ["GrPipelineDynamicStateTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkColorSpace_hdr",
"//include/core:SkTypes_hdr",
"//include/gpu:GrDirectContext_hdr",
"//include/gpu:GrRecordingContext_hdr",
"//src/gpu/ganesh:GrColor_hdr",
"//src/gpu/ganesh:GrDirectContextPriv_hdr",
"//src/gpu/ganesh:GrGeometryProcessor_hdr",
"//src/gpu/ganesh:GrImageInfo_hdr",
"//src/gpu/ganesh:GrMemoryPool_hdr",
"//src/gpu/ganesh:GrOpFlushState_hdr",
"//src/gpu/ganesh:GrOpsRenderPass_hdr",
"//src/gpu/ganesh:GrProgramInfo_hdr",
"//src/gpu/ganesh:GrRecordingContextPriv_hdr",
"//src/gpu/ganesh:GrResourceProvider_hdr",
"//src/gpu/ganesh/glsl:GrGLSLFragmentShaderBuilder_hdr",
"//src/gpu/ganesh/glsl:GrGLSLVarying_hdr",
"//src/gpu/ganesh/glsl:GrGLSLVertexGeoBuilder_hdr",
"//src/gpu/ganesh/ops:GrDrawOp_hdr",
"//src/gpu/ganesh/v1:SurfaceDrawContext_v1_hdr",
],
)
generated_cc_atom(
name = "GrPorterDuffTest_src",
srcs = ["GrPorterDuffTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/gpu:GrBackendSurface_hdr",
"//include/gpu:GrContextOptions_hdr",
"//include/gpu:GrDirectContext_hdr",
"//src/gpu/ganesh:GrDirectContextPriv_hdr",
"//src/gpu/ganesh:GrGpu_hdr",
"//src/gpu/ganesh:GrProxyProvider_hdr",
"//src/gpu/ganesh:GrXferProcessor_hdr",
"//src/gpu/ganesh/effects:GrPorterDuffXferProcessor_hdr",
"//tools/gpu:GrContextFactory_hdr",
"//tools/gpu:ManagedBackendTexture_hdr",
],
)
generated_cc_atom(
name = "GrQuadBufferTest_src",
srcs = ["GrQuadBufferTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//src/gpu/ganesh/geometry:GrQuadBuffer_hdr",
],
)
generated_cc_atom(
name = "GrQuadCropTest_src",
srcs = ["GrQuadCropTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkScalar_hdr",
"//src/gpu/ganesh/geometry:GrQuadUtils_hdr",
"//src/gpu/ganesh/geometry:GrQuad_hdr",
],
)
generated_cc_atom(
name = "GrRenderTaskClusterTest_src",
srcs = ["GrRenderTaskClusterTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//src/gpu/ganesh:GrRenderTaskCluster_hdr",
"//src/gpu/ganesh/mock:GrMockRenderTask_hdr",
"//src/gpu/ganesh/mock:GrMockSurfaceProxy_hdr",
],
)
generated_cc_atom(
name = "GrSlugTest_src",
srcs = ["GrSlugTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkTextBlob_hdr",
"//include/private/chromium:GrSlug_hdr",
"//src/gpu/ganesh:GrDirectContextPriv_hdr",
"//tools:ToolUtils_hdr",
],
)
generated_cc_atom(
name = "GrStyledShapeTest_src",
srcs = ["GrStyledShapeTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkPath_hdr",
"//include/core:SkSurface_hdr",
"//include/effects:SkDashPathEffect_hdr",
"//include/pathops:SkPathOps_hdr",
"//src/core:SkPathEffectBase_hdr",
"//src/core:SkRectPriv_hdr",
"//src/gpu/ganesh/geometry:GrStyledShape_hdr",
],
)
generated_cc_atom(
name = "GrSubmittedFlushTest_src",
srcs = ["GrSubmittedFlushTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkSurface_hdr",
"//include/gpu:GrDirectContext_hdr",
],
)
generated_cc_atom(
name = "GrSurfaceResolveTest_src",
srcs = ["GrSurfaceResolveTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":TestUtils_hdr",
":Test_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkColorSpace_hdr",
"//include/core:SkSurface_hdr",
"//src/gpu/ganesh:GrCaps_hdr",
"//src/gpu/ganesh:GrDirectContextPriv_hdr",
"//src/gpu/ganesh:GrPixmap_hdr",
"//tools/gpu:ManagedBackendTexture_hdr",
],
)
generated_cc_atom(
name = "GrSurfaceTest_src",
srcs = ["GrSurfaceTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":TestUtils_hdr",
":Test_hdr",
"//include/core:SkColorSpace_hdr",
"//include/core:SkSurface_hdr",
"//include/gpu:GrDirectContext_hdr",
"//src/core:SkAutoPixmapStorage_hdr",
"//src/core:SkCanvasPriv_hdr",
"//src/core:SkCompressedDataUtils_hdr",
"//src/gpu/ganesh:GrBackendUtils_hdr",
"//src/gpu/ganesh:GrDirectContextPriv_hdr",
"//src/gpu/ganesh:GrDrawingManager_hdr",
"//src/gpu/ganesh:GrGpu_hdr",
"//src/gpu/ganesh:GrImageInfo_hdr",
"//src/gpu/ganesh:GrProxyProvider_hdr",
"//src/gpu/ganesh:GrRenderTarget_hdr",
"//src/gpu/ganesh:GrResourceProvider_hdr",
"//src/gpu/ganesh:GrSurfaceProxy_hdr",
"//src/gpu/ganesh:GrTexture_hdr",
"//src/gpu/ganesh:SkGr_hdr",
"//src/gpu/ganesh:SurfaceContext_hdr",
"//tools/gpu:BackendTextureImageFactory_hdr",
"//tools/gpu:ManagedBackendTexture_hdr",
],
)
generated_cc_atom(
name = "GrTextBlobTest_src",
srcs = ["GrTextBlobTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkSurface_hdr",
"//include/core:SkTextBlob_hdr",
"//src/core:SkSurfacePriv_hdr",
"//src/gpu/ganesh/text:GrTextBlob_hdr",
"//tools:ToolUtils_hdr",
],
)
generated_cc_atom(
name = "GrTextureMipMapInvalidationTest_src",
srcs = ["GrTextureMipMapInvalidationTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkSurface_hdr",
"//include/gpu:GrDirectContext_hdr",
"//src/gpu/ganesh:GrDirectContextPriv_hdr",
"//src/gpu/ganesh:GrTexture_hdr",
"//src/image:SkImage_Base_hdr",
"//src/image:SkImage_GpuBase_hdr",
"//tools/gpu:ProxyUtils_hdr",
],
)
generated_cc_atom(
name = "GrThreadSafeCacheTest_src",
srcs = ["GrThreadSafeCacheTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":TestUtils_hdr",
":Test_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkDeferredDisplayListRecorder_hdr",
"//include/core:SkSurfaceCharacterization_hdr",
"//include/private:SkMalloc_hdr",
"//include/utils:SkRandom_hdr",
"//src/core:SkCanvasPriv_hdr",
"//src/core:SkMessageBus_hdr",
"//src/gpu/ganesh:GrDefaultGeoProcFactory_hdr",
"//src/gpu/ganesh:GrDirectContextPriv_hdr",
"//src/gpu/ganesh:GrGpu_hdr",
"//src/gpu/ganesh:GrMemoryPool_hdr",
"//src/gpu/ganesh:GrOpFlushState_hdr",
"//src/gpu/ganesh:GrProxyProvider_hdr",
"//src/gpu/ganesh:GrRecordingContextPriv_hdr",
"//src/gpu/ganesh:GrResourceProvider_hdr",
"//src/gpu/ganesh:GrStyle_hdr",
"//src/gpu/ganesh:GrThreadSafeCache_hdr",
"//src/gpu/ganesh/ops:GrDrawOp_hdr",
"//src/gpu/ganesh/v1:SurfaceDrawContext_v1_hdr",
"//tools/gpu:ProxyUtils_hdr",
],
)
generated_cc_atom(
name = "GrVxTest_src",
srcs = ["GrVxTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/utils:SkRandom_hdr",
"//src/core:SkGeometry_hdr",
"//src/gpu/ganesh:GrVx_hdr",
],
)
generated_cc_atom(
name = "GradientTest_src",
srcs = ["GradientTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkColorPriv_hdr",
"//include/core:SkColorSpace_hdr",
"//include/core:SkShader_hdr",
"//include/core:SkSurface_hdr",
"//include/effects:SkGradientShader_hdr",
"//include/private:SkTemplates_hdr",
"//src/core:SkMatrixProvider_hdr",
"//src/core:SkTLazy_hdr",
"//src/gpu/ganesh:GrColorInfo_hdr",
"//src/shaders:SkColorShader_hdr",
],
)
generated_cc_atom(
name = "HSVRoundTripTest_src",
srcs = ["HSVRoundTripTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkColor_hdr",
],
)
generated_cc_atom(
name = "HashTest_src",
srcs = ["HashTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkRefCnt_hdr",
"//include/core:SkString_hdr",
"//include/private:SkChecksum_hdr",
"//include/private:SkTHash_hdr",
"//src/core:SkOpts_hdr",
],
)
generated_cc_atom(
name = "HighContrastFilterTest_src",
srcs = ["HighContrastFilterTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkCanvas_hdr",
"//include/effects:SkHighContrastFilter_hdr",
],
)
generated_cc_atom(
name = "ICCTest_src",
srcs = ["ICCTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkICC_hdr",
"//include/core:SkString_hdr",
"//include/core:SkTypes_hdr",
"//include/third_party/skcms:skcms_hdr",
"//src/core:SkColorSpacePriv_hdr",
"//tools:Resources_hdr",
],
)
generated_cc_atom(
name = "ImageBitmapTest_src",
srcs = ["ImageBitmapTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkImage_hdr",
],
)
generated_cc_atom(
name = "ImageCacheTest_src",
srcs = ["ImageCacheTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//src/core:SkDiscardableMemory_hdr",
"//src/core:SkResourceCache_hdr",
"//src/lazy:SkDiscardableMemoryPool_hdr",
],
)
generated_cc_atom(
name = "ImageFilterCacheTest_src",
srcs = ["ImageFilterCacheTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkColorFilter_hdr",
"//include/core:SkImageFilter_hdr",
"//include/core:SkImage_hdr",
"//include/core:SkMatrix_hdr",
"//include/effects:SkImageFilters_hdr",
"//include/gpu:GrDirectContext_hdr",
"//src/core:SkImageFilterCache_hdr",
"//src/core:SkSpecialImage_hdr",
"//src/gpu/ganesh:GrDirectContextPriv_hdr",
"//src/gpu/ganesh:GrProxyProvider_hdr",
"//src/gpu/ganesh:GrResourceProvider_hdr",
"//src/gpu/ganesh:GrSurfaceProxyPriv_hdr",
"//src/gpu/ganesh:GrTextureProxy_hdr",
"//src/gpu/ganesh:GrTexture_hdr",
"//src/gpu/ganesh:SkGr_hdr",
],
)
generated_cc_atom(
name = "ImageFilterTest_src",
srcs = ["ImageFilterTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkImage_hdr",
"//include/core:SkPictureRecorder_hdr",
"//include/core:SkPicture_hdr",
"//include/core:SkPoint3_hdr",
"//include/core:SkRect_hdr",
"//include/core:SkSurface_hdr",
"//include/effects:SkColorMatrixFilter_hdr",
"//include/effects:SkGradientShader_hdr",
"//include/effects:SkImageFilters_hdr",
"//include/effects:SkPerlinNoiseShader_hdr",
"//include/effects:SkTableColorFilter_hdr",
"//include/gpu:GrDirectContext_hdr",
"//src/core:SkColorFilterBase_hdr",
"//src/core:SkImageFilter_Base_hdr",
"//src/core:SkReadBuffer_hdr",
"//src/core:SkSpecialImage_hdr",
"//src/core:SkSpecialSurface_hdr",
"//src/gpu/ganesh:GrCaps_hdr",
"//src/gpu/ganesh:GrRecordingContextPriv_hdr",
"//src/image:SkImage_Base_hdr",
"//tools:Resources_hdr",
"//tools:ToolUtils_hdr",
],
)
generated_cc_atom(
name = "ImageFrom565Bitmap_src",
srcs = ["ImageFrom565Bitmap.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkImageInfo_hdr",
"//include/core:SkImage_hdr",
],
)
generated_cc_atom(
name = "ImageGeneratorTest_src",
srcs = ["ImageGeneratorTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkColorSpace_hdr",
"//include/core:SkData_hdr",
"//include/core:SkGraphics_hdr",
"//include/core:SkImageGenerator_hdr",
"//include/core:SkPictureRecorder_hdr",
"//include/ports:SkImageGeneratorCG_hdr",
"//include/ports:SkImageGeneratorWIC_hdr",
"//include/private:SkImageInfoPriv_hdr",
"//src/core:SkAutoMalloc_hdr",
],
)
generated_cc_atom(
name = "ImageIsOpaqueTest_src",
srcs = ["ImageIsOpaqueTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkImage_hdr",
"//include/core:SkPictureRecorder_hdr",
"//include/core:SkSurface_hdr",
"//include/core:SkTypes_hdr",
"//include/gpu:GrDirectContext_hdr",
"//src/core:SkReadBuffer_hdr",
"//src/core:SkWriteBuffer_hdr",
"//tools:Resources_hdr",
],
)
generated_cc_atom(
name = "ImageNewShaderTest_src",
srcs = ["ImageNewShaderTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkImage_hdr",
"//include/core:SkShader_hdr",
"//include/core:SkSurface_hdr",
"//include/core:SkTypes_hdr",
"//include/gpu:GrDirectContext_hdr",
"//tools:Resources_hdr",
],
)
generated_cc_atom(
name = "ImageTest_src",
srcs = ["ImageTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkData_hdr",
"//include/core:SkImageEncoder_hdr",
"//include/core:SkImageGenerator_hdr",
"//include/core:SkPictureRecorder_hdr",
"//include/core:SkPicture_hdr",
"//include/core:SkRRect_hdr",
"//include/core:SkSerialProcs_hdr",
"//include/core:SkStream_hdr",
"//include/core:SkSurface_hdr",
"//include/gpu:GrContextThreadSafeProxy_hdr",
"//include/gpu:GrDirectContext_hdr",
"//src/core:SkAutoPixmapStorage_hdr",
"//src/core:SkBitmapCache_hdr",
"//src/core:SkColorSpacePriv_hdr",
"//src/core:SkImagePriv_hdr",
"//src/core:SkOpts_hdr",
"//src/gpu/ganesh:GrDirectContextPriv_hdr",
"//src/gpu/ganesh:GrGpu_hdr",
"//src/gpu/ganesh:GrImageContextPriv_hdr",
"//src/gpu/ganesh:GrRecordingContextPriv_hdr",
"//src/gpu/ganesh:GrResourceCache_hdr",
"//src/gpu/ganesh:GrTexture_hdr",
"//src/gpu/ganesh:SkGr_hdr",
"//src/image:SkImage_Base_hdr",
"//src/image:SkImage_GpuYUVA_hdr",
"//src/shaders:SkImageShader_hdr",
"//tools:Resources_hdr",
"//tools:ToolUtils_hdr",
"//tools/gpu:ManagedBackendTexture_hdr",
"//tools/gpu:ProxyUtils_hdr",
],
)
generated_cc_atom(
name = "IncrTopoSortTest_src",
srcs = ["IncrTopoSortTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkRefCnt_hdr",
"//src/core:SkTSort_hdr",
"//tools:ToolUtils_hdr",
],
)
generated_cc_atom(
name = "IndexedPngOverflowTest_src",
srcs = ["IndexedPngOverflowTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":CodecPriv_hdr",
":Test_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkImageInfo_hdr",
"//include/core:SkSurface_hdr",
],
)
generated_cc_atom(
name = "InfRectTest_src",
srcs = ["InfRectTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkRect_hdr",
"//include/private:SkFloatingPoint_hdr",
"//include/utils:SkRandom_hdr",
],
)
generated_cc_atom(
name = "InsetConvexPolyTest_src",
srcs = ["InsetConvexPolyTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkPoint_hdr",
"//include/private:SkTDArray_hdr",
"//src/utils:SkPolyUtils_hdr",
],
)
generated_cc_atom(
name = "InvalidIndexedPngTest_src",
srcs = ["InvalidIndexedPngTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":CodecPriv_hdr",
":Test_hdr",
"//include/core:SkBitmap_hdr",
],
)
generated_cc_atom(
name = "IsClosedSingleContourTest_src",
srcs = ["IsClosedSingleContourTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//src/core:SkPathPriv_hdr",
],
)
generated_cc_atom(
name = "JSONTest_src",
srcs = ["JSONTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkStream_hdr",
"//include/core:SkString_hdr",
"//src/core:SkArenaAlloc_hdr",
"//src/utils:SkJSON_hdr",
],
)
generated_cc_atom(
name = "LListTest_src",
srcs = ["LListTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/utils:SkRandom_hdr",
"//src/core:SkTInternalLList_hdr",
],
)
generated_cc_atom(
name = "LRUCacheTest_src",
srcs = ["LRUCacheTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//src/core:SkLRUCache_hdr",
],
)
generated_cc_atom(
name = "LazyProxyTest_src",
srcs = ["LazyProxyTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkColorSpace_hdr",
"//include/gpu/mock:GrMockTypes_hdr",
"//src/core:SkRectPriv_hdr",
"//src/gpu/ganesh:GrClip_hdr",
"//src/gpu/ganesh:GrDirectContextPriv_hdr",
"//src/gpu/ganesh:GrMemoryPool_hdr",
"//src/gpu/ganesh:GrOnFlushResourceProvider_hdr",
"//src/gpu/ganesh:GrProxyProvider_hdr",
"//src/gpu/ganesh:GrRecordingContextPriv_hdr",
"//src/gpu/ganesh:GrResourceProvider_hdr",
"//src/gpu/ganesh:GrSurfaceProxyPriv_hdr",
"//src/gpu/ganesh:GrSurfaceProxy_hdr",
"//src/gpu/ganesh:GrTextureProxyPriv_hdr",
"//src/gpu/ganesh:GrTextureProxy_hdr",
"//src/gpu/ganesh:GrTexture_hdr",
"//src/gpu/ganesh/effects:GrTextureEffect_hdr",
"//src/gpu/ganesh/mock:GrMockGpu_hdr",
"//src/gpu/ganesh/ops:GrDrawOp_hdr",
"//src/gpu/ganesh/v1:SurfaceDrawContext_v1_hdr",
],
)
generated_cc_atom(
name = "LazyStencilAttachmentTest_src",
srcs = ["LazyStencilAttachmentTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkColorSpace_hdr",
"//include/core:SkImageInfo_hdr",
"//include/core:SkPaint_hdr",
"//include/core:SkPath_hdr",
"//include/core:SkSurface_hdr",
"//include/gpu:GrDirectContext_hdr",
"//include/gpu:GrRecordingContext_hdr",
"//src/core:SkAutoPixmapStorage_hdr",
],
)
generated_cc_atom(
name = "M44Test_src",
srcs = ["M44Test.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkM44_hdr",
"//include/utils:SkRandom_hdr",
"//src/core:SkMatrixPriv_hdr",
],
)
generated_cc_atom(
name = "MD5Test_src",
srcs = ["MD5Test.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//src/core:SkMD5_hdr",
],
)
generated_cc_atom(
name = "MallocPixelRefTest_src",
srcs = ["MallocPixelRefTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkData_hdr",
"//include/core:SkMallocPixelRef_hdr",
"//src/core:SkAutoMalloc_hdr",
"//src/core:SkPixelRefPriv_hdr",
],
)
generated_cc_atom(
name = "MaskCacheTest_src",
srcs = ["MaskCacheTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//src/core:SkCachedData_hdr",
"//src/core:SkMaskCache_hdr",
"//src/core:SkResourceCache_hdr",
],
)
generated_cc_atom(
name = "MathTest_src",
srcs = ["MathTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkPoint_hdr",
"//include/private:SkColorData_hdr",
"//include/private:SkFixed_hdr",
"//include/private:SkHalf_hdr",
"//include/private:SkTPin_hdr",
"//include/private:SkTo_hdr",
"//include/utils:SkRandom_hdr",
"//src/core:SkEndian_hdr",
"//src/core:SkFDot6_hdr",
"//src/core:SkMathPriv_hdr",
],
)
generated_cc_atom(
name = "MatrixClipCollapseTest_src",
srcs = ["MatrixClipCollapseTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkPicture_hdr",
"//src/core:SkPictureFlat_hdr",
"//src/core:SkPictureRecord_hdr",
"//tools/debugger:DebugCanvas_hdr",
],
)
generated_cc_atom(
name = "MatrixColorFilterTest_src",
srcs = ["MatrixColorFilterTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":TestUtils_hdr",
":Test_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkColorFilter_hdr",
"//include/core:SkPaint_hdr",
"//include/core:SkSurface_hdr",
"//include/effects:SkColorMatrix_hdr",
"//include/gpu:GrDirectContext_hdr",
"//src/core:SkAutoPixmapStorage_hdr",
],
)
generated_cc_atom(
name = "MatrixTest_src",
srcs = ["MatrixTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkMath_hdr",
"//include/core:SkPoint3_hdr",
"//include/utils:SkRandom_hdr",
"//src/core:SkMatrixPriv_hdr",
"//src/core:SkMatrixUtils_hdr",
],
)
generated_cc_atom(
name = "MemoryTest_src",
srcs = ["MemoryTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [":Test_hdr"],
)
generated_cc_atom(
name = "MemsetTest_src",
srcs = ["MemsetTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/utils:SkRandom_hdr",
"//src/core:SkOpts_hdr",
],
)
generated_cc_atom(
name = "MessageBusTest_src",
srcs = ["MessageBusTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/gpu:GrDirectContext_hdr",
"//src/core:SkMessageBus_hdr",
],
)
generated_cc_atom(
name = "MetaDataTest_src",
srcs = ["MetaDataTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkRefCnt_hdr",
"//tools:SkMetaData_hdr",
],
)
generated_cc_atom(
name = "MipMapTest_src",
srcs = ["MipMapTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkSurface_hdr",
"//include/utils:SkRandom_hdr",
"//src/core:SkMipmapBuilder_hdr",
"//src/core:SkMipmap_hdr",
"//tools:Resources_hdr",
],
)
generated_cc_atom(
name = "MultiPictureDocumentTest_src",
srcs = ["MultiPictureDocumentTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkBitmap_hdr",
"//include/core:SkCanvas_hdr",
"//include/core:SkColorSpace_hdr",
"//include/core:SkColorType_hdr",
"//include/core:SkColor_hdr",
"//include/core:SkDocument_hdr",
"//include/core:SkFont_hdr",
"//include/core:SkImageInfo_hdr",
"//include/core:SkImage_hdr",
"//include/core:SkPictureRecorder_hdr",
"//include/core:SkPicture_hdr",
"//include/core:SkRRect_hdr",
"//include/core:SkRect_hdr",
"//include/core:SkSerialProcs_hdr",
"//include/core:SkStream_hdr",
"//include/core:SkString_hdr",
"//include/core:SkSurface_hdr",
"//include/core:SkTextBlob_hdr",
"//include/gpu:GrDirectContext_hdr",
"//src/gpu/ganesh:GrAHardwareBufferUtils_impl_hdr",
"//src/gpu/ganesh:GrCaps_hdr",
"//src/gpu/ganesh:GrDirectContextPriv_hdr",
"//src/utils:SkMultiPictureDocument_hdr",
"//tools:SkSharingProc_hdr",
"//tools:ToolUtils_hdr",
],
)
generated_cc_atom(
name = "NdkDecodeTest_src",
srcs = ["NdkDecodeTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkColorSpace_hdr",
"//include/core:SkTypes_hdr",
"//include/ports:SkImageGeneratorNDK_hdr",
"//tools:Resources_hdr",
"//tools:ToolUtils_hdr",
],
)
generated_cc_atom(
name = "NdkEncodeTest_src",
srcs = ["NdkEncodeTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkColorSpace_hdr",
"//include/core:SkColor_hdr",
"//include/core:SkImageEncoder_hdr",
"//include/core:SkImageGenerator_hdr",
"//include/core:SkTypes_hdr",
"//include/private:SkMalloc_hdr",
"//src/images:SkImageEncoderPriv_hdr",
"//tools:Resources_hdr",
"//tools:ToolUtils_hdr",
],
)
generated_cc_atom(
name = "NonlinearBlendingTest_src",
srcs = ["NonlinearBlendingTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkColorSpace_hdr",
"//include/third_party/skcms:skcms_hdr",
"//src/core:SkColorSpaceXformSteps_hdr",
],
)
generated_cc_atom(
name = "OSPathTest_src",
srcs = ["OSPathTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkString_hdr",
"//src/utils:SkOSPath_hdr",
],
)
generated_cc_atom(
name = "OffsetSimplePolyTest_src",
srcs = ["OffsetSimplePolyTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/core:SkPoint_hdr",
"//include/private:SkTDArray_hdr",
"//src/utils:SkPolyUtils_hdr",
],
)
generated_cc_atom(
name = "OnceTest_src",
srcs = ["OnceTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/private:SkOnce_hdr",
"//src/core:SkTaskGroup_hdr",
],
)
generated_cc_atom(
name = "OpChainTest_src",
srcs = ["OpChainTest.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":Test_hdr",
"//include/gpu:GrDirectContext_hdr",
"//src/gpu/ganesh:GrDirectContextPriv_hdr",
"//src/gpu/ganesh:GrMemoryPool_hdr",
"//src/gpu/ganesh:GrOpFlushState_hdr",
"//src/gpu/ganesh:GrProxyProvider_hdr",
"//src/gpu/ganesh:GrRecordingContextPriv_hdr",
"//src/gpu/ganesh/ops:GrOp_hdr",
"//src/gpu/ganesh/ops:OpsTask_hdr",
],
)