| load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom") | |
| licenses(["notice"]) | |
| exports_files_legacy() | |
| generated_cc_atom( | |
| name = "GrVkSecondaryCBDrawContext_hdr", | |
| hdrs = ["GrVkSecondaryCBDrawContext.h"], | |
| visibility = ["//:__subpackages__"], | |
| deps = ["//src/gpu/ganesh/vk:GrVkSecondaryCBDrawContext_impl_hdr"], | |
| ) |