blob: f73a74ac029df04c4c8eec81d2cb5e5535db185d [file] [log] [blame]
load("//bazel:skia_rules.bzl", "exports_files_legacy", "skia_cc_deps", "skia_filegroup")
package(
default_applicable_licenses = ["//:license"],
)
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__"],
)