Merge pull request #13334 from electron/mas-fix-linking

Fix linking error for MAS build
This commit is contained in:
John Kleinschmidt 2018-06-20 09:59:46 -04:00 committed by GitHub
commit 552399af2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -399,6 +399,13 @@
'atom/common/crash_reporter/crash_reporter_mac.h',
'atom/common/crash_reporter/crash_reporter_mac.mm',
],
'dependencies': [
# Somehow we have code from Chromium using crashpad, very likely
# from components/crash.
# Since we do not actually invoke code from components/crash, this
# dependency should be eventually optimized out by linker.
'vendor/crashpad/client/client.gyp:crashpad_client',
],
}], # OS=="mac" and mas_build==1
['OS=="linux"', {
'sources': [