mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-26 23:01:05 +08:00
fuchsia: Default crashpad_dependencies based on is_fuchsia_tree
Bug: crashpad:196 Change-Id: I0ff0157287e8b84323068741e060ff3c10f9719a Reviewed-on: https://chromium-review.googlesource.com/871044 Commit-Queue: Scott Graham <scottmg@chromium.org> Reviewed-by: Mark Mentovai <mark@chromium.org>
This commit is contained in:
parent
9f4ebc713a
commit
3a7b80995d
@ -17,6 +17,14 @@ declare_args() {
|
||||
# targets to use for dependencies. Valid values are "standalone", "chromium",
|
||||
# and "fuchsia".
|
||||
crashpad_dependencies = "standalone"
|
||||
|
||||
if (defined(is_fuchsia_tree) && is_fuchsia_tree) {
|
||||
# Determines various flavors of build configuration, and which concrete
|
||||
# targets to use for dependencies. Valid values are "standalone",
|
||||
# "chromium", and "fuchsia". Defaulted to "fuchsia" because
|
||||
# "is_fuchsia_tree" is set.
|
||||
crashpad_dependencies = "fuchsia"
|
||||
}
|
||||
}
|
||||
|
||||
assert(
|
||||
|
Loading…
x
Reference in New Issue
Block a user