Sign in
skia
/
skia
/
69213ba6f68a2e77eeafddb51ac7ca8beea0753d
/
.
/
include
/
gpu
/
gl
/
egl
/
BUILD.bazel
blob: f313d0ba1cbfd736f9864573be85b3e289b8e2c2 [
file
] [
log
] [
blame
]
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__"
],
)