blob: ea908f5527d4e2be96d32266b8f32677c6fdcf5d [file] [log] [blame]
load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
licenses(["notice"])
exports_files_legacy()
generated_cc_atom(
name = "GLTestContext_hdr",
hdrs = ["GLTestContext.h"],
visibility = ["//:__subpackages__"],
deps = [
"//include/gpu/gl:GrGLInterface_hdr",
"//src/gpu/ganesh/gl:GrGLUtil_hdr",
"//tools/gpu:TestContext_hdr",
],
)
generated_cc_atom(
name = "GLTestContext_src",
srcs = ["GLTestContext.cpp"],
visibility = ["//:__subpackages__"],
deps = [
":GLTestContext_hdr",
"//include/gpu:GrDirectContext_hdr",
"//src/gpu/ganesh/gl:GrGLUtil_hdr",
"//tools/gpu:GpuTimer_hdr",
],
)