1load("//bazel:macros.bzl", "generated_cc_atom") 2 3generated_cc_atom( 4 name = "MtlTypesPriv_hdr", 5 hdrs = ["MtlTypesPriv.h"], 6 visibility = ["//:__subpackages__"], 7 deps = [ 8 "//experimental/graphite/include:GraphiteTypes_hdr", 9 "//experimental/graphite/include/mtl:MtlTypes_hdr", 10 ], 11) 12