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", ], ) generated_cc_atom( name = "OverAlignedTest_src", srcs = ["OverAlignedTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/utils:SkRandom_hdr", ], ) generated_cc_atom( name = "PDFDeflateWStreamTest_src", srcs = ["PDFDeflateWStreamTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/private:SkTo_hdr", "//include/utils:SkRandom_hdr", "//src/pdf:SkDeflate_hdr", "//third_party:zlib", ], ) generated_cc_atom( name = "PDFDocumentTest_src", srcs = ["PDFDocumentTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkBitmap_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkExecutor_hdr", "//include/core:SkStream_hdr", "//include/docs:SkPDFDocument_hdr", "//src/core:SkOSFile_hdr", "//src/utils:SkOSPath_hdr", "//tools:Resources_hdr", "//tools:ToolUtils_hdr", ], ) generated_cc_atom( name = "PDFGlyphsToUnicodeTest_src", srcs = ["PDFGlyphsToUnicodeTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkData_hdr", "//include/core:SkStream_hdr", "//include/private:SkTDArray_hdr", "//include/private:SkTo_hdr", "//src/pdf:SkPDFMakeToUnicodeCmap_hdr", ], ) generated_cc_atom( name = "PDFJpegEmbedTest_src", srcs = ["PDFJpegEmbedTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkData_hdr", "//include/core:SkImageGenerator_hdr", "//include/core:SkStream_hdr", "//include/docs:SkPDFDocument_hdr", "//src/pdf:SkJpegInfo_hdr", "//tools:Resources_hdr", ], ) generated_cc_atom( name = "PDFMetadataAttributeTest_src", srcs = ["PDFMetadataAttributeTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkData_hdr", "//include/core:SkStream_hdr", "//include/docs:SkPDFDocument_hdr", ], ) generated_cc_atom( name = "PDFOpaqueSrcModeToSrcOverTest_src", srcs = ["PDFOpaqueSrcModeToSrcOverTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkStream_hdr", "//include/docs:SkPDFDocument_hdr", ], ) generated_cc_atom( name = "PDFPrimitivesTest_src", srcs = ["PDFPrimitivesTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkBitmap_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkData_hdr", "//include/core:SkImageEncoder_hdr", "//include/core:SkMatrix_hdr", "//include/core:SkScalar_hdr", "//include/core:SkStream_hdr", "//include/core:SkTypes_hdr", "//include/effects:SkImageFilters_hdr", "//include/effects:SkPerlinNoiseShader_hdr", "//include/private:SkTo_hdr", "//src/core:SkGlyphRun_hdr", "//src/core:SkImageFilter_Base_hdr", "//src/core:SkReadBuffer_hdr", "//src/core:SkSpecialImage_hdr", "//src/pdf:SkClusterator_hdr", "//src/pdf:SkDeflate_hdr", "//src/pdf:SkPDFDevice_hdr", "//src/pdf:SkPDFDocumentPriv_hdr", "//src/pdf:SkPDFFont_hdr", "//src/pdf:SkPDFTypes_hdr", "//src/pdf:SkPDFUnion_hdr", "//src/pdf:SkPDFUtils_hdr", "//tools:Resources_hdr", "//tools:ToolUtils_hdr", ], ) generated_cc_atom( name = "PDFTaggedLinkTest_src", srcs = ["PDFTaggedLinkTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkAnnotation_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkFont_hdr", "//include/core:SkStream_hdr", "//include/docs:SkPDFDocument_hdr", ], ) generated_cc_atom( name = "PDFTaggedPruningTest_src", srcs = ["PDFTaggedPruningTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkFont_hdr", "//include/core:SkStream_hdr", "//include/docs:SkPDFDocument_hdr", ], ) generated_cc_atom( name = "PDFTaggedTableTest_src", srcs = ["PDFTaggedTableTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkFont_hdr", "//include/core:SkStream_hdr", "//include/docs:SkPDFDocument_hdr", ], ) generated_cc_atom( name = "PDFTaggedTest_src", srcs = ["PDFTaggedTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkBitmap_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkFont_hdr", "//include/core:SkStream_hdr", "//include/docs:SkPDFDocument_hdr", ], ) generated_cc_atom( name = "PaintTest_src", srcs = ["PaintTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkFont_hdr", "//include/core:SkMaskFilter_hdr", "//include/core:SkPath_hdr", "//include/core:SkTypeface_hdr", "//include/effects:SkColorMatrixFilter_hdr", "//include/private:SkTo_hdr", "//include/utils:SkRandom_hdr", "//src/core:SkAutoMalloc_hdr", "//src/core:SkBlurMask_hdr", "//src/core:SkPaintPriv_hdr", "//src/core:SkReadBuffer_hdr", "//src/core:SkWriteBuffer_hdr", "//src/utils:SkUTF_hdr", ], ) generated_cc_atom( name = "ParametricStageTest_src", srcs = ["ParametricStageTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkColorSpace_hdr", "//src/core:SkRasterPipeline_hdr", ], ) generated_cc_atom( name = "ParseColorTest_src", srcs = ["ParseColorTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/utils:SkParse_hdr", ], ) generated_cc_atom( name = "ParsePathTest_src", srcs = ["ParsePathTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/utils:SkParsePath_hdr", "//include/utils:SkRandom_hdr", "//tools:random_parse_path_hdr", ], ) generated_cc_atom( name = "PathBuilderTest_src", srcs = ["PathBuilderTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkPathBuilder_hdr", "//include/core:SkPathTypes_hdr", "//include/core:SkRRect_hdr", "//include/utils:SkRandom_hdr", "//src/core:SkPathPriv_hdr", ], ) generated_cc_atom( name = "PathCoverageTest_src", srcs = ["PathCoverageTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkScalar_hdr", "//src/core:SkMathPriv_hdr", "//src/core:SkPointPriv_hdr", ], ) generated_cc_atom( name = "PathMeasureTest_src", srcs = ["PathMeasureTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkContourMeasure_hdr", "//include/core:SkPathMeasure_hdr", "//src/core:SkPathPriv_hdr", ], ) generated_cc_atom( name = "PathOpsAngleIdeas_src", srcs = ["PathOpsAngleIdeas.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsTestCommon_hdr", ":Test_hdr", "//include/private:SkTArray_hdr", "//include/utils:SkRandom_hdr", "//src/core:SkTSort_hdr", "//src/pathops:SkIntersections_hdr", "//src/pathops:SkOpContour_hdr", "//src/pathops:SkOpSegment_hdr", ], ) generated_cc_atom( name = "PathOpsAngleTest_src", srcs = ["PathOpsAngleTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsTestCommon_hdr", ":Test_hdr", "//include/utils:SkRandom_hdr", "//src/pathops:SkIntersections_hdr", "//src/pathops:SkOpContour_hdr", "//src/pathops:SkOpSegment_hdr", ], ) generated_cc_atom( name = "PathOpsAsWindingTest_src", srcs = ["PathOpsAsWindingTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsExtendedTest_hdr", ":PathOpsThreadedCommon_hdr", ":Test_hdr", ], ) generated_cc_atom( name = "PathOpsBattles_src", srcs = ["PathOpsBattles.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsExtendedTest_hdr", ":PathOpsTestCommon_hdr", ], ) generated_cc_atom( name = "PathOpsBoundsTest_src", srcs = ["PathOpsBoundsTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsTestCommon_hdr", ":Test_hdr", "//src/pathops:SkPathOpsBounds_hdr", "//src/pathops:SkPathOpsCurve_hdr", ], ) generated_cc_atom( name = "PathOpsBuildUseTest_src", srcs = ["PathOpsBuildUseTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsExtendedTest_hdr", ":PathOpsTestCommon_hdr", ], ) generated_cc_atom( name = "PathOpsBuilderConicTest_src", srcs = ["PathOpsBuilderConicTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsExtendedTest_hdr", ":SubsetPath_hdr", "//include/core:SkRegion_hdr", "//include/utils:SkParsePath_hdr", "//include/utils:SkRandom_hdr", "//tools/flags:CommandLineFlags_hdr", ], ) generated_cc_atom( name = "PathOpsBuilderTest_src", srcs = ["PathOpsBuilderTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsExtendedTest_hdr", ":PathOpsTestCommon_hdr", ":Test_hdr", "//include/core:SkBitmap_hdr", ], ) generated_cc_atom( name = "PathOpsChalkboardTest_src", srcs = ["PathOpsChalkboardTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsExtendedTest_hdr", ":PathOpsThreadedCommon_hdr", "//include/utils:SkRandom_hdr", ], ) generated_cc_atom( name = "PathOpsConicIntersectionTest_src", srcs = ["PathOpsConicIntersectionTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsTestCommon_hdr", ":Test_hdr", "//include/core:SkBitmap_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkImageEncoder_hdr", "//include/core:SkPaint_hdr", "//include/core:SkString_hdr", "//src/core:SkGeometry_hdr", "//src/pathops:SkIntersections_hdr", "//src/pathops:SkPathOpsRect_hdr", ], ) generated_cc_atom( name = "PathOpsConicLineIntersectionTest_src", srcs = ["PathOpsConicLineIntersectionTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsExtendedTest_hdr", ":PathOpsTestCommon_hdr", ":Test_hdr", "//src/core:SkGeometry_hdr", "//src/pathops:SkIntersections_hdr", "//src/pathops:SkPathOpsConic_hdr", "//src/pathops:SkPathOpsLine_hdr", "//src/pathops:SkReduceOrder_hdr", ], ) generated_cc_atom( name = "PathOpsConicQuadIntersectionTest_src", srcs = ["PathOpsConicQuadIntersectionTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsTestCommon_hdr", ":Test_hdr", "//src/pathops:SkIntersections_hdr", "//src/pathops:SkPathOpsConic_hdr", "//src/pathops:SkPathOpsQuad_hdr", "//src/pathops:SkReduceOrder_hdr", ], ) generated_cc_atom( name = "PathOpsCubicConicIntersectionTest_src", srcs = ["PathOpsCubicConicIntersectionTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsTestCommon_hdr", ":Test_hdr", "//src/pathops:SkIntersections_hdr", "//src/pathops:SkPathOpsConic_hdr", "//src/pathops:SkPathOpsCubic_hdr", "//src/pathops:SkReduceOrder_hdr", ], ) generated_cc_atom( name = "PathOpsCubicIntersectionTestData_hdr", hdrs = ["PathOpsCubicIntersectionTestData.h"], visibility = ["//:__subpackages__"], deps = [":PathOpsTestCommon_hdr"], ) generated_cc_atom( name = "PathOpsCubicIntersectionTestData_src", srcs = ["PathOpsCubicIntersectionTestData.cpp"], visibility = ["//:__subpackages__"], deps = [":PathOpsCubicIntersectionTestData_hdr"], ) generated_cc_atom( name = "PathOpsCubicIntersectionTest_src", srcs = ["PathOpsCubicIntersectionTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsCubicIntersectionTestData_hdr", ":PathOpsTestCommon_hdr", ":Test_hdr", "//src/core:SkGeometry_hdr", "//src/pathops:SkIntersections_hdr", "//src/pathops:SkPathOpsRect_hdr", "//src/pathops:SkReduceOrder_hdr", ], ) generated_cc_atom( name = "PathOpsCubicLineIntersectionIdeas_src", srcs = ["PathOpsCubicLineIntersectionIdeas.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsTestCommon_hdr", ":Test_hdr", "//include/utils:SkRandom_hdr", "//src/pathops:SkIntersections_hdr", "//src/pathops:SkPathOpsCubic_hdr", "//src/pathops:SkPathOpsLine_hdr", "//src/pathops:SkPathOpsQuad_hdr", "//src/pathops:SkReduceOrder_hdr", ], ) generated_cc_atom( name = "PathOpsCubicLineIntersectionTest_src", srcs = ["PathOpsCubicLineIntersectionTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsTestCommon_hdr", ":Test_hdr", "//src/pathops:SkIntersections_hdr", "//src/pathops:SkPathOpsCubic_hdr", "//src/pathops:SkPathOpsLine_hdr", "//src/pathops:SkReduceOrder_hdr", ], ) generated_cc_atom( name = "PathOpsCubicQuadIntersectionTest_src", srcs = ["PathOpsCubicQuadIntersectionTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsTestCommon_hdr", ":Test_hdr", "//include/utils:SkRandom_hdr", "//src/pathops:SkIntersections_hdr", "//src/pathops:SkPathOpsCubic_hdr", "//src/pathops:SkPathOpsQuad_hdr", "//src/pathops:SkReduceOrder_hdr", ], ) generated_cc_atom( name = "PathOpsCubicReduceOrderTest_src", srcs = ["PathOpsCubicReduceOrderTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsCubicIntersectionTestData_hdr", ":PathOpsQuadIntersectionTestData_hdr", ":PathOpsTestCommon_hdr", ":Test_hdr", "//src/pathops:SkIntersections_hdr", "//src/pathops:SkPathOpsRect_hdr", "//src/pathops:SkReduceOrder_hdr", ], ) generated_cc_atom( name = "PathOpsDCubicTest_src", srcs = ["PathOpsDCubicTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsTestCommon_hdr", ":Test_hdr", "//src/pathops:SkPathOpsCubic_hdr", ], ) generated_cc_atom( name = "PathOpsDLineTest_src", srcs = ["PathOpsDLineTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsTestCommon_hdr", ":Test_hdr", "//src/pathops:SkPathOpsLine_hdr", ], ) generated_cc_atom( name = "PathOpsDPointTest_src", srcs = ["PathOpsDPointTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsTestCommon_hdr", ":Test_hdr", "//src/pathops:SkPathOpsPoint_hdr", ], ) generated_cc_atom( name = "PathOpsDRectTest_src", srcs = ["PathOpsDRectTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsTestCommon_hdr", ":Test_hdr", "//src/pathops:SkPathOpsCubic_hdr", "//src/pathops:SkPathOpsLine_hdr", "//src/pathops:SkPathOpsQuad_hdr", "//src/pathops:SkPathOpsRect_hdr", ], ) generated_cc_atom( name = "PathOpsDVectorTest_src", srcs = ["PathOpsDVectorTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsTestCommon_hdr", ":Test_hdr", "//src/pathops:SkPathOpsPoint_hdr", ], ) generated_cc_atom( name = "PathOpsDebug_hdr", hdrs = ["PathOpsDebug.h"], visibility = ["//:__subpackages__"], ) generated_cc_atom( name = "PathOpsDebug_src", srcs = ["PathOpsDebug.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsDebug_hdr", ":PathOpsTSectDebug_hdr", "//include/core:SkString_hdr", "//include/private:SkMutex_hdr", "//src/pathops:SkIntersectionHelper_hdr", "//src/pathops:SkOpCoincidence_hdr", "//src/pathops:SkOpContour_hdr", "//src/pathops:SkOpSegment_hdr", ], ) generated_cc_atom( name = "PathOpsExtendedTest_hdr", hdrs = ["PathOpsExtendedTest.h"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkBitmap_hdr", "//include/core:SkPath_hdr", "//include/core:SkStream_hdr", "//src/pathops:SkPathOpsTypes_hdr", ], ) generated_cc_atom( name = "PathOpsExtendedTest_src", srcs = ["PathOpsExtendedTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsDebug_hdr", ":PathOpsExtendedTest_hdr", ":PathOpsThreadedCommon_hdr", "//include/core:SkBitmap_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkMatrix_hdr", "//include/core:SkPaint_hdr", "//include/core:SkRegion_hdr", "//include/core:SkStream_hdr", "//include/private:SkMutex_hdr", "//include/utils:SkParsePath_hdr", "//src/core:SkPathPriv_hdr", ], ) generated_cc_atom( name = "PathOpsFuzz763Test_src", srcs = ["PathOpsFuzz763Test.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsExtendedTest_hdr", ":PathOpsTestCommon_hdr", ], ) generated_cc_atom( name = "PathOpsInverseTest_src", srcs = ["PathOpsInverseTest.cpp"], visibility = ["//:__subpackages__"], deps = [":PathOpsExtendedTest_hdr"], ) generated_cc_atom( name = "PathOpsIssue3651_src", srcs = ["PathOpsIssue3651.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsExtendedTest_hdr", ":PathOpsTestCommon_hdr", ], ) generated_cc_atom( name = "PathOpsLineIntersectionTest_src", srcs = ["PathOpsLineIntersectionTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsTestCommon_hdr", ":Test_hdr", "//src/pathops:SkIntersections_hdr", "//src/pathops:SkPathOpsLine_hdr", ], ) generated_cc_atom( name = "PathOpsLineParametetersTest_src", srcs = ["PathOpsLineParametetersTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsTestCommon_hdr", ":Test_hdr", "//src/pathops:SkLineParameters_hdr", ], ) generated_cc_atom( name = "PathOpsOpCircleThreadedTest_src", srcs = ["PathOpsOpCircleThreadedTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsDebug_hdr", ":PathOpsExtendedTest_hdr", ":PathOpsThreadedCommon_hdr", "//include/core:SkString_hdr", ], ) generated_cc_atom( name = "PathOpsOpCubicThreadedTest_src", srcs = ["PathOpsOpCubicThreadedTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsDebug_hdr", ":PathOpsExtendedTest_hdr", ":PathOpsThreadedCommon_hdr", "//include/core:SkString_hdr", ], ) generated_cc_atom( name = "PathOpsOpLoopThreadedTest_src", srcs = ["PathOpsOpLoopThreadedTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsDebug_hdr", ":PathOpsExtendedTest_hdr", ":PathOpsThreadedCommon_hdr", "//include/core:SkString_hdr", ], ) generated_cc_atom( name = "PathOpsOpRectThreadedTest_src", srcs = ["PathOpsOpRectThreadedTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsDebug_hdr", ":PathOpsExtendedTest_hdr", ":PathOpsThreadedCommon_hdr", "//include/core:SkString_hdr", ], ) generated_cc_atom( name = "PathOpsOpTest_src", srcs = ["PathOpsOpTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsDebug_hdr", ":PathOpsExtendedTest_hdr", ":PathOpsTestCommon_hdr", "//include/utils:SkParsePath_hdr", "//src/core:SkGeometry_hdr", "//src/pathops:SkPathOpsCubic_hdr", ], ) generated_cc_atom( name = "PathOpsQuadIntersectionTestData_hdr", hdrs = ["PathOpsQuadIntersectionTestData.h"], visibility = ["//:__subpackages__"], deps = [":PathOpsTestCommon_hdr"], ) generated_cc_atom( name = "PathOpsQuadIntersectionTestData_src", srcs = ["PathOpsQuadIntersectionTestData.cpp"], visibility = ["//:__subpackages__"], deps = [":PathOpsQuadIntersectionTestData_hdr"], ) generated_cc_atom( name = "PathOpsQuadIntersectionTest_src", srcs = ["PathOpsQuadIntersectionTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsQuadIntersectionTestData_hdr", ":PathOpsTestCommon_hdr", ":Test_hdr", "//src/pathops:SkIntersections_hdr", "//src/pathops:SkPathOpsRect_hdr", "//src/pathops:SkReduceOrder_hdr", ], ) generated_cc_atom( name = "PathOpsQuadLineIntersectionTest_src", srcs = ["PathOpsQuadLineIntersectionTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsExtendedTest_hdr", ":PathOpsTestCommon_hdr", ":Test_hdr", "//src/pathops:SkIntersections_hdr", "//src/pathops:SkPathOpsLine_hdr", "//src/pathops:SkPathOpsQuad_hdr", "//src/pathops:SkReduceOrder_hdr", ], ) generated_cc_atom( name = "PathOpsQuadLineIntersectionThreadedTest_src", srcs = ["PathOpsQuadLineIntersectionThreadedTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsExtendedTest_hdr", ":PathOpsTestCommon_hdr", ":PathOpsThreadedCommon_hdr", "//include/core:SkString_hdr", "//src/pathops:SkIntersections_hdr", "//src/pathops:SkPathOpsLine_hdr", "//src/pathops:SkPathOpsQuad_hdr", "//src/pathops:SkReduceOrder_hdr", ], ) generated_cc_atom( name = "PathOpsQuadReduceOrderTest_src", srcs = ["PathOpsQuadReduceOrderTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsQuadIntersectionTestData_hdr", ":Test_hdr", "//src/pathops:SkIntersections_hdr", "//src/pathops:SkPathOpsRect_hdr", "//src/pathops:SkReduceOrder_hdr", ], ) generated_cc_atom( name = "PathOpsSimplifyDegenerateThreadedTest_src", srcs = ["PathOpsSimplifyDegenerateThreadedTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsExtendedTest_hdr", ":PathOpsThreadedCommon_hdr", "//include/core:SkString_hdr", ], ) generated_cc_atom( name = "PathOpsSimplifyFailTest_src", srcs = ["PathOpsSimplifyFailTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsExtendedTest_hdr", ":Test_hdr", "//include/core:SkPath_hdr", "//include/core:SkPoint_hdr", "//include/pathops:SkPathOps_hdr", ], ) generated_cc_atom( name = "PathOpsSimplifyQuadThreadedTest_src", srcs = ["PathOpsSimplifyQuadThreadedTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsExtendedTest_hdr", ":PathOpsThreadedCommon_hdr", "//include/core:SkString_hdr", ], ) generated_cc_atom( name = "PathOpsSimplifyQuadralateralsThreadedTest_src", srcs = ["PathOpsSimplifyQuadralateralsThreadedTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsExtendedTest_hdr", ":PathOpsThreadedCommon_hdr", "//include/core:SkString_hdr", ], ) generated_cc_atom( name = "PathOpsSimplifyRectThreadedTest_src", srcs = ["PathOpsSimplifyRectThreadedTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsExtendedTest_hdr", ":PathOpsThreadedCommon_hdr", "//include/core:SkString_hdr", "//include/private:SkMacros_hdr", ], ) generated_cc_atom( name = "PathOpsSimplifyTest_src", srcs = ["PathOpsSimplifyTest.cpp"], visibility = ["//:__subpackages__"], deps = [":PathOpsExtendedTest_hdr"], ) generated_cc_atom( name = "PathOpsSimplifyTrianglesThreadedTest_src", srcs = ["PathOpsSimplifyTrianglesThreadedTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsExtendedTest_hdr", ":PathOpsThreadedCommon_hdr", "//include/core:SkString_hdr", ], ) generated_cc_atom( name = "PathOpsSkpTest_src", srcs = ["PathOpsSkpTest.cpp"], visibility = ["//:__subpackages__"], deps = [":PathOpsExtendedTest_hdr"], ) generated_cc_atom( name = "PathOpsTSectDebug_hdr", hdrs = ["PathOpsTSectDebug.h"], visibility = ["//:__subpackages__"], deps = ["//src/pathops:SkPathOpsTSect_hdr"], ) generated_cc_atom( name = "PathOpsTestCommon_hdr", hdrs = ["PathOpsTestCommon.h"], visibility = ["//:__subpackages__"], deps = [ "//include/private:SkTArray_hdr", "//src/pathops:SkPathOpsQuad_hdr", ], ) generated_cc_atom( name = "PathOpsTestCommon_src", srcs = ["PathOpsTestCommon.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsTestCommon_hdr", "//src/core:SkPathPriv_hdr", "//src/core:SkTSort_hdr", "//src/pathops:SkPathOpsBounds_hdr", "//src/pathops:SkPathOpsConic_hdr", "//src/pathops:SkPathOpsCubic_hdr", "//src/pathops:SkPathOpsLine_hdr", "//src/pathops:SkPathOpsQuad_hdr", "//src/pathops:SkPathOpsTSect_hdr", "//src/pathops:SkReduceOrder_hdr", ], ) generated_cc_atom( name = "PathOpsThreadedCommon_hdr", hdrs = ["PathOpsThreadedCommon.h"], visibility = ["//:__subpackages__"], deps = [ "//include/core:SkBitmap_hdr", "//include/core:SkGraphics_hdr", "//include/core:SkPath_hdr", "//include/pathops:SkPathOps_hdr", "//include/private:SkTDArray_hdr", ], ) generated_cc_atom( name = "PathOpsThreadedCommon_src", srcs = ["PathOpsThreadedCommon.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsExtendedTest_hdr", ":PathOpsThreadedCommon_hdr", "//src/core:SkTaskGroup_hdr", ], ) generated_cc_atom( name = "PathOpsThreeWayTest_src", srcs = ["PathOpsThreeWayTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsTestCommon_hdr", ":Test_hdr", "//include/private:SkTDArray_hdr", "//src/pathops:SkIntersections_hdr", ], ) generated_cc_atom( name = "PathOpsTigerTest_src", srcs = ["PathOpsTigerTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsDebug_hdr", ":PathOpsExtendedTest_hdr", ":PathOpsThreadedCommon_hdr", "//include/utils:SkRandom_hdr", ], ) generated_cc_atom( name = "PathOpsTightBoundsTest_src", srcs = ["PathOpsTightBoundsTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsExtendedTest_hdr", ":PathOpsThreadedCommon_hdr", ":Test_hdr", "//include/core:SkCanvas_hdr", "//include/utils:SkRandom_hdr", ], ) generated_cc_atom( name = "PathOpsTypesTest_src", srcs = ["PathOpsTypesTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsTestCommon_hdr", ":Test_hdr", ], ) generated_cc_atom( name = "PathRendererCacheTests_src", srcs = ["PathRendererCacheTests.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkColorSpace_hdr", "//include/core:SkPath_hdr", "//include/gpu:GrDirectContext_hdr", "//include/gpu:GrRecordingContext_hdr", "//src/gpu/ganesh:GrDirectContextPriv_hdr", "//src/gpu/ganesh:GrRecordingContextPriv_hdr", "//src/gpu/ganesh:GrResourceCache_hdr", "//src/gpu/ganesh:GrStyle_hdr", "//src/gpu/ganesh:GrUserStencilSettings_hdr", "//src/gpu/ganesh/effects:GrPorterDuffXferProcessor_hdr", "//src/gpu/ganesh/geometry:GrStyledShape_hdr", "//src/gpu/ganesh/ops:SoftwarePathRenderer_hdr", "//src/gpu/ganesh/ops:TriangulatingPathRenderer_hdr", "//src/gpu/ganesh/v1:SurfaceDrawContext_v1_hdr", ], ) generated_cc_atom( name = "PathTest_src", srcs = ["PathTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkFont_hdr", "//include/core:SkPaint_hdr", "//include/core:SkRRect_hdr", "//include/core:SkSize_hdr", "//include/core:SkStream_hdr", "//include/core:SkStrokeRec_hdr", "//include/core:SkSurface_hdr", "//include/core:SkVertices_hdr", "//include/pathops:SkPathOps_hdr", "//include/private:SkIDChangeListener_hdr", "//include/private:SkTo_hdr", "//include/utils:SkNullCanvas_hdr", "//include/utils:SkParsePath_hdr", "//include/utils:SkParse_hdr", "//include/utils:SkRandom_hdr", "//src/core:SkAutoMalloc_hdr", "//src/core:SkGeometry_hdr", "//src/core:SkPathPriv_hdr", "//src/core:SkReadBuffer_hdr", "//src/core:SkWriteBuffer_hdr", ], ) generated_cc_atom( name = "PictureBBHTest_src", srcs = ["PictureBBHTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkBitmap_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkPaint_hdr", "//include/core:SkPictureRecorder_hdr", "//include/core:SkPicture_hdr", "//src/core:SkRectPriv_hdr", ], ) generated_cc_atom( name = "PictureShaderTest_src", srcs = ["PictureShaderTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkPictureRecorder_hdr", "//include/core:SkPicture_hdr", "//include/core:SkShader_hdr", "//include/core:SkSurface_hdr", "//src/core:SkPicturePriv_hdr", "//src/core:SkResourceCache_hdr", "//src/shaders:SkPictureShader_hdr", ], ) generated_cc_atom( name = "PictureTest_src", srcs = ["PictureTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkBBHFactory_hdr", "//include/core:SkBitmap_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkClipOp_hdr", "//include/core:SkColor_hdr", "//include/core:SkData_hdr", "//include/core:SkFontStyle_hdr", "//include/core:SkImageInfo_hdr", "//include/core:SkMatrix_hdr", "//include/core:SkPaint_hdr", "//include/core:SkPath_hdr", "//include/core:SkPictureRecorder_hdr", "//include/core:SkPixelRef_hdr", "//include/core:SkRect_hdr", "//include/core:SkRefCnt_hdr", "//include/core:SkScalar_hdr", "//include/core:SkShader_hdr", "//include/core:SkStream_hdr", "//include/core:SkTypeface_hdr", "//include/core:SkTypes_hdr", "//include/utils:SkRandom_hdr", "//src/core:SkBigPicture_hdr", "//src/core:SkMiniRecorder_hdr", "//src/core:SkPicturePriv_hdr", "//src/core:SkRectPriv_hdr", ], ) generated_cc_atom( name = "PinnedImageTest_src", srcs = ["PinnedImageTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkBitmap_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkSurface_hdr", "//include/gpu:GrDirectContext_hdr", "//src/core:SkImagePriv_hdr", "//tools/gpu:GrContextFactory_hdr", ], ) generated_cc_atom( name = "PixelRefTest_src", srcs = ["PixelRefTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkMallocPixelRef_hdr", "//include/core:SkPixelRef_hdr", "//include/private:SkIDChangeListener_hdr", ], ) generated_cc_atom( name = "Point3Test_src", srcs = ["Point3Test.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkPoint3_hdr", "//include/utils:SkRandom_hdr", ], ) generated_cc_atom( name = "PointTest_src", srcs = ["PointTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkRect_hdr", "//src/core:SkPointPriv_hdr", ], ) generated_cc_atom( name = "PolyUtilsTest_src", srcs = ["PolyUtilsTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkPoint_hdr", "//include/private:SkTDArray_hdr", "//src/utils:SkPolyUtils_hdr", ], ) generated_cc_atom( name = "PreChopPathCurvesTest_src", srcs = ["PreChopPathCurvesTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//src/gpu/tessellate:Tessellation_hdr", ], ) generated_cc_atom( name = "PremulAlphaRoundTripTest_src", srcs = ["PremulAlphaRoundTripTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkBitmap_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkSurface_hdr", "//include/gpu:GrDirectContext_hdr", "//src/core:SkConvertPixels_hdr", "//src/gpu/ganesh:GrDataUtils_hdr", "//src/gpu/ganesh:GrPixmap_hdr", "//tools:ToolUtils_hdr", ], ) generated_cc_atom( name = "PrimitiveProcessorTest_src", srcs = ["PrimitiveProcessorTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkColorSpace_hdr", "//include/core:SkString_hdr", "//include/core:SkTypes_hdr", "//include/gpu:GrDirectContext_hdr", "//src/core:SkPointPriv_hdr", "//src/gpu:KeyBuilder_hdr", "//src/gpu/ganesh:GrDirectContextPriv_hdr", "//src/gpu/ganesh:GrGeometryProcessor_hdr", "//src/gpu/ganesh:GrGpu_hdr", "//src/gpu/ganesh:GrMemoryPool_hdr", "//src/gpu/ganesh:GrOpFlushState_hdr", "//src/gpu/ganesh:GrProgramInfo_hdr", "//src/gpu/ganesh/glsl:GrGLSLFragmentShaderBuilder_hdr", "//src/gpu/ganesh/glsl:GrGLSLVarying_hdr", "//src/gpu/ganesh/ops:GrMeshDrawOp_hdr", "//src/gpu/ganesh/ops:GrSimpleMeshDrawOpHelper_hdr", "//src/gpu/ganesh/v1:SurfaceDrawContext_v1_hdr", ], ) generated_cc_atom( name = "ProcessorTest_src", srcs = ["ProcessorTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":TestHarness_hdr", ":TestUtils_hdr", ":Test_hdr", "//include/core:SkColorSpace_hdr", "//include/gpu:GrDirectContext_hdr", "//src/gpu:KeyBuilder_hdr", "//src/gpu/ganesh:GrClip_hdr", "//src/gpu/ganesh:GrDirectContextPriv_hdr", "//src/gpu/ganesh:GrFragmentProcessor_hdr", "//src/gpu/ganesh:GrGpuResource_hdr", "//src/gpu/ganesh:GrImageInfo_hdr", "//src/gpu/ganesh:GrMemoryPool_hdr", "//src/gpu/ganesh:GrProxyProvider_hdr", "//src/gpu/ganesh:GrResourceProvider_hdr", "//src/gpu/ganesh:SkGr_hdr", "//src/gpu/ganesh/effects:GrTextureEffect_hdr", "//src/gpu/ganesh/glsl:GrGLSLFragmentShaderBuilder_hdr", "//src/gpu/ganesh/ops:GrMeshDrawOp_hdr", "//src/gpu/ganesh/v1:SurfaceDrawContext_v1_hdr", "//tools/flags:CommandLineFlags_hdr", ], ) generated_cc_atom( name = "ProgramsTest_src", srcs = ["ProgramsTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkColorSpace_hdr", "//include/core:SkTypes_hdr", "//include/gpu:GrDirectContext_hdr", "//include/private:SkChecksum_hdr", "//include/utils:SkRandom_hdr", "//src/gpu:KeyBuilder_hdr", "//src/gpu/ganesh:GrAutoLocaleSetter_hdr", "//src/gpu/ganesh:GrDirectContextPriv_hdr", "//src/gpu/ganesh:GrDrawOpTest_hdr", "//src/gpu/ganesh:GrDrawingManager_hdr", "//src/gpu/ganesh:GrFragmentProcessor_hdr", "//src/gpu/ganesh:GrPipeline_hdr", "//src/gpu/ganesh:GrProxyProvider_hdr", "//src/gpu/ganesh:GrXferProcessor_hdr", "//src/gpu/ganesh/effects:GrBlendFragmentProcessor_hdr", "//src/gpu/ganesh/effects:GrPorterDuffXferProcessor_hdr", "//src/gpu/ganesh/gl:GrGLGpu_hdr", "//src/gpu/ganesh/glsl:GrGLSLFragmentShaderBuilder_hdr", "//src/gpu/ganesh/glsl:GrGLSLProgramBuilder_hdr", "//src/gpu/ganesh/ops:GrDrawOp_hdr", "//src/gpu/ganesh/v1:SurfaceDrawContext_v1_hdr", "//tools/gpu:GrContextFactory_hdr", ], ) generated_cc_atom( name = "PromiseImageTest_src", srcs = ["PromiseImageTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkColorFilter_hdr", "//include/core:SkPromiseImageTexture_hdr", "//include/gpu:GrBackendSurface_hdr", "//include/gpu:GrDirectContext_hdr", "//src/gpu/ganesh:GrDirectContextPriv_hdr", "//src/gpu/ganesh:GrGpu_hdr", "//src/gpu/ganesh:GrResourceProvider_hdr", "//src/gpu/ganesh:GrTexture_hdr", "//src/image:SkImage_Gpu_hdr", "//tools/gpu:ManagedBackendTexture_hdr", ], ) generated_cc_atom( name = "ProxyConversionTest_src", srcs = ["ProxyConversionTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/gpu:GrBackendSurface_hdr", "//include/gpu:GrDirectContext_hdr", "//src/gpu/ganesh:GrDirectContextPriv_hdr", "//src/gpu/ganesh:GrGpu_hdr", "//src/gpu/ganesh:GrProxyProvider_hdr", "//src/gpu/ganesh:GrRenderTargetProxy_hdr", "//src/gpu/ganesh:GrRenderTarget_hdr", "//src/gpu/ganesh:GrSurfaceProxy_hdr", "//src/gpu/ganesh:GrTextureProxy_hdr", "//src/gpu/ganesh:GrTexture_hdr", ], ) generated_cc_atom( name = "ProxyRefTest_src", srcs = ["ProxyRefTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":TestUtils_hdr", ":Test_hdr", "//include/gpu:GrDirectContext_hdr", "//src/gpu/ganesh:GrDirectContextPriv_hdr", "//src/gpu/ganesh:GrProxyProvider_hdr", "//src/gpu/ganesh:GrRecordingContextPriv_hdr", "//src/gpu/ganesh:GrRenderTargetProxy_hdr", "//src/gpu/ganesh:GrResourceProvider_hdr", "//src/gpu/ganesh:GrSurfaceProxy_hdr", "//src/gpu/ganesh:GrTextureProxy_hdr", "//src/gpu/ganesh:GrTexture_hdr", ], ) generated_cc_atom( name = "ProxyTest_src", srcs = ["ProxyTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":TestUtils_hdr", ":Test_hdr", "//include/gpu:GrBackendSurface_hdr", "//include/gpu:GrDirectContext_hdr", "//src/gpu/ganesh:GrDirectContextPriv_hdr", "//src/gpu/ganesh:GrGpu_hdr", "//src/gpu/ganesh:GrProxyProvider_hdr", "//src/gpu/ganesh:GrRenderTargetProxy_hdr", "//src/gpu/ganesh:GrRenderTarget_hdr", "//src/gpu/ganesh:GrResourceProvider_hdr", "//src/gpu/ganesh:GrSurfaceProxyPriv_hdr", "//src/gpu/ganesh:GrSurface_hdr", "//src/gpu/ganesh:GrTextureProxy_hdr", "//src/gpu/ganesh:GrTexture_hdr", "//src/gpu/ganesh:SkGr_hdr", "//src/gpu/ganesh/gl:GrGLDefines_impl_hdr", "//src/gpu/ganesh/gl:GrGLUtil_hdr", "//tools/gpu:ManagedBackendTexture_hdr", ], ) generated_cc_atom( name = "QuickRejectTest_src", srcs = ["QuickRejectTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkBitmap_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkPoint3_hdr", "//include/core:SkTypes_hdr", "//include/effects:SkImageFilters_hdr", "//src/core:SkArenaAlloc_hdr", ], ) generated_cc_atom( name = "RRectInPathTest_src", srcs = ["RRectInPathTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkMatrix_hdr", "//include/core:SkPath_hdr", "//include/core:SkRRect_hdr", "//src/core:SkPathPriv_hdr", ], ) generated_cc_atom( name = "RTreeTest_src", srcs = ["RTreeTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/utils:SkRandom_hdr", "//src/core:SkRTree_hdr", ], ) generated_cc_atom( name = "RandomTest_src", srcs = ["RandomTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/utils:SkRandom_hdr", "//src/core:SkTSort_hdr", ], ) generated_cc_atom( name = "ReadPixelsTest_src", srcs = ["ReadPixelsTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkBitmap_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkColorPriv_hdr", "//include/core:SkColorSpace_hdr", "//include/core:SkImage_hdr", "//include/core:SkSurface_hdr", "//include/private:SkColorData_hdr", "//include/private:SkHalf_hdr", "//include/private:SkImageInfoPriv_hdr", "//include/utils:SkNWayCanvas_hdr", "//src/core:SkMathPriv_hdr", ], ) generated_cc_atom( name = "ReadWritePixelsGpuTest_src", srcs = ["ReadWritePixelsGpuTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":TestUtils_hdr", ":Test_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkImage_hdr", "//include/core:SkSurface_hdr", "//include/effects:SkGradientShader_hdr", "//include/gpu:GrDirectContext_hdr", "//src/core:SkAutoPixmapStorage_hdr", "//src/core:SkConvertPixels_hdr", "//src/gpu/ganesh:GrDirectContextPriv_hdr", "//src/gpu/ganesh:GrImageInfo_hdr", "//src/gpu/ganesh:SurfaceContext_hdr", "//src/gpu/ganesh:SurfaceFillContext_hdr", "//src/gpu/ganesh/effects:GrTextureEffect_hdr", "//tools:ToolUtils_hdr", "//tools/gpu:BackendSurfaceFactory_hdr", "//tools/gpu:BackendTextureImageFactory_hdr", "//tools/gpu:GrContextFactory_hdr", "//tools/gpu:ProxyUtils_hdr", ], ) generated_cc_atom( name = "RecordDrawTest_src", srcs = ["RecordDrawTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":RecordTestUtils_hdr", ":Test_hdr", "//include/core:SkSurface_hdr", "//include/effects:SkImageFilters_hdr", "//src/core:SkImagePriv_hdr", "//src/core:SkRecordDraw_hdr", "//src/core:SkRecordOpts_hdr", "//src/core:SkRecord_hdr", "//src/core:SkRecorder_hdr", "//src/core:SkRecords_hdr", "//tools/debugger:DebugCanvas_hdr", ], ) generated_cc_atom( name = "RecordOptsTest_src", srcs = ["RecordOptsTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":RecordTestUtils_hdr", ":Test_hdr", "//include/core:SkColorFilter_hdr", "//include/core:SkPictureRecorder_hdr", "//include/core:SkSurface_hdr", "//include/effects:SkImageFilters_hdr", "//src/core:SkRecordOpts_hdr", "//src/core:SkRecord_hdr", "//src/core:SkRecorder_hdr", "//src/core:SkRecords_hdr", ], ) generated_cc_atom( name = "RecordPatternTest_src", srcs = ["RecordPatternTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//src/core:SkRecordPattern_hdr", "//src/core:SkRecord_hdr", "//src/core:SkRecorder_hdr", "//src/core:SkRecords_hdr", ], ) generated_cc_atom( name = "RecordTestUtils_hdr", hdrs = ["RecordTestUtils.h"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//src/core:SkRecord_hdr", "//src/core:SkRecords_hdr", ], ) generated_cc_atom( name = "RecordTest_src", srcs = ["RecordTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":RecordTestUtils_hdr", ":Test_hdr", "//include/core:SkBitmap_hdr", "//include/core:SkImageInfo_hdr", "//include/core:SkShader_hdr", "//src/core:SkRecord_hdr", "//src/core:SkRecords_hdr", ], ) generated_cc_atom( name = "RecorderTest_src", srcs = ["RecorderTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkPictureRecorder_hdr", "//include/core:SkShader_hdr", "//include/core:SkSurface_hdr", "//src/core:SkRecord_hdr", "//src/core:SkRecorder_hdr", "//src/core:SkRecords_hdr", ], ) generated_cc_atom( name = "RecordingXfermodeTest_src", srcs = ["RecordingXfermodeTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkBitmap_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkPictureRecorder_hdr", "//include/core:SkPicture_hdr", "//include/core:SkStream_hdr", "//include/core:SkString_hdr", "//include/core:SkSurface_hdr", "//src/core:SkBlendModePriv_hdr", ], ) generated_cc_atom( name = "RectTest_src", srcs = ["RectTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkBitmap_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkPath_hdr", "//include/core:SkRect_hdr", "//include/core:SkSurface_hdr", "//src/core:SkRectPriv_hdr", ], ) generated_cc_atom( name = "RectangleTextureTest_src", srcs = ["RectangleTextureTest.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:GrTexture_hdr", "//src/gpu/ganesh:SkGr_hdr", "//src/gpu/ganesh:SurfaceFillContext_hdr", "//src/gpu/ganesh/effects:GrTextureEffect_hdr", "//src/gpu/ganesh/gl:GrGLGpu_hdr", "//src/gpu/ganesh/gl:GrGLUtil_hdr", "//tools/gpu:ProxyUtils_hdr", ], ) generated_cc_atom( name = "RefCntTest_src", srcs = ["RefCntTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkRefCnt_hdr", "//include/core:SkTypes_hdr", "//include/private:SkWeakRefCnt_hdr", ], ) generated_cc_atom( name = "RegionTest_src", srcs = ["RegionTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkPath_hdr", "//include/core:SkRRect_hdr", "//include/core:SkRegion_hdr", "//include/utils:SkRandom_hdr", "//src/core:SkAutoMalloc_hdr", ], ) generated_cc_atom( name = "RepeatedClippedBlurTest_src", srcs = ["RepeatedClippedBlurTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkBitmap_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkSurface_hdr", "//include/effects:SkImageFilters_hdr", "//include/gpu:GrDirectContext_hdr", "//src/gpu/ganesh:GrDirectContextPriv_hdr", "//src/gpu/ganesh:GrResourceCache_hdr", ], ) generated_cc_atom( name = "ResourceAllocatorTest_src", srcs = ["ResourceAllocatorTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkSpan_hdr", "//include/core:SkSurface_hdr", "//include/gpu:GrDirectContext_hdr", "//src/gpu/ganesh:GrDirectContextPriv_hdr", "//src/gpu/ganesh:GrGpu_hdr", "//src/gpu/ganesh:GrProxyProvider_hdr", "//src/gpu/ganesh:GrResourceAllocator_hdr", "//src/gpu/ganesh:GrResourceProviderPriv_hdr", "//src/gpu/ganesh:GrSurfaceProxyPriv_hdr", "//src/gpu/ganesh:GrTextureProxy_hdr", "//src/gpu/ganesh:GrTexture_hdr", "//tools/gpu:ManagedBackendTexture_hdr", ], ) generated_cc_atom( name = "ResourceCacheTest_src", srcs = ["ResourceCacheTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkBitmap_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkSurface_hdr", "//include/gpu:GrDirectContext_hdr", "//src/core:SkMessageBus_hdr", "//src/core:SkMipmap_hdr", "//src/gpu/ganesh:GrDirectContextPriv_hdr", "//src/gpu/ganesh:GrGpuResourceCacheAccess_hdr", "//src/gpu/ganesh:GrGpuResourcePriv_hdr", "//src/gpu/ganesh:GrGpu_hdr", "//src/gpu/ganesh:GrProxyProvider_hdr", "//src/gpu/ganesh:GrRecordingContextPriv_hdr", "//src/gpu/ganesh:GrRenderTarget_hdr", "//src/gpu/ganesh:GrResourceCache_hdr", "//src/gpu/ganesh:GrResourceProvider_hdr", "//src/gpu/ganesh:GrTexture_hdr", "//src/gpu/ganesh:SkGr_hdr", "//tools/gpu:GrContextFactory_hdr", "//tools/gpu:ManagedBackendTexture_hdr", ], ) generated_cc_atom( name = "RoundRectTest_src", srcs = ["RoundRectTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkMatrix_hdr", "//include/core:SkRRect_hdr", "//include/pathops:SkPathOps_hdr", "//include/utils:SkRandom_hdr", "//src/core:SkPointPriv_hdr", "//src/core:SkRRectPriv_hdr", ], ) generated_cc_atom( name = "RuntimeBlendTest_src", srcs = ["RuntimeBlendTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//gm:gm_hdr", "//include/core:SkBitmap_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkPaint_hdr", "//include/core:SkSize_hdr", "//include/core:SkSurface_hdr", "//include/effects:SkRuntimeEffect_hdr", "//src/gpu/ganesh:GrCaps_hdr", "//src/gpu/ganesh:GrDirectContextPriv_hdr", "//tools:Resources_hdr", "//tools:RuntimeBlendUtils_hdr", "//tools:ToolUtils_hdr", ], ) generated_cc_atom( name = "SRGBReadWritePixelsTest_src", srcs = ["SRGBReadWritePixelsTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":TestUtils_hdr", ":Test_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkColorSpace_hdr", "//include/core:SkSurface_hdr", "//include/gpu:GrDirectContext_hdr", "//src/gpu/ganesh:GrCaps_hdr", "//src/gpu/ganesh:GrDirectContextPriv_hdr", "//src/gpu/ganesh:GrImageInfo_hdr", "//src/gpu/ganesh:SkGr_hdr", "//src/gpu/ganesh:SurfaceContext_hdr", ], ) generated_cc_atom( name = "SRGBTest_src", srcs = ["SRGBTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkColorSpace_hdr", "//include/core:SkTypes_hdr", "//src/core:SkColorSpaceXformSteps_hdr", "//src/core:SkRasterPipeline_hdr", ], ) generated_cc_atom( name = "SVGDeviceTest_src", srcs = ["SVGDeviceTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkBitmap_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkColorFilter_hdr", "//include/core:SkData_hdr", "//include/core:SkImage_hdr", "//include/core:SkShader_hdr", "//include/core:SkStream_hdr", "//include/core:SkTextBlob_hdr", "//include/effects:SkDashPathEffect_hdr", "//include/private:SkTo_hdr", "//include/svg:SkSVGCanvas_hdr", "//include/utils:SkParse_hdr", "//src/shaders:SkImageShader_hdr", "//src/svg:SkSVGDevice_hdr", "//src/xml:SkDOM_hdr", "//src/xml:SkXMLWriter_hdr", "//tools:ToolUtils_hdr", ], ) generated_cc_atom( name = "SafeMathTest_src", srcs = ["SafeMathTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//src/core:SkSafeMath_hdr", ], ) generated_cc_atom( name = "SamplingTest_src", srcs = ["SamplingTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkSurface_hdr", "//include/utils:SkRandom_hdr", "//src/core:SkSamplingPriv_hdr", "//tools:Resources_hdr", "//tools:ToolUtils_hdr", ], ) generated_cc_atom( name = "ScalarTest_src", srcs = ["ScalarTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkMath_hdr", "//include/core:SkPoint_hdr", "//include/core:SkRect_hdr", "//include/private:SkFloatingPoint_hdr", "//include/utils:SkRandom_hdr", ], ) generated_cc_atom( name = "ScaleToSidesTest_src", srcs = ["ScaleToSidesTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//src/core:SkScaleToSides_hdr", ], ) generated_cc_atom( name = "SerialProcsTest_src", srcs = ["SerialProcsTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkPictureRecorder_hdr", "//include/core:SkPicture_hdr", "//include/core:SkSerialProcs_hdr", "//include/core:SkSurface_hdr", "//tools:Resources_hdr", "//tools:ToolUtils_hdr", ], ) generated_cc_atom( name = "SerializationTest_src", srcs = ["SerializationTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkAnnotation_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkFontMetrics_hdr", "//include/core:SkFontMgr_hdr", "//include/core:SkImage_hdr", "//include/core:SkMallocPixelRef_hdr", "//include/core:SkPictureRecorder_hdr", "//include/core:SkTextBlob_hdr", "//include/core:SkTypeface_hdr", "//include/effects:SkDashPathEffect_hdr", "//include/effects:SkImageFilters_hdr", "//include/effects:SkTableColorFilter_hdr", "//include/private:SkFixed_hdr", "//include/private:SkTemplates_hdr", "//src/core:SkAnnotationKeys_hdr", "//src/core:SkAutoMalloc_hdr", "//src/core:SkMatrixPriv_hdr", "//src/core:SkOSFile_hdr", "//src/core:SkPicturePriv_hdr", "//src/core:SkReadBuffer_hdr", "//src/core:SkWriteBuffer_hdr", "//src/shaders:SkShaderBase_hdr", "//tools:Resources_hdr", "//tools:ToolUtils_hdr", ], ) generated_cc_atom( name = "ShaderImageFilterTest_src", srcs = ["ShaderImageFilterTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkBitmap_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkShader_hdr", "//include/core:SkSurface_hdr", "//include/effects:SkGradientShader_hdr", "//include/effects:SkImageFilters_hdr", "//include/effects:SkRuntimeEffect_hdr", "//src/effects/imagefilters:SkRuntimeImageFilter_hdr", ], ) generated_cc_atom( name = "ShaderOpacityTest_src", srcs = ["ShaderOpacityTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkBitmap_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkShader_hdr", "//include/core:SkSurface_hdr", "//include/effects:SkGradientShader_hdr", "//src/shaders:SkColorShader_hdr", "//tools:ToolUtils_hdr", ], ) generated_cc_atom( name = "ShaderTest_src", srcs = ["ShaderTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkBitmap_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkData_hdr", "//include/core:SkImage_hdr", "//include/core:SkRRect_hdr", "//include/core:SkShader_hdr", "//include/core:SkSurface_hdr", "//include/effects:SkPerlinNoiseShader_hdr", ], ) generated_cc_atom( name = "ShadowTest_src", srcs = ["ShadowTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkPath_hdr", "//include/core:SkRRect_hdr", "//include/core:SkVertices_hdr", "//include/utils:SkShadowUtils_hdr", "//src/core:SkDrawShadowInfo_hdr", "//src/core:SkVerticesPriv_hdr", "//src/utils:SkShadowTessellator_hdr", ], ) generated_cc_atom( name = "ShaperTest_src", srcs = ["ShaperTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkData_hdr", "//include/core:SkFont_hdr", "//include/core:SkPoint_hdr", "//include/core:SkRefCnt_hdr", "//include/core:SkTypeface_hdr", "//include/core:SkTypes_hdr", "//include/private:SkTo_hdr", "//modules/skshaper/include:SkShaper_hdr", "//tools:Resources_hdr", ], ) generated_cc_atom( name = "SizeTest_src", srcs = ["SizeTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkSize_hdr", ], ) generated_cc_atom( name = "SkBase64Test_src", srcs = ["SkBase64Test.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/private:SkTo_hdr", "//include/utils:SkBase64_hdr", ], ) generated_cc_atom( name = "SkBlockAllocatorTest_src", srcs = ["SkBlockAllocatorTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//src/core:SkBlockAllocator_hdr", ], ) generated_cc_atom( name = "SkColor4fTest_src", srcs = ["SkColor4fTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkColor_hdr", ], ) generated_cc_atom( name = "SkColorSpaceXformStepsTest_src", srcs = ["SkColorSpaceXformStepsTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//src/core:SkColorSpacePriv_hdr", "//src/core:SkColorSpaceXformSteps_hdr", ], ) generated_cc_atom( name = "SkDOMTest_src", srcs = ["SkDOMTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkStream_hdr", "//src/xml:SkDOM_hdr", ], ) generated_cc_atom( name = "SkDSLRuntimeEffectTest_src", srcs = ["SkDSLRuntimeEffectTest.cpp"], enforce_iwyu = True, visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkAlphaType_hdr", "//include/core:SkBlendMode_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkColorType_hdr", "//include/core:SkImageInfo_hdr", "//include/core:SkPaint_hdr", "//include/core:SkRefCnt_hdr", "//include/core:SkShader_hdr", "//include/core:SkString_hdr", "//include/core:SkSurface_hdr", "//include/core:SkTypes_hdr", "//include/effects:SkRuntimeEffect_hdr", "//include/gpu:GrDirectContext_hdr", "//include/private:SkSLDefines_hdr", "//include/sksl:DSLCore_hdr", "//include/sksl:DSLExpression_hdr", "//include/sksl:DSLModifiers_hdr", "//include/sksl:DSLRuntimeEffects_hdr", "//include/sksl:DSLType_hdr", "//include/sksl:DSLVar_hdr", "//include/sksl:DSL_hdr", "//include/sksl:SkSLErrorReporter_hdr", "//include/sksl:SkSLPosition_hdr", "//src/core:SkRuntimeEffectPriv_hdr", "//src/core:SkTLazy_hdr", "//src/gpu/ganesh:GrColor_hdr", "//src/sksl:SkSLCompiler_hdr", "//src/sksl:SkSLUtil_hdr", "//tools/gpu:GrContextFactory_hdr", ], ) generated_cc_atom( name = "SkGaussFilterTest_src", srcs = ["SkGaussFilterTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//src/core:SkGaussFilter_hdr", ], ) generated_cc_atom( name = "SkGlyphBufferTest_src", srcs = ["SkGlyphBufferTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//src/core:SkEnumerate_hdr", "//src/core:SkGlyphBuffer_hdr", "//src/core:SkGlyphRunPainter_hdr", "//src/core:SkScalerContext_hdr", ], ) generated_cc_atom( name = "SkGlyphTest_src", srcs = ["SkGlyphTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//src/core:SkGlyph_hdr", ], ) generated_cc_atom( name = "SkImageTest_src", srcs = ["SkImageTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkBitmap_hdr", "//include/core:SkCanvas_hdr", "//src/core:SkImagePriv_hdr", ], ) generated_cc_atom( name = "SkNxTest_src", srcs = ["SkNxTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/private:SkNx_hdr", "//include/utils:SkRandom_hdr", "//src/core:Sk4px_hdr", ], ) generated_cc_atom( name = "SkPathRangeIterTest_src", srcs = ["SkPathRangeIterTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/utils:SkRandom_hdr", "//src/core:SkPathPriv_hdr", ], ) generated_cc_atom( name = "SkRasterPipelineTest_src", srcs = ["SkRasterPipelineTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/private:SkHalf_hdr", "//include/private:SkTo_hdr", "//src/core:SkRasterPipeline_hdr", "//src/gpu:Swizzle_hdr", ], ) generated_cc_atom( name = "SkRemoteGlyphCacheTest_src", srcs = ["SkRemoteGlyphCacheTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkBitmap_hdr", "//include/core:SkGraphics_hdr", "//include/core:SkSurface_hdr", "//include/core:SkTextBlob_hdr", "//include/gpu:GrDirectContext_hdr", "//include/private:SkMutex_hdr", "//include/private/chromium:GrSlug_hdr", "//include/private/chromium:SkChromeRemoteGlyphCache_hdr", "//src/core:SkDraw_hdr", "//src/core:SkFontPriv_hdr", "//src/core:SkReadBuffer_hdr", "//src/core:SkScalerCache_hdr", "//src/core:SkStrikeCache_hdr", "//src/core:SkStrikeSpec_hdr", "//src/core:SkSurfacePriv_hdr", "//src/core:SkTypeface_remote_hdr", "//src/gpu/ganesh:GrCaps_hdr", "//src/gpu/ganesh:GrDirectContextPriv_hdr", "//src/gpu/ganesh:GrRecordingContextPriv_hdr", "//src/gpu/ganesh/text:GrSDFTControl_hdr", "//tools:Resources_hdr", "//tools:ToolUtils_hdr", "//tools/fonts:TestEmptyTypeface_hdr", ], ) generated_cc_atom( name = "SkResourceCacheTest_src", srcs = ["SkResourceCacheTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkColorSpace_hdr", "//include/core:SkGraphics_hdr", "//include/core:SkPictureRecorder_hdr", "//include/core:SkPicture_hdr", "//include/core:SkSurface_hdr", "//src/core:SkBitmapCache_hdr", "//src/core:SkMipmap_hdr", "//src/core:SkResourceCache_hdr", "//src/image:SkImage_Base_hdr", "//src/lazy:SkDiscardableMemoryPool_hdr", ], ) generated_cc_atom( name = "SkRuntimeEffectTest_src", srcs = ["SkRuntimeEffectTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkBitmap_hdr", "//include/core:SkBlender_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkColorFilter_hdr", "//include/core:SkData_hdr", "//include/core:SkPaint_hdr", "//include/core:SkStream_hdr", "//include/core:SkSurface_hdr", "//include/effects:SkBlenders_hdr", "//include/effects:SkRuntimeEffect_hdr", "//include/gpu:GrDirectContext_hdr", "//include/sksl:SkSLDebugTrace_hdr", "//src/core:SkColorSpacePriv_hdr", "//src/core:SkRuntimeEffectPriv_hdr", "//src/core:SkTLazy_hdr", "//src/gpu:KeyBuilder_hdr", "//src/gpu/ganesh:GrCaps_hdr", "//src/gpu/ganesh:GrColor_hdr", "//src/gpu/ganesh:GrDirectContextPriv_hdr", "//src/gpu/ganesh:GrFragmentProcessor_hdr", "//src/gpu/ganesh:GrImageInfo_hdr", "//src/gpu/ganesh:SurfaceFillContext_hdr", "//src/gpu/ganesh/effects:GrSkSLFP_hdr", ], ) generated_cc_atom( name = "SkSLCross_src", srcs = ["SkSLCross.cpp"], enforce_iwyu = True, visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkAlphaType_hdr", "//include/core:SkBlendMode_hdr", "//include/core:SkColorSpace_hdr", "//include/core:SkColorType_hdr", "//include/core:SkImageInfo_hdr", "//include/core:SkMatrix_hdr", "//include/core:SkPoint_hdr", "//include/core:SkRect_hdr", "//include/core:SkSurfaceProps_hdr", "//include/core:SkTypes_hdr", "//include/gpu:GrDirectContext_hdr", "//include/private:SkColorData_hdr", "//include/private/gpu/ganesh:GrTypesPriv_hdr", "//src/core:SkSLTypeShared_hdr", "//src/gpu/ganesh:GrColor_hdr", "//src/gpu/ganesh:GrFragmentProcessor_hdr", "//src/gpu/ganesh:GrImageInfo_hdr", "//src/gpu/ganesh:GrPaint_hdr", "//src/gpu/ganesh:GrPixmap_hdr", "//src/gpu/ganesh:GrProcessor_hdr", "//src/gpu/ganesh/glsl:GrGLSLFragmentShaderBuilder_hdr", "//src/gpu/ganesh/glsl:GrGLSLProgramDataManager_hdr", "//src/gpu/ganesh/glsl:GrGLSLUniformHandler_hdr", "//src/gpu/ganesh/v1:SurfaceDrawContext_v1_hdr", "//tools/gpu:GrContextFactory_hdr", ], ) generated_cc_atom( name = "SkSLDSLOnlyTest_src", srcs = ["SkSLDSLOnlyTest.cpp"], enforce_iwyu = False, # DSL.h intentionally supplies transitive dependencies visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/sksl:DSLBlock_hdr", "//include/sksl:DSL_hdr", ], ) generated_cc_atom( name = "SkSLDSLTest_src", srcs = ["SkSLDSLTest.cpp"], enforce_iwyu = True, visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/gpu:GrDirectContext_hdr", "//include/private:SkSLDefines_hdr", "//include/private:SkSLIRNode_hdr", "//include/private:SkSLModifiers_hdr", "//include/private:SkSLProgramElement_hdr", "//include/private:SkSLProgramKind_hdr", "//include/private:SkSLStatement_hdr", "//include/private:SkTArray_hdr", "//include/sksl:DSLBlock_hdr", "//include/sksl:DSLCore_hdr", "//include/sksl:DSLExpression_hdr", "//include/sksl:DSLFunction_hdr", "//include/sksl:DSLLayout_hdr", "//include/sksl:DSLModifiers_hdr", "//include/sksl:DSLRuntimeEffects_hdr", "//include/sksl:DSLStatement_hdr", "//include/sksl:DSLType_hdr", "//include/sksl:DSLVar_hdr", "//include/sksl:DSLWrapper_hdr", "//include/sksl:DSL_hdr", "//include/sksl:SkSLErrorReporter_hdr", "//include/sksl:SkSLPosition_hdr", "//src/gpu/ganesh:GrDirectContextPriv_hdr", "//src/gpu/ganesh:GrGpu_hdr", "//src/sksl:SkSLCompiler_hdr", "//src/sksl:SkSLProgramSettings_hdr", "//src/sksl:SkSLThreadContext_hdr", "//src/sksl/dsl/priv:DSLWriter_hdr", "//src/sksl/ir:SkSLBlock_hdr", "//src/sksl/ir:SkSLExpression_hdr", "//src/sksl/ir:SkSLProgram_hdr", "//src/sksl/ir:SkSLVariable_hdr", "//tools/gpu:GrContextFactory_hdr", ], ) generated_cc_atom( name = "SkSLES2ConformanceTest_src", srcs = ["SkSLES2ConformanceTest.cpp"], enforce_iwyu = True, visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkBitmap_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkColor_hdr", "//include/core:SkData_hdr", "//include/core:SkImageInfo_hdr", "//include/core:SkPaint_hdr", "//include/core:SkRect_hdr", "//include/core:SkRefCnt_hdr", "//include/core:SkShader_hdr", "//include/core:SkString_hdr", "//include/core:SkSurface_hdr", "//include/core:SkTypes_hdr", "//include/effects:SkRuntimeEffect_hdr", "//include/gpu:GrDirectContext_hdr", "//src/core:SkOSFile_hdr", "//src/utils:SkOSPath_hdr", "//tools:Resources_hdr", "//tools/gpu:GrContextFactory_hdr", ], ) generated_cc_atom( name = "SkSLGLSLTestbed_src", srcs = ["SkSLGLSLTestbed.cpp"], enforce_iwyu = True, visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkTypes_hdr", "//include/private:SkSLProgramKind_hdr", "//src/sksl:SkSLCompiler_hdr", "//src/sksl:SkSLUtil_hdr", "//src/sksl/ir:SkSLProgram_hdr", ], ) generated_cc_atom( name = "SkSLInterpreterTest_src", srcs = ["SkSLInterpreterTest.cpp"], enforce_iwyu = True, visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkColor_hdr", "//include/core:SkData_hdr", "//include/core:SkM44_hdr", "//include/core:SkMatrix_hdr", "//include/core:SkRect_hdr", "//include/core:SkRefCnt_hdr", "//include/core:SkScalar_hdr", "//include/core:SkSpan_hdr", "//include/core:SkStream_hdr", "//include/core:SkTypes_hdr", "//include/private:SkFloatingPoint_hdr", "//include/private:SkSLProgramKind_hdr", "//include/private:SkTemplates_hdr", "//src/core:SkVM_hdr", "//src/sksl:SkSLBuiltinTypes_hdr", "//src/sksl:SkSLCompiler_hdr", "//src/sksl:SkSLContext_hdr", "//src/sksl:SkSLUtil_hdr", "//src/sksl/codegen:SkSLVMCodeGenerator_hdr", "//src/sksl/ir:SkSLExternalFunction_hdr", "//src/sksl/ir:SkSLProgram_hdr", "//src/sksl/tracing:SkVMDebugTrace_hdr", ], ) generated_cc_atom( name = "SkSLMemoryLayoutTest_src", srcs = ["SkSLMemoryLayoutTest.cpp"], enforce_iwyu = True, visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/private:SkSLModifiers_hdr", "//include/sksl:SkSLErrorReporter_hdr", "//include/sksl:SkSLPosition_hdr", "//src/sksl:SkSLBuiltinTypes_hdr", "//src/sksl:SkSLContext_hdr", "//src/sksl:SkSLMangler_hdr", "//src/sksl:SkSLMemoryLayout_hdr", "//src/sksl:SkSLUtil_hdr", "//src/sksl/ir:SkSLType_hdr", ], ) generated_cc_atom( name = "SkSLMetalTestbed_src", srcs = ["SkSLMetalTestbed.cpp"], enforce_iwyu = True, visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkTypes_hdr", "//include/private:SkSLProgramKind_hdr", "//src/sksl:SkSLCompiler_hdr", "//src/sksl:SkSLUtil_hdr", "//src/sksl/ir:SkSLProgram_hdr", ], ) generated_cc_atom( name = "SkSLSPIRVTestbed_src", srcs = ["SkSLSPIRVTestbed.cpp"], enforce_iwyu = True, visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkTypes_hdr", "//include/private:SkSLProgramKind_hdr", "//src/sksl:SkSLCompiler_hdr", "//src/sksl:SkSLUtil_hdr", "//src/sksl/ir:SkSLProgram_hdr", ], ) generated_cc_atom( name = "SkSLTest_src", srcs = ["SkSLTest.cpp"], enforce_iwyu = True, visibility = ["//:__subpackages__"], deps = [ ":TestHarness_hdr", ":Test_hdr", "//include/core:SkBitmap_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkColor_hdr", "//include/core:SkData_hdr", "//include/core:SkImageInfo_hdr", "//include/core:SkM44_hdr", "//include/core:SkPaint_hdr", "//include/core:SkRect_hdr", "//include/core:SkRefCnt_hdr", "//include/core:SkShader_hdr", "//include/core:SkSpan_hdr", "//include/core:SkString_hdr", "//include/core:SkSurface_hdr", "//include/core:SkTypes_hdr", "//include/effects:SkRuntimeEffect_hdr", "//include/gpu:GrDirectContext_hdr", "//include/private:SkSLProgramElement_hdr", "//include/private:SkSLProgramKind_hdr", "//include/sksl:DSLCore_hdr", "//src/core:SkRuntimeEffectPriv_hdr", "//src/gpu/ganesh:GrCaps_hdr", "//src/gpu/ganesh:GrDirectContextPriv_hdr", "//src/gpu/ganesh:GrShaderCaps_hdr", "//src/sksl:SkSLCompiler_hdr", "//src/sksl:SkSLDehydrator_hdr", "//src/sksl:SkSLRehydrator_hdr", "//src/sksl:SkSLStringStream_hdr", "//src/sksl:SkSLUtil_hdr", "//src/sksl/ir:SkSLProgram_hdr", "//tools:Resources_hdr", "//tools/gpu:GrContextFactory_hdr", ], ) generated_cc_atom( name = "SkSLTypeTest_src", srcs = ["SkSLTypeTest.cpp"], enforce_iwyu = True, visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/sksl:SkSLErrorReporter_hdr", "//src/gpu/ganesh:GrShaderCaps_hdr", "//src/sksl:SkSLBuiltinTypes_hdr", "//src/sksl:SkSLContext_hdr", "//src/sksl:SkSLMangler_hdr", "//src/sksl/ir:SkSLType_hdr", ], ) generated_cc_atom( name = "SkScalerCacheTest_src", srcs = ["SkScalerCacheTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkFont_hdr", "//include/core:SkTypeface_hdr", "//src/core:SkScalerCache_hdr", "//src/core:SkStrikeSpec_hdr", "//src/core:SkTaskGroup_hdr", "//tools:ToolUtils_hdr", ], ) generated_cc_atom( name = "SkShaperJSONWriterTest_src", srcs = ["SkShaperJSONWriterTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkSpan_hdr", "//src/utils:SkJSONWriter_hdr", "//src/utils:SkShaperJSONWriter_hdr", "//src/utils:SkUTF_hdr", ], ) generated_cc_atom( name = "SkSharedMutexTest_src", srcs = ["SkSharedMutexTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//src/core:SkSharedMutex_hdr", "//src/core:SkTaskGroup_hdr", ], ) generated_cc_atom( name = "SkStrikeCacheTest_src", srcs = ["SkStrikeCacheTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//src/core:SkStrikeCache_hdr", "//src/core:SkStrikeSpec_hdr", "//tools:ToolUtils_hdr", ], ) generated_cc_atom( name = "SkStringViewTest_src", srcs = ["SkStringViewTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/private:SkStringView_hdr", ], ) generated_cc_atom( name = "SkTBlockListTest_src", srcs = ["SkTBlockListTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//src/core:SkTBlockList_hdr", ], ) generated_cc_atom( name = "SkUTFTest_src", srcs = ["SkUTFTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//src/utils:SkUTF_hdr", ], ) generated_cc_atom( name = "SkVMDebugTracePlayerTest_src", srcs = ["SkVMDebugTracePlayerTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkM44_hdr", "//src/sksl:SkSLCompiler_hdr", "//src/sksl/codegen:SkSLVMCodeGenerator_hdr", "//src/sksl/tracing:SkVMDebugTracePlayer_hdr", "//src/sksl/tracing:SkVMDebugTrace_hdr", ], ) generated_cc_atom( name = "SkVMDebugTraceTest_src", srcs = ["SkVMDebugTraceTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkStream_hdr", "//src/sksl/tracing:SkVMDebugTrace_hdr", ], ) generated_cc_atom( name = "SkVMTest_src", srcs = ["SkVMTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkColorPriv_hdr", "//include/core:SkStream_hdr", "//include/private:SkColorData_hdr", "//src/core:SkCpu_hdr", "//src/core:SkMSAN_hdr", "//src/core:SkVM_hdr", "//src/gpu/ganesh:GrShaderCaps_hdr", "//src/sksl:SkSLCompiler_hdr", "//src/sksl/codegen:SkSLVMCodeGenerator_hdr", "//src/sksl/tracing:SkVMDebugTrace_hdr", "//src/utils:SkVMVisualizer_hdr", ], ) generated_cc_atom( name = "SkVxTest_src", srcs = ["SkVxTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/private:SkVx_hdr", ], ) generated_cc_atom( name = "Skbug12214_src", srcs = ["Skbug12214.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkSurface_hdr", "//include/gpu:GrDirectContext_hdr", ], ) generated_cc_atom( name = "Skbug5221_src", srcs = ["Skbug5221.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkFont_hdr", "//include/core:SkSurface_hdr", "//include/gpu:GrDirectContext_hdr", ], ) generated_cc_atom( name = "Skbug6389_src", srcs = ["Skbug6389.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkMaskFilter_hdr", "//include/core:SkSurface_hdr", "//include/effects:SkImageFilters_hdr", "//tools:Resources_hdr", ], ) generated_cc_atom( name = "Skbug6653_src", srcs = ["Skbug6653.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkBitmap_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkSurface_hdr", "//include/core:SkTypes_hdr", "//include/gpu:GrDirectContext_hdr", "//src/gpu/ganesh:GrDirectContextPriv_hdr", ], ) generated_cc_atom( name = "SortTest_src", srcs = ["SortTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/utils:SkRandom_hdr", "//src/core:SkTSort_hdr", ], ) generated_cc_atom( name = "SpecialImageTest_src", srcs = ["SpecialImageTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkBitmap_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkColorSpace_hdr", "//include/core:SkImage_hdr", "//include/core:SkPixmap_hdr", "//include/core:SkSurface_hdr", "//include/gpu:GrBackendSurface_hdr", "//include/gpu:GrDirectContext_hdr", "//src/core:SkAutoPixmapStorage_hdr", "//src/core:SkSpecialImage_hdr", "//src/core:SkSpecialSurface_hdr", "//src/gpu/ganesh:GrDirectContextPriv_hdr", "//src/gpu/ganesh:GrProxyProvider_hdr", "//src/gpu/ganesh:GrSurfaceProxy_hdr", "//src/gpu/ganesh:GrTextureProxy_hdr", "//src/gpu/ganesh:SkGr_hdr", ], ) generated_cc_atom( name = "SpecialSurfaceTest_src", srcs = ["SpecialSurfaceTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkBitmap_hdr", "//include/core:SkCanvas_hdr", "//include/gpu:GrDirectContext_hdr", "//src/core:SkSpecialImage_hdr", "//src/core:SkSpecialSurface_hdr", "//src/gpu/ganesh:GrCaps_hdr", "//src/gpu/ganesh:GrDirectContextPriv_hdr", "//src/gpu/ganesh:SkGr_hdr", ], ) generated_cc_atom( name = "SrcOverTest_src", srcs = ["SrcOverTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/private:SkColorData_hdr", ], ) generated_cc_atom( name = "SrcSrcOverBatchTest_src", srcs = ["SrcSrcOverBatchTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkShader_hdr", "//include/core:SkSurface_hdr", "//include/gpu:GrDirectContext_hdr", "//tools/gpu:GrContextFactory_hdr", ], ) generated_cc_atom( name = "StreamBufferTest_src", srcs = ["StreamBufferTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":FakeStreams_hdr", ":Test_hdr", "//include/core:SkData_hdr", "//include/core:SkStream_hdr", "//src/codec:SkStreamBuffer_hdr", "//src/utils:SkOSPath_hdr", ], ) generated_cc_atom( name = "StreamTest_src", srcs = ["StreamTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//client_utils/android:FrontBufferedStream_hdr", "//include/core:SkData_hdr", "//include/core:SkStream_hdr", "//include/core:SkTypes_hdr", "//include/private:SkTo_hdr", "//include/utils:SkRandom_hdr", "//src/core:SkAutoMalloc_hdr", "//src/core:SkBuffer_hdr", "//src/core:SkOSFile_hdr", "//src/core:SkStreamPriv_hdr", "//src/utils:SkOSPath_hdr", "//tools:Resources_hdr", ], ) generated_cc_atom( name = "StringTest_src", srcs = ["StringTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkString_hdr", "//src/core:SkStringUtils_hdr", ], ) generated_cc_atom( name = "StrokeTest_src", srcs = ["StrokeTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkPaint_hdr", "//include/core:SkPath_hdr", "//include/core:SkRect_hdr", "//include/core:SkStrokeRec_hdr", "//src/core:SkPathPriv_hdr", "//src/core:SkStroke_hdr", ], ) generated_cc_atom( name = "StrokerTest_src", srcs = ["StrokerTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":PathOpsCubicIntersectionTestData_hdr", ":PathOpsQuadIntersectionTestData_hdr", ":Test_hdr", "//include/core:SkPaint_hdr", "//include/core:SkPath_hdr", "//include/core:SkTime_hdr", "//include/utils:SkRandom_hdr", "//src/core:SkPointPriv_hdr", "//src/core:SkStrokerPriv_hdr", "//src/pathops:SkPathOpsCubic_hdr", "//tools/flags:CommandLineFlags_hdr", ], ) generated_cc_atom( name = "SubsetPath_hdr", hdrs = ["SubsetPath.h"], visibility = ["//:__subpackages__"], deps = [ "//include/core:SkPath_hdr", "//include/private:SkTDArray_hdr", ], ) generated_cc_atom( name = "SubsetPath_src", srcs = ["SubsetPath.cpp"], visibility = ["//:__subpackages__"], deps = [ ":SubsetPath_hdr", "//src/core:SkMathPriv_hdr", "//src/core:SkPathPriv_hdr", ], ) generated_cc_atom( name = "SurfaceDrawContextTest_src", srcs = ["SurfaceDrawContextTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkColorSpace_hdr", "//include/gpu:GrDirectContext_hdr", "//src/gpu/ganesh:GrDirectContextPriv_hdr", "//src/gpu/ganesh:GrImageInfo_hdr", "//src/gpu/ganesh:GrTextureProxy_hdr", "//src/gpu/ganesh/v1:SurfaceDrawContext_v1_hdr", ], ) generated_cc_atom( name = "SurfaceSemaphoreTest_src", srcs = ["SurfaceSemaphoreTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkBitmap_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkColorSpace_hdr", "//include/core:SkSurface_hdr", "//include/gpu:GrBackendSemaphore_hdr", "//include/gpu:GrBackendSurface_hdr", "//include/gpu:GrDirectContext_hdr", "//include/gpu/vk:GrVkTypes_hdr", "//include/gpu/vk:GrVkVulkan_hdr", "//src/gpu/ganesh:GrCaps_hdr", "//src/gpu/ganesh:GrDirectContextPriv_hdr", "//src/gpu/ganesh/gl:GrGLGpu_hdr", "//src/gpu/ganesh/gl:GrGLUtil_hdr", "//src/gpu/ganesh/vk:GrVkCommandPool_hdr", "//src/gpu/ganesh/vk:GrVkGpu_hdr", "//src/gpu/ganesh/vk:GrVkUtil_hdr", "//tools/gpu:GrContextFactory_hdr", ], ) generated_cc_atom( name = "SurfaceTest_src", srcs = ["SurfaceTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":TestHarness_hdr", ":Test_hdr", "//include/core:SkBitmap_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkData_hdr", "//include/core:SkOverdrawCanvas_hdr", "//include/core:SkPath_hdr", "//include/core:SkRRect_hdr", "//include/core:SkRegion_hdr", "//include/core:SkSurface_hdr", "//include/gpu:GrBackendSurface_hdr", "//include/gpu:GrDirectContext_hdr", "//src/core:SkAutoPixmapStorage_hdr", "//src/core:SkCanvasPriv_hdr", "//src/core:SkDevice_hdr", "//src/core:SkUtils_hdr", "//src/gpu/ganesh:BaseDevice_hdr", "//src/gpu/ganesh:GrDirectContextPriv_hdr", "//src/gpu/ganesh:GrGpuResourcePriv_hdr", "//src/gpu/ganesh:GrGpu_hdr", "//src/gpu/ganesh:GrImageInfo_hdr", "//src/gpu/ganesh:GrRenderTarget_hdr", "//src/gpu/ganesh:GrResourceProvider_hdr", "//src/gpu/ganesh:SurfaceFillContext_hdr", "//src/image:SkImage_Base_hdr", "//src/image:SkImage_Gpu_hdr", "//src/image:SkSurface_Gpu_hdr", "//tools:ToolUtils_hdr", "//tools/gpu:BackendSurfaceFactory_hdr", "//tools/gpu:ManagedBackendTexture_hdr", "//tools/gpu:ProxyUtils_hdr", ], ) generated_cc_atom( name = "SwizzlerTest_src", srcs = ["SwizzlerTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkSwizzle_hdr", "//include/private:SkImageInfoPriv_hdr", "//src/codec:SkSwizzler_hdr", "//src/core:SkOpts_hdr", ], ) generated_cc_atom( name = "TArrayTest_src", srcs = ["TArrayTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkRefCnt_hdr", "//include/private:SkTArray_hdr", "//include/utils:SkRandom_hdr", ], ) generated_cc_atom( name = "TDPQueueTest_src", srcs = ["TDPQueueTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/utils:SkRandom_hdr", "//src/core:SkTDPQueue_hdr", ], ) generated_cc_atom( name = "TLazyTest_src", srcs = ["TLazyTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//src/core:SkTLazy_hdr", ], ) generated_cc_atom( name = "TemplatesTest_src", srcs = ["TemplatesTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/private:SkTemplates_hdr", ], ) generated_cc_atom( name = "TestTest_src", srcs = ["TestTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/gpu:GrDirectContext_hdr", "//tools/gpu/gl:GLTestContext_hdr", ], ) generated_cc_atom( name = "TestUtils_hdr", hdrs = ["TestUtils.h"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkBitmap_hdr", "//src/gpu/ganesh:GrDataUtils_hdr", ], ) generated_cc_atom( name = "TestUtils_src", srcs = ["TestUtils.cpp"], visibility = ["//:__subpackages__"], deps = [ ":TestUtils_hdr", "//include/core:SkColorSpace_hdr", "//include/core:SkStream_hdr", "//include/encode:SkPngEncoder_hdr", "//include/utils:SkBase64_hdr", "//src/core:SkAutoPixmapStorage_hdr", "//src/core:SkUtils_hdr", "//src/gpu/ganesh:GrDirectContextPriv_hdr", "//src/gpu/ganesh:GrDrawingManager_hdr", "//src/gpu/ganesh:GrGpu_hdr", "//src/gpu/ganesh:GrImageInfo_hdr", "//src/gpu/ganesh:GrRecordingContextPriv_hdr", "//src/gpu/ganesh:GrSurfaceProxy_hdr", "//src/gpu/ganesh:GrTextureProxy_hdr", "//src/gpu/ganesh:SkGr_hdr", "//src/gpu/ganesh:SurfaceContext_hdr", "//src/utils:SkCharToGlyphCache_hdr", ], ) generated_cc_atom( name = "Test_hdr", hdrs = ["Test.h"], visibility = ["//:__subpackages__"], deps = [ "//include/core:SkString_hdr", "//include/core:SkTypes_hdr", "//src/core:SkTraceEvent_hdr", "//tools:Registry_hdr", "//tools/gpu:GrContextFactory_hdr", ], ) generated_cc_atom( name = "Test_src", srcs = ["Test.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkString_hdr", "//include/core:SkTime_hdr", "//tools/flags:CommandLineFlags_hdr", ], ) generated_cc_atom( name = "TextBlobCacheTest_src", srcs = ["TextBlobCacheTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkBitmap_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkFontMgr_hdr", "//include/core:SkGraphics_hdr", "//include/core:SkPaint_hdr", "//include/core:SkPoint_hdr", "//include/core:SkSurface_hdr", "//include/core:SkTextBlob_hdr", "//include/core:SkTypeface_hdr", "//include/gpu:GrDirectContext_hdr", "//include/ports:SkTypeface_win_hdr", "//src/core:SkGlyphRun_hdr", "//src/gpu/ganesh:GrDirectContextPriv_hdr", "//src/gpu/ganesh/text:GrAtlasManager_hdr", "//src/gpu/ganesh/text:GrTextBlobRedrawCoordinator_hdr", "//tools:ToolUtils_hdr", "//tools/fonts:RandomScalerContext_hdr", ], ) generated_cc_atom( name = "TextBlobTest_src", srcs = ["TextBlobTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkPaint_hdr", "//include/core:SkPoint_hdr", "//include/core:SkSerialProcs_hdr", "//include/core:SkSurface_hdr", "//include/core:SkTypeface_hdr", "//include/private:SkTArray_hdr", "//include/private:SkTo_hdr", "//src/core:SkTextBlobPriv_hdr", "//tools:ToolUtils_hdr", ], ) generated_cc_atom( name = "TextureBindingsResetTest_src", srcs = ["TextureBindingsResetTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkColorSpace_hdr", "//include/core:SkSurface_hdr", "//include/gpu:GrDirectContext_hdr", "//src/gpu/ganesh:GrDirectContextPriv_hdr", "//src/gpu/ganesh/gl:GrGLDefines_impl_hdr", "//src/gpu/ganesh/gl:GrGLGpu_hdr", "//src/gpu/ganesh/gl:GrGLUtil_hdr", ], ) generated_cc_atom( name = "TextureOpTest_src", srcs = ["TextureOpTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/gpu:GrDirectContext_hdr", "//include/gpu:GrRecordingContext_hdr", "//src/gpu/ganesh:GrColorSpaceXform_hdr", "//src/gpu/ganesh:GrDirectContextPriv_hdr", "//src/gpu/ganesh:GrProxyProvider_hdr", "//src/gpu/ganesh:GrRecordingContextPriv_hdr", "//src/gpu/ganesh/geometry:GrQuad_hdr", "//src/gpu/ganesh/ops:OpsTask_hdr", "//src/gpu/ganesh/ops:TextureOp_hdr", ], ) generated_cc_atom( name = "TextureProxyTest_src", srcs = ["TextureProxyTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkBitmap_hdr", "//include/core:SkImage_hdr", "//include/gpu:GrBackendSurface_hdr", "//include/gpu:GrDirectContext_hdr", "//src/gpu/ganesh:GrDirectContextPriv_hdr", "//src/gpu/ganesh:GrProxyProvider_hdr", "//src/gpu/ganesh:GrRecordingContextPriv_hdr", "//src/gpu/ganesh:GrResourceCache_hdr", "//src/gpu/ganesh:GrResourceProvider_hdr", "//src/gpu/ganesh:GrTextureProxy_hdr", "//src/gpu/ganesh:GrTexture_hdr", "//src/gpu/ganesh:SkGr_hdr", "//src/gpu/ganesh/dawn:GrDawnGpu_hdr", "//tools/gpu:ManagedBackendTexture_hdr", ], ) generated_cc_atom( name = "TextureStripAtlasManagerTest_src", srcs = ["TextureStripAtlasManagerTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkPaint_hdr", "//include/core:SkSurface_hdr", "//include/effects:SkGradientShader_hdr", "//include/effects:SkTableColorFilter_hdr", "//include/gpu:GrDirectContext_hdr", "//tools:Resources_hdr", ], ) generated_cc_atom( name = "Time_src", srcs = ["Time.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkTime_hdr", "//include/private:SkTo_hdr", ], ) generated_cc_atom( name = "TopoSortTest_src", srcs = ["TopoSortTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/utils:SkRandom_hdr", "//src/gpu/ganesh:GrTTopoSort_hdr", "//tools:ToolUtils_hdr", ], ) generated_cc_atom( name = "TraceMemoryDumpTest_src", srcs = ["TraceMemoryDumpTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkTraceMemoryDump_hdr", "//include/gpu:GrDirectContext_hdr", "//src/gpu/ganesh:GrDirectContextPriv_hdr", "//src/gpu/ganesh:GrRenderTarget_hdr", "//src/gpu/ganesh:GrTexture_hdr", "//src/gpu/ganesh/gl:GrGLBuffer_hdr", "//src/gpu/ganesh/gl:GrGLDefines_impl_hdr", "//src/gpu/ganesh/gl:GrGLGpu_hdr", "//src/gpu/ganesh/gl:GrGLTextureRenderTarget_hdr", ], ) generated_cc_atom( name = "TracingTest_src", srcs = ["TracingTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkImageInfo_hdr", "//include/core:SkPoint_hdr", "//include/core:SkRect_hdr", "//src/core:SkLeanWindows_hdr", "//src/core:SkTraceEvent_hdr", "//tools/flags:CommandLineFlags_hdr", ], ) generated_cc_atom( name = "TransferPixelsTest_src", srcs = ["TransferPixelsTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":TestUtils_hdr", ":Test_hdr", "//include/core:SkColorSpace_hdr", "//include/core:SkSurface_hdr", "//include/core:SkTypes_hdr", "//include/gpu:GrDirectContext_hdr", "//src/gpu/ganesh:GrDirectContextPriv_hdr", "//src/gpu/ganesh:GrGpu_hdr", "//src/gpu/ganesh:GrImageInfo_hdr", "//src/gpu/ganesh:GrResourceProvider_hdr", "//src/gpu/ganesh:GrSurfaceProxy_hdr", "//src/gpu/ganesh:GrTexture_hdr", "//src/gpu/ganesh:SkGr_hdr", "//tools/gpu:GrContextFactory_hdr", ], ) generated_cc_atom( name = "TriangulatingPathRendererTests_src", srcs = ["TriangulatingPathRendererTests.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkColorSpace_hdr", "//include/core:SkPath_hdr", "//include/core:SkRect_hdr", "//include/effects:SkGradientShader_hdr", "//include/gpu:GrDirectContext_hdr", "//src/gpu/ganesh:GrDirectContextPriv_hdr", "//src/gpu/ganesh:GrEagerVertexAllocator_hdr", "//src/gpu/ganesh:GrStyle_hdr", "//src/gpu/ganesh:GrUserStencilSettings_hdr", "//src/gpu/ganesh/effects:GrPorterDuffXferProcessor_hdr", "//src/gpu/ganesh/geometry:GrAATriangulator_hdr", "//src/gpu/ganesh/geometry:GrInnerFanTriangulator_hdr", "//src/gpu/ganesh/geometry:GrStyledShape_hdr", "//src/gpu/ganesh/ops:TriangulatingPathRenderer_hdr", "//src/gpu/ganesh/v1:SurfaceDrawContext_v1_hdr", "//src/shaders:SkShaderBase_hdr", "//tools:ToolUtils_hdr", ], ) generated_cc_atom( name = "TypefaceMacTest_src", srcs = ["TypefaceMacTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkFontMgr_hdr", "//include/core:SkRefCnt_hdr", "//include/core:SkTypeface_hdr", "//include/ports:SkTypeface_mac_hdr", "//src/core:SkZip_hdr", ], ) generated_cc_atom( name = "TypefaceTest_src", srcs = ["TypefaceTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkData_hdr", "//include/core:SkFontMgr_hdr", "//include/core:SkRefCnt_hdr", "//include/core:SkStream_hdr", "//include/core:SkTypeface_hdr", "//include/ports:SkTypeface_win_hdr", "//include/private:SkFixed_hdr", "//src/core:SkAdvancedTypefaceMetrics_hdr", "//src/core:SkFontDescriptor_hdr", "//src/core:SkFontMgrPriv_hdr", "//src/core:SkFontPriv_hdr", "//src/core:SkTypefaceCache_hdr", "//src/sfnt:SkOTTable_OS_2_hdr", "//src/sfnt:SkSFNTHeader_hdr", "//src/utils:SkUTF_hdr", "//tools:Resources_hdr", "//tools:ToolUtils_hdr", "//tools/fonts:TestEmptyTypeface_hdr", ], ) generated_cc_atom( name = "UnicodeTest_src", srcs = ["UnicodeTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkFont_hdr", "//include/core:SkPaint_hdr", "//src/core:SkFontPriv_hdr", "//src/utils:SkUTF_hdr", ], ) generated_cc_atom( name = "UtilsTest_src", srcs = ["UtilsTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkRefCnt_hdr", "//include/core:SkSpan_hdr", "//include/utils:SkRandom_hdr", "//src/core:SkEnumerate_hdr", "//src/core:SkTSearch_hdr", "//src/core:SkTSort_hdr", "//src/core:SkZip_hdr", ], ) generated_cc_atom( name = "VerticesTest_src", srcs = ["VerticesTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkSurface_hdr", "//include/core:SkVertices_hdr", "//src/core:SkAutoMalloc_hdr", "//src/core:SkReadBuffer_hdr", "//src/core:SkVerticesPriv_hdr", "//src/core:SkWriteBuffer_hdr", "//tools:ToolUtils_hdr", ], ) generated_cc_atom( name = "VkBackendSurfaceTest_src", srcs = ["VkBackendSurfaceTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkImage_hdr", "//include/core:SkTypes_hdr", "//include/gpu:GrBackendSurface_hdr", "//include/gpu:GrDirectContext_hdr", "//include/gpu/vk:GrVkTypes_hdr", "//include/gpu/vk:GrVkVulkan_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:GrVkImageLayout_hdr", "//src/gpu/ganesh/vk:GrVkTexture_hdr", "//src/image:SkImage_Base_hdr", "//src/image:SkImage_GpuBase_hdr", "//src/image:SkImage_Gpu_hdr", "//src/image:SkSurface_Gpu_hdr", "//tools/gpu:ManagedBackendTexture_hdr", "//tools/gpu:ProxyUtils_hdr", ], ) generated_cc_atom( name = "VkDrawableTest_src", srcs = ["VkDrawableTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkBitmap_hdr", "//include/core:SkDrawable_hdr", "//include/core:SkSurface_hdr", "//include/core:SkTypes_hdr", "//include/gpu:GrBackendDrawableInfo_hdr", "//include/gpu:GrDirectContext_hdr", "//include/gpu/vk:GrVkVulkan_hdr", "//src/gpu/ganesh:GrDirectContextPriv_hdr", "//src/gpu/ganesh/vk:GrVkGpu_hdr", "//src/gpu/ganesh/vk:GrVkInterface_hdr", "//src/gpu/ganesh/vk:GrVkMemory_hdr", "//src/gpu/ganesh/vk:GrVkSecondaryCBDrawContext_impl_hdr", "//src/gpu/ganesh/vk:GrVkUtil_hdr", "//tools/gpu:GrContextFactory_hdr", ], ) generated_cc_atom( name = "VkHardwareBufferTest_src", srcs = ["VkHardwareBufferTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkBitmap_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkColorSpace_hdr", "//include/core:SkImage_hdr", "//include/core:SkSurface_hdr", "//include/core:SkTypes_hdr", "//include/gpu:GrBackendSemaphore_hdr", "//include/gpu:GrDirectContext_hdr", "//include/gpu/vk:GrVkBackendContext_hdr", "//include/gpu/vk:GrVkExtensions_hdr", "//src/core:SkAutoMalloc_hdr", "//src/gpu/ganesh:GrDirectContextPriv_hdr", "//src/gpu/ganesh:GrGpu_hdr", "//src/gpu/ganesh:GrProxyProvider_hdr", "//src/gpu/ganesh:SkGr_hdr", "//src/gpu/ganesh/gl:GrGLDefines_impl_hdr", "//src/gpu/ganesh/gl:GrGLUtil_hdr", "//tools/gpu:GrContextFactory_hdr", "//tools/gpu/vk:VkTestUtils_hdr", ], ) generated_cc_atom( name = "VkPriorityExtensionTest_src", srcs = ["VkPriorityExtensionTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkTypes_hdr", "//include/gpu/vk:GrVkTypes_hdr", "//src/core:SkAutoMalloc_hdr", "//tools/gpu/vk:VkTestUtils_hdr", ], ) generated_cc_atom( name = "VkProtectedContextTest_src", srcs = ["VkProtectedContextTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkMaskFilter_hdr", "//include/core:SkPaint_hdr", "//include/core:SkSurface_hdr", "//include/core:SkTypes_hdr", "//include/gpu:GrBackendSurface_hdr", "//include/gpu/vk:GrVkBackendContext_hdr", "//include/gpu/vk:GrVkExtensions_hdr", "//tools/gpu:BackendSurfaceFactory_hdr", "//tools/gpu:GrContextFactory_hdr", "//tools/gpu/vk:VkTestHelper_hdr", ], ) generated_cc_atom( name = "VkWrapTests_src", srcs = ["VkWrapTests.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkTypes_hdr", "//include/gpu:GrBackendSurface_hdr", "//include/gpu:GrDirectContext_hdr", "//include/gpu/vk:GrVkTypes_hdr", "//include/gpu/vk:GrVkVulkan_hdr", "//src/gpu/ganesh:GrDirectContextPriv_hdr", "//src/gpu/ganesh:GrRenderTarget_hdr", "//src/gpu/ganesh:GrTexture_hdr", "//src/gpu/ganesh/vk:GrVkCaps_hdr", "//src/gpu/ganesh/vk:GrVkGpu_hdr", "//src/gpu/ganesh/vk:GrVkMemory_hdr", "//tools/gpu:GrContextFactory_hdr", "//tools/gpu:ManagedBackendTexture_hdr", ], ) generated_cc_atom( name = "VkYcbcrSamplerTest_src", srcs = ["VkYcbcrSamplerTest.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", "//tools/gpu/vk:VkTestHelper_hdr", "//tools/gpu/vk:VkYcbcrSamplerHelper_hdr", ], ) generated_cc_atom( name = "WangsFormulaTest_src", srcs = ["WangsFormulaTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/utils:SkRandom_hdr", "//src/core:SkGeometry_hdr", "//src/gpu/tessellate:WangsFormula_hdr", ], ) generated_cc_atom( name = "WebpTest_src", srcs = ["WebpTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/codec:SkCodec_hdr", "//include/core:SkBitmap_hdr", "//tools:Resources_hdr", "//tools:ToolUtils_hdr", ], ) generated_cc_atom( name = "WindowRectanglesTest_src", srcs = ["WindowRectanglesTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkTypes_hdr", "//include/utils:SkRandom_hdr", "//src/core:SkRectPriv_hdr", "//src/gpu/ganesh:GrWindowRectangles_hdr", ], ) generated_cc_atom( name = "WrappedSurfaceCopyOnWriteTest_src", srcs = ["WrappedSurfaceCopyOnWriteTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":TestUtils_hdr", ":Test_hdr", "//include/core:SkDeferredDisplayListRecorder_hdr", "//include/core:SkImageInfo_hdr", "//include/gpu:GrDirectContext_hdr", "//include/gpu:GrTypes_hdr", "//src/core:SkAutoPixmapStorage_hdr", "//src/core:SkCanvasPriv_hdr", "//src/gpu/ganesh:GrDirectContextPriv_hdr", "//src/gpu/ganesh:GrProxyProvider_hdr", "//src/gpu/ganesh:GrSurfaceProxy_hdr", "//src/gpu/ganesh:SurfaceFillContext_hdr", "//tools/gpu:BackendSurfaceFactory_hdr", "//tools/gpu:ProxyUtils_hdr", ], ) generated_cc_atom( name = "WritePixelsTest_src", srcs = ["WritePixelsTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkBitmap_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkMallocPixelRef_hdr", "//include/core:SkSurface_hdr", "//include/gpu:GrBackendSurface_hdr", "//include/gpu:GrDirectContext_hdr", "//include/private:SkColorData_hdr", "//include/private:SkImageInfoPriv_hdr", "//src/core:SkMathPriv_hdr", "//src/gpu/ganesh:GrDirectContextPriv_hdr", "//src/gpu/ganesh:GrGpu_hdr", "//src/gpu/ganesh:GrProxyProvider_hdr", "//tools/gpu:BackendSurfaceFactory_hdr", ], ) generated_cc_atom( name = "Writer32Test_src", srcs = ["Writer32Test.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/utils:SkRandom_hdr", "//src/core:SkAutoMalloc_hdr", "//src/core:SkReadBuffer_hdr", "//src/core:SkWriter32_hdr", ], ) generated_cc_atom( name = "YUVCacheTest_src", srcs = ["YUVCacheTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkYUVAInfo_hdr", "//include/core:SkYUVAPixmaps_hdr", "//src/core:SkCachedData_hdr", "//src/core:SkResourceCache_hdr", "//src/core:SkYUVPlanesCache_hdr", ], ) generated_cc_atom( name = "YUVTest_src", srcs = ["YUVTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/codec:SkCodec_hdr", "//include/core:SkPixmap_hdr", "//include/core:SkStream_hdr", "//include/effects:SkColorMatrix_hdr", "//include/private:SkTemplates_hdr", "//src/core:SkAutoMalloc_hdr", "//src/core:SkYUVMath_hdr", "//tools:Resources_hdr", ], ) generated_cc_atom( name = "SkSLErrorTest_src", srcs = ["SkSLErrorTest.cpp"], enforce_iwyu = True, visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//include/core:SkData_hdr", "//include/core:SkRefCnt_hdr", "//include/core:SkString_hdr", "//include/private:SkSLProgramKind_hdr", "//src/core:SkOSFile_hdr", "//src/sksl:SkSLCompiler_hdr", "//src/sksl:SkSLUtil_hdr", "//src/sksl/ir:SkSLProgram_hdr", "//src/utils:SkOSPath_hdr", "//tools:Resources_hdr", ], ) generated_cc_atom( name = "GrGlyphVectorTest_src", srcs = ["GrGlyphVectorTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//src/core:SkGlyphBuffer_hdr", "//src/core:SkGlyph_hdr", "//src/core:SkReadBuffer_hdr", "//src/core:SkStrikeCache_hdr", "//src/core:SkStrikeSpec_hdr", "//src/core:SkWriteBuffer_hdr", "//src/gpu/ganesh:GrResourceProvider_hdr", "//src/text/gpu:GlyphVector_hdr", "//src/text/gpu:SubRunAllocator_hdr", ], ) generated_cc_atom( name = "SaveLayerOriginTest_src", srcs = ["SaveLayerOriginTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":TestUtils_hdr", ":Test_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkColorSpace_hdr", "//include/core:SkSurface_hdr", "//include/gpu:GrDirectContext_hdr", ], ) generated_cc_atom( name = "TestHarness_hdr", hdrs = ["TestHarness.h"], visibility = ["//:__subpackages__"], ) generated_cc_atom( name = "TestHarness_src", srcs = ["TestHarness.cpp"], visibility = ["//:__subpackages__"], deps = [":TestHarness_hdr"], ) generated_cc_atom( name = "SkEnumBitMaskTest_src", srcs = ["SkEnumBitMaskTest.cpp"], visibility = ["//:__subpackages__"], deps = [ ":Test_hdr", "//src/core:SkEnumBitMask_hdr", ], )