Add breakpad as build dependency.

This commit is contained in:
Cheng Zhao 2013-11-12 18:07:25 +08:00
parent 2768eaa676
commit e8455d5c9a

View file

@ -340,6 +340,15 @@
'<(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',
],
}],
],
},