| 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__"], | |
| ) |