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