1load("//bazel:macros.bzl", "generated_cc_atom") 2 3generated_cc_atom( 4 name = "GrGLMakeNativeInterface_webgl_src", 5 srcs = ["GrGLMakeNativeInterface_webgl.cpp"], 6 visibility = ["//:__subpackages__"], 7 deps = [ 8 "//include/gpu/gl:GrGLAssembleInterface_hdr", 9 "//include/gpu/gl:GrGLInterface_hdr", 10 ], 11) 12