Sign in
gn
/
gn.git
/
ee7f7afa7e606888e36c2a7dd9d44e8c8040051e
/
.
/
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"
}
}