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

Unified Diff: handler/handler.gyp

Issue 1405443006: hack to MiniDumpWriteDump from exception handler (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@handles-redux
Patch Set: Created 5 years, 2 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
« no previous file with comments | « no previous file | handler/win/crash_report_exception_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: handler/handler.gyp
diff --git a/handler/handler.gyp b/handler/handler.gyp
index 8f8324c03a5f1c4df07a9248bf664dcbbecd5c1e..217e93d6af0ba219007674ae17f485bfd8cbb677 100644
--- a/handler/handler.gyp
+++ b/handler/handler.gyp
@@ -69,6 +69,13 @@
}],
],
}],
+ ['OS=="win"', {
+ 'link_settings': {
+ 'libraries': [
+ '-ldbghelp.lib',
+ ],
+ },
+ }],
],
},
],
« no previous file with comments | « no previous file | handler/win/crash_report_exception_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698