Sign in
webrtc
/
src
/
b6ea0b2d2a6e6c27bd65bfb33964e7df2896978d
/
.
/
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"
]
}