blob: e5bbbf16e25616e5aa6c05c8b57b513e2f59e707 [file] [log] [blame]
load("//bazel:skia_rules.bzl", "skia_filegroup")
package(
default_applicable_licenses = ["//:license"],
)
licenses(["notice"])
skia_filegroup(
name = "public_hdrs",
srcs = [
"BackendSemaphore.h",
"BackendTexture.h",
"Context.h",
"ContextOptions.h",
"GraphiteTypes.h",
"Image.h",
"ImageProvider.h",
"Recorder.h",
"Recording.h",
"Surface.h",
"TextureInfo.h",
"YUVABackendTextures.h",
],
visibility = ["//src/gpu/graphite:__subpackages__"],
)