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:
Justin Cohen 2025-03-14 12:19:58 -04:00 committed by Crashpad LUCI CQ
parent c405b3e9a0
commit 3eba16f1ca

View File

@ -228,7 +228,7 @@ source_set("client_test") {
}
if (crashpad_is_ios) {
deps += [ "//minidump" ]
deps += [ "../minidump" ]
}
}