| load("//bazel:skia_rules.bzl", "exports_files_legacy", "skia_filegroup") | |
| licenses(["notice"]) | |
| exports_files_legacy() | |
| skia_filegroup( | |
| name = "public_hdrs", | |
| srcs = ["GrGLMakeEGLInterface.h"], | |
| visibility = [ | |
| "//include/gpu/gl:__pkg__", | |
| "//tools/gpu/gl/egl:__pkg__", | |
| ], | |
| ) |