blob: 81d0c6a69f8f970cd86db8380ce33a150bc942f0 [file] [log] [blame]
load("//bazel:macros.bzl", "generated_cc_atom")
generated_cc_atom(
name = "GrGLMakeGLXInterface_src",
srcs = ["GrGLMakeGLXInterface.cpp"],
visibility = ["//:__subpackages__"],
deps = [
"//include/gpu/gl:GrGLAssembleInterface_hdr",
"//include/gpu/gl:GrGLInterface_hdr",
"//src/gpu/gl:GrGLUtil_hdr",
],
)
generated_cc_atom(
name = "GrGLMakeNativeInterface_glx_src",
srcs = ["GrGLMakeNativeInterface_glx.cpp"],
visibility = ["//:__subpackages__"],
deps = [
"//include/gpu/gl:GrGLInterface_hdr",
"//include/gpu/gl/glx:GrGLMakeGLXInterface_hdr",
],
)