Sign in
gn
/
gn
/
e327ffdc503815916db2543ec000226a8df45163
/
.
/
examples
/
rust_example
/
hello_world
/
src
/
BUILD.gn
blob: d50b876d6fe5cc732f858c43524b6206b306afc6 [
file
] [
log
] [
blame
]
executable
(
"hello_world"
)
{
sources
=
[
"main.rs"
]
deps
=
[
"//hello_world/foo/src:foo"
]
aliased_deps
=
{
baz
=
"//hello_world/foo/src:foo"
}
}