blob: 6825ee502dbe110302b75e1faf0b22fd68e448a0 [file]
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",
"LogPriority.h",
"PrecompileContext.h",
"Recorder.h",
"Recording.h",
"Surface.h",
"TextureInfo.h",
"YUVABackendTextures.h",
],
visibility = ["//src/gpu/graphite:__subpackages__"],
)