Add breakpad as build dependency.
This commit is contained in:
parent
2768eaa676
commit
e8455d5c9a
1 changed files with 9 additions and 0 deletions
9
atom.gyp
9
atom.gyp
|
@ -340,6 +340,15 @@
|
||||||
'<(atom_source_root)/<(libchromiumcontent_library_dir)/chromiumviews.lib',
|
'<(atom_source_root)/<(libchromiumcontent_library_dir)/chromiumviews.lib',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
'dependencies': [
|
||||||
|
'vendor/breakpad/breakpad.gyp:breakpad_handler',
|
||||||
|
'vendor/breakpad/breakpad.gyp:breakpad_sender',
|
||||||
|
],
|
||||||
|
}],
|
||||||
|
['OS=="mac"', {
|
||||||
|
'dependencies': [
|
||||||
|
'vendor/breakpad/breakpad.gyp:breakpad',
|
||||||
|
],
|
||||||
}],
|
}],
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue