blob: 843c2eede0427be6f6f52367dafeca57429fa4d9 [file] [log] [blame]
load("//bazel:macros.bzl", "exports_files_legacy", "skia_cc_deps", "skia_filegroup")
licenses(["notice"])
exports_files_legacy()
skia_filegroup(
name = "srcs",
srcs = [
"CreatePlatformGLTestContext_mac.cpp",
],
visibility = ["//tools/gpu/gl:__pkg__"],
)
skia_cc_deps(
name = "deps",
linkopts = [
"-framework",
"OpenGL",
],
visibility = ["//tools/gpu/gl:__pkg__"],
)