blob: 13ae7a457eb544b842b638ccddb65af0e7667efb [file] [log] [blame]
load("//bazel:macros.bzl", "generated_cc_atom")
generated_cc_atom(
name = "GrGLMakeNativeInterface_glfw_src",
srcs = ["GrGLMakeNativeInterface_glfw.cpp"],
visibility = ["//:__subpackages__"],
deps = [
"//include/gpu/gl:GrGLAssembleInterface_hdr",
"//include/gpu/gl:GrGLInterface_hdr",
"//src/gpu/gl:GrGLUtil_hdr",
],
)