blob: 9bf068c71c6edd0e5fb3154af556cba74a21e3f6 [file] [log] [blame]
load("//bazel:macros.bzl", "exports_files_legacy")
licenses(["notice"])
exports_files_legacy()
filegroup(
name = "public_hdrs",
srcs = select({
"//src/pdf:enable_pdf_backend_true": ["SkPDFDocument.h"],
"//conditions:default": [],
}), # TODO(kjlubick) XPSDocument
visibility = ["//include:__pkg__"],
)