blob: b6ad92f65e59061470e13c5f13395a12f35e6546 [file] [log] [blame]
load("//bazel:skia_rules.bzl", "skia_filegroup")
package(
default_applicable_licenses = ["//:license"],
)
licenses(["notice"])
skia_filegroup(
name = "srcs",
srcs = [
"CreatePlatformGLTestContext_iOS.mm",
],
visibility = ["//tools/gpu/gl:__pkg__"],
)