blob: d0d838da7f93da616ddc3ad3b25d59d70a1dab2a [file] [log] [blame]
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
licenses(["notice"])
exports_files_legacy()
generated_cc_atom(
name = "GraphiteMtlTestContext_hdr",
hdrs = ["GraphiteMtlTestContext.h"],
visibility = ["//:__subpackages__"],
deps = [
"//include/gpu/graphite/mtl:MtlBackendContext_hdr",
"//tools/graphite:GraphiteTestContext_hdr",
],
)