14 lines
268 B
Python
14 lines
268 B
Python
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__"],
|
|
)
|