Sign in
gn
/
gn.git
/
4166e9fbc1fa5ceab69b69710a0f8b430c50127b
/
.
/
examples
/
rust_example
/
hello_world
/
foo
/
src
/
BUILD.gn
blob: 7525454cadeb2e7f3e364b9bb5a37a6b6c07c0a3 [
file
] [
log
] [
blame
]
rust_library
(
"foo"
)
{
sources
=
[
"lib.rs"
]
deps
=
[
"//hello_world/bar/src:bar"
]
}