load("//bazel:skia_rules.bzl", "exports_files_legacy", "skia_filegroup") package( default_applicable_licenses = ["//:license"], ) licenses(["notice"]) exports_files_legacy() 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__"], )