diff --git a/atom.gyp b/atom.gyp index 5f3efe70eea4..d6ff28a03772 100644 --- a/atom.gyp +++ b/atom.gyp @@ -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', + ], }], ], },