blob: 79f8b7bc8894d0c3507e6e65bfea915c0bc4901c [file] [log] [blame]
load("//bazel:macros.bzl", "exports_files_legacy")
licenses(["notice"])
exports_files_legacy()
filegroup(
name = "public_hdrs",
srcs = [
"SkPDFDocument.h",
"SkXPSDocument.h",
],
visibility = ["//include:__pkg__"],
)