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