blob: 7d124425b096130b09121c2c6df123da6994856f [file] [log] [blame]
load("//bazel:macros.bzl", "exports_files_legacy", "split_srcs_and_hdrs")
licenses(["notice"])
exports_files_legacy()
# Not yet included in a Bazel build.
# File group is here for exporting to utils.gni:skia_utils_sources.
MAC_FILES = [
"SkCGBase.h",
"SkCGGeometry.h",
"SkCTFont.cpp",
"SkCTFont.h",
"SkCreateCGImageRef.cpp",
"SkUniqueCFRef.h",
]
split_srcs_and_hdrs(
name = "core",
files = MAC_FILES,
)