Sign in
skia
/
skia
/
89776b504a91d87586a7dd4824d82dc51bf31a3d
/
.
/
include
/
gpu
/
gl
/
egl
/
BUILD.bazel
blob: 0c50efa19e510722d8d8d2e00103b67744707bc5 [
file
] [
log
] [
blame
]
load
(
"//bazel:macros.bzl"
,
"exports_files_legacy"
,
"skia_filegroup"
)
licenses
([
"notice"
])
exports_files_legacy
()
skia_filegroup
(
name
=
"public_hdrs"
,
srcs
=
[
"GrGLMakeEGLInterface.h"
],
visibility
=
[
"//include/gpu/gl:__pkg__"
],
)