Sign in
skia
/
skia
/
bb5fbf9d5a31a4f10cbc6cd21999e17841d1e2f8
/
.
/
include
/
gpu
/
gl
/
glx
/
BUILD.bazel
blob: f9ca21f887c33014f11ddc34ae7cdff8e23727ab [
file
]
load
(
"//bazel:skia_rules.bzl"
,
"exports_files_legacy"
,
"skia_filegroup"
)
licenses
([
"notice"
])
exports_files_legacy
()
skia_filegroup
(
name
=
"public_hdrs"
,
srcs
=
[
"GrGLMakeGLXInterface.h"
],
visibility
=
[
"//include/gpu/gl:__pkg__"
],
)