blob: 6f3cf5ec4c98d5dc56dd09d730498dd535366c9a [file] [log] [blame]
load("//bazel:macros.bzl", "exports_files_legacy", "skia_filegroup")
licenses(["notice"])
exports_files_legacy()
skia_filegroup(
name = "public_hdrs",
srcs = [
"GrGLBackendSurface.h",
"GrGLDirectContext.h",
],
visibility = ["//include/gpu/ganesh:__pkg__"],
)