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

12 lines
315 B
Python

load("//bazel:macros.bzl", "generated_cc_atom")
generated_cc_atom(
name = "CreatePlatformGLTestContext_mac_src",
srcs = ["CreatePlatformGLTestContext_mac.cpp"],
visibility = ["//:__subpackages__"],
deps = [
"//include/core:SkTypes_hdr",
"//tools/gpu/gl:GLTestContext_hdr",
],
)