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

Unified Diff: compat/compat.gyp

Issue 1066243002: Accept non-fatal resource exceptions without generating crash reports (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Swallow non-fatal EXC_RESOURCE Created 5 years, 8 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 | compat/mac/kern/exc_resource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compat/compat.gyp
diff --git a/compat/compat.gyp b/compat/compat.gyp
index 84b029fcc270f3794c7099552c3fdd51c40ad6c2..f691c70575b05067eb45cad1dde024c877c8ff99 100644
--- a/compat/compat.gyp
+++ b/compat/compat.gyp
@@ -22,10 +22,12 @@
'type': 'static_library',
'sources': [
'mac/AvailabilityMacros.h',
+ 'mac/kern/exc_resource.h'
'mac/mach/mach.h',
'mac/mach-o/getsect.cc',
'mac/mach-o/getsect.h',
'mac/mach-o/loader.h',
+ 'mac/sys/resource.h',
'non_mac/mach/mach.h',
'non_win/dbghelp.h',
'non_win/minwinbase.h',
« no previous file with comments | « no previous file | compat/mac/kern/exc_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698