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:
Robert Sesek 2020-12-09 14:34:07 -05:00 committed by Commit Bot
parent ddcffd8675
commit 1e76cbbe5a

View File

@ -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) {