android13/external/skia/tools/gpu/gl/egl/BUILD.bazel

13 lines
354 B
Python

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",
],
)