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