blob: ec819de391f60165f59a21511491dd9a80b895ab [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_none.cpp",
],
visibility = ["//tools/gpu/gl:__pkg__"],
)