blob: 240eace6744566d77d228ca1f64570e3f0cbf39e [file] [log] [blame]
load("//bazel:macros.bzl", "exports_files_legacy", "skia_filegroup")
licenses(["notice"])
exports_files_legacy()
skia_filegroup(
name = "srcs",
srcs = [
"CreatePlatformGLTestContext_iOS.mm",
],
visibility = ["//tools/gpu/gl:__pkg__"],
)