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__"], | |
) |