compat: Remove non-Mac dependency on third_party/xnu

It looks like this was planned for future changes that haven't happened
yet. Current users of the .def files explicitly reference them, so
compat currently doesn't require this dependency.

Bug: fuchsia:66116
Change-Id: I85404d17eac4a2aa3c2157fe3fc2a1421879996a
Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/2640725
Reviewed-by: Mark Mentovai <mark@chromium.org>
Commit-Queue: Scott Graham <scottmg@chromium.org>
This commit is contained in:
Scott Graham 2021-01-20 12:50:38 -08:00 committed by Commit Bot
parent 2d2e46b2ac
commit 2a777a4d4f

View File

@ -165,10 +165,6 @@ compat_target("compat") {
deps = [ "../util:no_cfi_icall" ]
if (!crashpad_is_mac) {
deps += [ "../third_party/xnu" ]
}
if (crashpad_is_win) {
deps += [ "../third_party/getopt" ]
}