mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-17 08:33:54 +00:00
ios: Correct bad dep
A followup to c405b3e9a060, a dep was landed with // instead of ../, which will fail in the Chromium roll. Change-Id: Icd6d56450c5de011982b065ffc9dc8bd52054e48 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/6355411 Commit-Queue: Justin Cohen <justincohen@chromium.org> Reviewed-by: Joshua Peraza <jperaza@chromium.org>
This commit is contained in:
parent
c405b3e9a0
commit
3eba16f1ca
@ -228,7 +228,7 @@ source_set("client_test") {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (crashpad_is_ios) {
|
if (crashpad_is_ios) {
|
||||||
deps += [ "//minidump" ]
|
deps += [ "../minidump" ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user