mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
Remove Mac sdk_inputs dep for crashpad on iOS
The //build/confic/mac/BUILD.gn which defines this target does not build properly in some cronet ios build configurations, and the dependency is not necessary for ios builds. Fixed: 1161219 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2656759 Commit-Queue: Ken Rockot <rockot@google.com> Auto-Submit: Ken Rockot <rockot@google.com> Reviewed-by: Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#848224} Message-Id: Merged from chromium a9f64a9dbf42e411a38e3c93b131984a0a02a84a Change-Id: Ifd03c41d42b3756cb77bb7cc3ece5d3f23b1262d Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/2818147 Reviewed-by: Mark Mentovai <mark@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org>
This commit is contained in:
parent
ae20ed4321
commit
f1943fcb57
@ -83,7 +83,9 @@ if (crashpad_is_mac || crashpad_is_ios) {
|
||||
migcom_path,
|
||||
]
|
||||
}
|
||||
deps = [ "//build/config/mac:sdk_inputs" ]
|
||||
if (crashpad_is_mac) {
|
||||
deps = [ "//build/config/mac:sdk_inputs" ]
|
||||
}
|
||||
}
|
||||
if (sysroot != "") {
|
||||
if (crashpad_is_in_chromium) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user