blob: edcf01f019d57fc2da1337e2e161c2eb1c511fb1 [file] [log] [blame]
load("//bazel:skia_rules.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__"],
)