blob: 6e1b18321f5d1823e4d45f64a9c06473b2ef93bd [file] [log] [blame]
load("//bazel:skia_rules.bzl", "skia_filegroup")
package(
default_applicable_licenses = ["//:license"],
)
licenses(["notice"])
skia_filegroup(
name = "hdrs",
srcs = [
"ExternalLayer.h",
"Skottie.h",
"SkottieProperty.h",
"SlotManager.h",
"TextShaper.h",
],
visibility = ["//modules/skottie:__pkg__"],
)
skia_filegroup(
name = "text_shaper_hdrs",
srcs = [
"TextShaper.h",
],
visibility = ["//modules/skottie:__pkg__"],
)