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

Unified Diff: chrome_frame/crash_reporting/crash_reporting.gyp

Issue 557021: Prevent excessive crash reporting due stack overflow (due exception in SEH fi... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 11 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: chrome_frame/crash_reporting/crash_reporting.gyp
===================================================================
--- chrome_frame/crash_reporting/crash_reporting.gyp (revision 37418)
+++ chrome_frame/crash_reporting/crash_reporting.gyp (working copy)
@@ -35,6 +35,8 @@
'type': 'executable',
'sources': [
'vectored_handler_unittest.cc',
+ 'veh_test.cc',
+ 'veh_test.h',
],
'dependencies': [
'crash_report',

Powered by Google App Engine
This is Rietveld 408576698