1load("//bazel:macros.bzl", "generated_cc_atom") 2 3generated_cc_atom( 4 name = "GrGLMakeEGLInterface_hdr", 5 hdrs = ["GrGLMakeEGLInterface.h"], 6 visibility = ["//:__subpackages__"], 7 deps = [ 8 "//include/core:SkRefCnt_hdr", 9 "//include/gpu:GrTypes_hdr", 10 ], 11) 12