Merge pull request #13339 from trop-bot/3-0-x-bp-fix-linking-error-for-mas-build-1529503586342
Backport (3-0-x) - Fix linking error for MAS build
This commit is contained in:
commit
d1a0eb3d11
1 changed files with 7 additions and 0 deletions
|
@ -399,6 +399,13 @@
|
||||||
'atom/common/crash_reporter/crash_reporter_mac.h',
|
'atom/common/crash_reporter/crash_reporter_mac.h',
|
||||||
'atom/common/crash_reporter/crash_reporter_mac.mm',
|
'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=="mac" and mas_build==1
|
||||||
['OS=="linux"', {
|
['OS=="linux"', {
|
||||||
'sources': [
|
'sources': [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue