12 lines
317 B
Python
12 lines
317 B
Python
load("//bazel:macros.bzl", "generated_cc_atom")
|
|
|
|
generated_cc_atom(
|
|
name = "CreatePlatformGLTestContext_glx_src",
|
|
srcs = ["CreatePlatformGLTestContext_glx.cpp"],
|
|
visibility = ["//:__subpackages__"],
|
|
deps = [
|
|
"//include/private:SkOnce_hdr",
|
|
"//tools/gpu/gl:GLTestContext_hdr",
|
|
],
|
|
)
|