blob: e937a03a43bd592ea5d38f8c5cd68d87ce0a8b4e [file]
load("//bazel:skia_rules.bzl", "skia_filegroup")
package(
default_applicable_licenses = ["//:license"],
)
licenses(["notice"])
skia_filegroup(
name = "srcs",
srcs = [
"CreatePlatformGLTestContext_none.cpp",
],
visibility = ["//tools/gpu/gl:__pkg__"],
)