• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1load("//bazel:macros.bzl", "generated_cc_atom")
2
3generated_cc_atom(
4    name = "GraphiteMtlTestContext_hdr",
5    hdrs = ["GraphiteMtlTestContext.h"],
6    visibility = ["//:__subpackages__"],
7    deps = [
8        "//experimental/graphite/include/mtl:MtlBackendContext_hdr",
9        "//tools/graphite:GraphiteTestContext_hdr",
10    ],
11)
12