Add breakpad as build dependency.
authorCheng Zhao <zcbenz@gmail.com>
Tue, 12 Nov 2013 10:07:25 +0000 (18:07 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Tue, 12 Nov 2013 10:07:25 +0000 (18:07 +0800)
atom.gyp

index 5f3efe7..d6ff28a 100644 (file)
--- a/atom.gyp
+++ b/atom.gyp
               '<(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',
+          ],
         }],
       ],
     },