| load("//bazel:macros.bzl", "exports_files_legacy", "skia_filegroup") | |
| licenses(["notice"]) | |
| exports_files_legacy() | |
| skia_filegroup( | |
| name = "public_hdrs", | |
| srcs = [ | |
| "GrGLBackendSurface.h", | |
| "GrGLDirectContext.h", | |
| ], | |
| visibility = ["//include/gpu/ganesh:__pkg__"], | |
| ) |