Sign in
gn
/
gn
/
61377e3df1eb9e21712a43b481c7769292c1a2b3
/
.
/
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"
}
}