blob: 0023f35106737db17d441f2fba28ece724a3ebd1 [file] [log] [blame]
load("//bazel:macros.bzl", "exports_files_legacy", "skia_filegroup")
licenses(["notice"])
exports_files_legacy()
skia_filegroup(
name = "hdrs",
srcs = [
"DartTypes.h",
"FontArguments.h",
"FontCollection.h",
"Metrics.h",
"Paragraph.h",
"ParagraphBuilder.h",
"ParagraphCache.h",
"ParagraphPainter.h",
"ParagraphStyle.h",
"TextShadow.h",
"TextStyle.h",
"TypefaceFontProvider.h",
],
visibility = ["//modules/skparagraph:__pkg__"],
)