blob: 8c36eff74877a37074db6401b056d177f9db01ca [file] [log] [blame]
load("//bazel:macros.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__"],
)