mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-17 16:43:53 +00: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",
|
# targets to use for dependencies. Valid values are "standalone", "chromium",
|
||||||
# and "fuchsia".
|
# and "fuchsia".
|
||||||
crashpad_dependencies = "standalone"
|
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(
|
assert(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user