load("//bazel:macros.bzl", "generated_cc_atom") generated_cc_atom( name = "SkParagraphTest_src", srcs = ["SkParagraphTest.cpp"], visibility = ["//:__subpackages__"], deps = [ "//include/core:SkBitmap_hdr", "//include/core:SkCanvas_hdr", "//include/core:SkColor_hdr", "//include/core:SkEncodedImageFormat_hdr", "//include/core:SkFontMgr_hdr", "//include/core:SkFontStyle_hdr", "//include/core:SkImageEncoder_hdr", "//include/core:SkPaint_hdr", "//include/core:SkPoint_hdr", "//include/core:SkRect_hdr", "//include/core:SkRefCnt_hdr", "//include/core:SkScalar_hdr", "//include/core:SkSpan_hdr", "//include/core:SkStream_hdr", "//include/core:SkString_hdr", "//include/core:SkTypeface_hdr", "//include/core:SkTypes_hdr", "//modules/skparagraph/include:DartTypes_hdr", "//modules/skparagraph/include:FontCollection_hdr", "//modules/skparagraph/include:ParagraphCache_hdr", "//modules/skparagraph/include:ParagraphStyle_hdr", "//modules/skparagraph/include:Paragraph_hdr", "//modules/skparagraph/include:TextShadow_hdr", "//modules/skparagraph/include:TextStyle_hdr", "//modules/skparagraph/include:TypefaceFontProvider_hdr", "//modules/skparagraph/src:ParagraphBuilderImpl_hdr", "//modules/skparagraph/src:ParagraphImpl_hdr", "//modules/skparagraph/src:Run_hdr", "//modules/skparagraph/src:TextLine_hdr", "//modules/skparagraph/utils:TestFontCollection_hdr", "//src/core:SkOSFile_hdr", "//src/utils:SkOSPath_hdr", "//src/utils:SkShaperJSONWriter_hdr", "//tests:Test_hdr", "//tools:Resources_hdr", ], )