blob: 3254e1daaa4c522f0a70cf52a65d9a8f97869540 [file] [log] [blame]
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",
],
)