Sign in
webrtc
/
src
/
/
a513e8b66b8fb430f84df245a2d04cb998082445
/
.
/
tools_webrtc
/
presubmit_checks_lib
/
testdata
/
circular_dependency
/
BUILD.gn
blob: 86095b2f79a97bbabd1535cd29756e6addd9a25c [
file
] [
log
] [
blame
]
toolchain
(
"toolchain"
)
{
}
static_library
(
"foo"
)
{
deps
=
[
":bar"
]
}
static_library
(
"bar"
)
{
deps
=
[
":foo"
]
}