Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(394)

Unified Diff: components/crash.gypi

Issue 1001103002: Crashpad! (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clean it all up Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/crash.gypi
diff --git a/components/crash.gypi b/components/crash.gypi
index e61d1c013bd0c5b09b9a341409764cada9f8f3a6..633294cfc207c96808da4bb19bc99427f4c8a955 100644
--- a/components/crash.gypi
+++ b/components/crash.gypi
@@ -45,6 +45,8 @@
'crash/app/breakpad_mac.mm',
'crash/app/breakpad_win.cc',
'crash/app/breakpad_win.h',
+ 'crash/app/crashpad_mac.h',
+ 'crash/app/crashpad_mac.mm',
'crash/app/hard_error_handler_win.cc',
'crash/app/hard_error_handler_win.h',
],
@@ -57,6 +59,7 @@
['OS=="mac"', {
'dependencies': [
'../breakpad/breakpad.gyp:breakpad',
+ '../third_party/crashpad/crashpad/client/client.gyp:crashpad_client',
],
}],
['OS=="win"', {

Powered by Google App Engine
This is Rietveld 408576698