From e8455d5c9ae920315de63d5f942dc3b0d917f4aa Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Tue, 12 Nov 2013 18:07:25 +0800 Subject: [PATCH] Add breakpad as build dependency. --- atom.gyp | 9 +++++++++ 1 file changed, 9 insertions(+) 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', + ], }], ], },