blob: 0192f2befe56e157f4d98a833b9e723f7d59fa63 [file] [log] [blame]
load("//bazel:skia_rules.bzl", "exports_files_legacy", "skia_filegroup")
licenses(["notice"])
exports_files_legacy()
skia_filegroup(
name = "public_hdrs",
srcs = [
"GrGLAssembleHelpers.h",
"GrGLAssembleInterface.h",
"GrGLConfig.h",
"GrGLExtensions.h",
"GrGLFunctions.h",
"GrGLInterface.h",
"GrGLTypes.h",
] + select({
"@platforms//os:android": ["//include/gpu/gl/egl:public_hdrs"],
"@platforms//os:linux": ["//include/gpu/gl/glx:public_hdrs"],
"//conditions:default": [],
}),
visibility = ["//include/gpu:__pkg__"],
)