blob: b154b80dd76e0a889b65d67648a410227608bbb1 [file] [log] [blame]
load("//bazel:macros.bzl", "exports_files_legacy", "split_srcs_and_hdrs")
licenses(["notice"])
exports_files_legacy()
# Not yet used in Bazel build.
# Files exported to xps.gni:skia_xps_sources.
CORE_FILES = [
"SkXPSDevice.cpp",
"SkXPSDevice.h",
"SkXPSDocument.cpp",
]
split_srcs_and_hdrs(
name = "core",
files = CORE_FILES,
)