unplugged-system/external/skia/tools/gpu/gl/none/BUILD.bazel

14 lines
270 B
Python
Raw Normal View History

load("//bazel:skia_rules.bzl", "exports_files_legacy", "skia_filegroup")
licenses(["notice"])
exports_files_legacy()
skia_filegroup(
name = "srcs",
srcs = [
"CreatePlatformGLTestContext_none.cpp",
],
visibility = ["//tools/gpu/gl:__pkg__"],
)