Sign in
skia
/
skia
/
1d134a8f3ae2fa59db4bcc2575d92e1d0d72486d
/
.
/
src
/
gpu
/
ganesh
/
gl
/
webgl
/
BUILD.bazel
blob: 7e3de1362e8c629340bc898cbbed4ffc344d47b5 [
file
] [
log
] [
blame
]
load
(
"//bazel:skia_rules.bzl"
,
"exports_files_legacy"
,
"skia_filegroup"
)
licenses
([
"notice"
])
exports_files_legacy
()
skia_filegroup
(
name
=
"srcs"
,
srcs
=
[
"GrGLMakeNativeInterface_webgl.cpp"
,
],
visibility
=
[
"//src/gpu/ganesh/gl:__pkg__"
],
)