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