| 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__"], | |
| ) |