mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
mac: Depend on the //build/config/mac:sdk_inputs target for MIG actions
When using the new Goma RBE and use_system_xcode, the referenced .defs input files are located below the root build directory and so are considered build outputs. The sdk_inputs target is an empty action that lets GN consider them to be generated outputs. Bug: chromium:1157103 Change-Id: I38a959d2c00c20fa403a1c15b1eac69ef2043d5d Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/2582922 Reviewed-by: Mark Mentovai <mark@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org>
This commit is contained in:
parent
ddcffd8675
commit
1e76cbbe5a
@ -77,6 +77,7 @@ if (crashpad_is_mac || crashpad_is_ios) {
|
||||
migcom_path,
|
||||
]
|
||||
}
|
||||
deps = [ "//build/config/mac:sdk_inputs" ]
|
||||
}
|
||||
if (sysroot != "") {
|
||||
if (crashpad_is_in_chromium) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user