load("//bazel:macros.bzl", "generated_cc_atom") generated_cc_atom( name = "CreatePlatformGLTestContext_egl_src", srcs = ["CreatePlatformGLTestContext_egl.cpp"], visibility = ["//:__subpackages__"], deps = [ "//src/gpu/gl:GrGLDefines_hdr", "//src/gpu/gl:GrGLUtil_hdr", "//tools/gpu/gl:GLTestContext_hdr", ], )