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