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