blob: e0c415b0a8dd1c5ede2c4844ad953782858a9591 [file] [log] [blame]
load("//bazel:macros.bzl", "exports_files_legacy", "skia_filegroup")
licenses(["notice"])
exports_files_legacy()
skia_filegroup(
name = "srcs",
srcs = [
"CreatePlatformGLTestContext_none.cpp",
],
visibility = ["//tools/gpu/gl:__pkg__"],
)