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