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