android13/external/skia/tools/gpu/gl/win/BUILD.bazel

12 lines
314 B
Python

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",
],
)