blob: 3fc4cc2c84a358d319c42a81fa4def76dafa9c7f [file] [log] [blame]
load("//bazel:macros.bzl", "exports_files_legacy")
licenses(["notice"])
exports_files_legacy()
# Not referenced by Bazel target.
# for exporting to //gn/gpu.gni:skia_shared_mtl_sources.
filegroup(
name = "shared_public_hdrs",
srcs = [
"MtlMemoryAllocator.h",
],
)
# Not referenced by Bazel target.
# for exporting to //gn/gpu.gni:skia_metal_sources.
filegroup(
name = "public_hdrs",
srcs = [
"GrMtlBackendContext.h",
"GrMtlTypes.h",
],
)