blob: 61aa6e8f7932a333dc001b2974e368e294708619 [file] [log] [blame]
load("//bazel:macros.bzl", "exports_files_legacy")
licenses(["notice"])
exports_files_legacy()
# This group is mapped to //gn/gpu.gni:skia_shared_gpu_sources.
filegroup(
name = "shared_private_hdrs",
srcs = [
"Slug.h",
],
)
# This group is mapped to //gn/gpu.gni:skia_gpu_sources.
filegroup(
name = "gpu_private_hdrs",
srcs = [
"GrSlug.h",
],
)
filegroup(
name = "private_hdrs",
srcs = [
"SkChromeRemoteGlyphCache.h",
":shared_private_hdrs",
],
visibility = ["//include/private:__pkg__"],
)