From: Cheng Zhao Date: Tue, 12 Nov 2013 10:07:25 +0000 (+0800) Subject: Add breakpad as build dependency. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e8455d5c9ae920315de63d5f942dc3b0d917f4aa;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git Add breakpad as build dependency. --- diff --git a/atom.gyp b/atom.gyp index 5f3efe7..d6ff28a 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', + ], }], ], },