load("//bazel:macros.bzl", "generated_cc_atom") generated_cc_atom( name = "CreatePlatformGLTestContext_win_src", srcs = ["CreatePlatformGLTestContext_win.cpp"], visibility = ["//:__subpackages__"], deps = [ "//src/utils/win:SkWGL_hdr", "//tools/gpu/gl:GLTestContext_hdr", ], )