blob: c6c6bc686617e482daa436e928f12e6fff556ced [file] [log] [blame]
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
licenses(["notice"])
exports_files_legacy()
filegroup(
name = "hdrs",
srcs = [
"SkShaper.h",
],
visibility = ["//modules/skshaper:__pkg__"],
)
generated_cc_atom(
name = "SkShaper_hdr",
hdrs = ["SkShaper.h"],
visibility = ["//:__subpackages__"],
deps = [
"//include/core:SkFontMgr_hdr",
"//include/core:SkPoint_hdr",
"//include/core:SkRefCnt_hdr",
"//include/core:SkScalar_hdr",
"//include/core:SkTextBlob_hdr",
"//include/core:SkTypes_hdr",
],
)