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

Unified Diff: handler/handler.gyp

Issue 904493002: handler: Write crash reports to a crash report database (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Rename FileHandleFileWriter to WeakFileHandleFileWriter Created 5 years, 10 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/mac/crash_report_exception_handler.h » ('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 a6ff39cef9fe59abd0ee50bb5f020078b82de94f..427c3b2ef3c7a92888620712a70cf3c22489ff55 100644
--- a/handler/handler.gyp
+++ b/handler/handler.gyp
@@ -20,7 +20,10 @@
'target_name': 'crashpad_handler',
'type': 'executable',
'dependencies': [
+ '../client/client.gyp:client',
'../compat/compat.gyp:compat',
+ '../minidump/minidump.gyp:minidump',
+ '../snapshot/snapshot.gyp:snapshot',
'../third_party/mini_chromium/mini_chromium/base/base.gyp:base',
'../tools/tools.gyp:tool_support',
'../util/util.gyp:util',
@@ -29,6 +32,8 @@
'..',
],
'sources': [
+ 'mac/crash_report_exception_handler.cc',
+ 'mac/crash_report_exception_handler.h',
'mac/exception_handler_server.cc',
'mac/exception_handler_server.h',
'mac/main.cc',
« no previous file with comments | « no previous file | handler/mac/crash_report_exception_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698