• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1load("//bazel:skia_rules.bzl", "exports_files_legacy", "skia_filegroup")
2
3licenses(["notice"])
4
5exports_files_legacy()
6
7skia_filegroup(
8    name = "srcs",
9    srcs = [
10        "CreatePlatformGLTestContext_iOS.mm",
11    ],
12    visibility = ["//tools/gpu/gl:__pkg__"],
13)
14