Sign in
chromium
/
chromium
/
src
/
ba76b8530fb0f13a8f92e3a99795e8b06b10366d
/
.
/
build
/
config
/
unwind.gni
blob: fd2b597f1a536cf495803dd51bfed70c1b2334b5 [
file
] [
log
] [
blame
]
import
(
"//build_overrides/build.gni"
)
declare_args
()
{
# Use in-tree libunwind (buildtools/third_party/libunwind) instead of whatever
# system library provides unwind symbols (e.g. libgcc).
use_custom_libunwind
=
is_fuchsia
||
is_android
}