mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
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:
parent
2d2e46b2ac
commit
2a777a4d4f
@ -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" ]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user