blob: 60ffc30340c7a36c2845e416044dd5f410b08fbe [file]
load("//bazel:macros.bzl", "exports_files_legacy", "skia_filegroup")
licenses(["notice"])
exports_files_legacy()
skia_filegroup(
name = "public_hdrs",
srcs = [
"GrExternalTextureGenerator.h",
"SkImageGanesh.h",
"SkSurfaceGanesh.h",
],
visibility = ["//include/gpu:__pkg__"],
)