Sign in
gn
/
gn
/
54f5b539df8c4e460b18c62a11132d77b5601136
/
.
/
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"
}
}