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