Sign in
skia
/
skia
/
437cd4d85737039dd9719667905832982b843574
/
.
/
tools
/
sk_app
/
wasm
/
BUILD.bazel
blob: e0146a4735616186c69992d94fbc81109371d1e6 [
file
] [
log
] [
blame
]
load
(
"//bazel:macros.bzl"
,
"exports_files_legacy"
,
"generated_cc_atom"
)
licenses
([
"notice"
])
exports_files_legacy
()
generated_cc_atom
(
name
=
"main_wasm_src"
,
srcs
=
[
"main_wasm.cpp"
],
visibility
=
[
"//:__subpackages__"
],
)