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

Unified Diff: handler/handler.gyp

Issue 1534503002: Create the PruneCrashReportsThread in the handler. (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@worker-thread
Patch Set: Address comments Created 4 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
« no previous file with comments | « no previous file | handler/handler_main.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 e7f54c82dd776aa643f489d14af5af987353abe7..9a520a276780fa7399b34438dea824c0a7501678 100644
--- a/handler/handler.gyp
+++ b/handler/handler.gyp
@@ -38,12 +38,14 @@
'sources': [
'crash_report_upload_thread.cc',
'crash_report_upload_thread.h',
+ 'handler_main.cc',
+ 'handler_main.h',
'mac/crash_report_exception_handler.cc',
'mac/crash_report_exception_handler.h',
'mac/exception_handler_server.cc',
'mac/exception_handler_server.h',
- 'handler_main.cc',
- 'handler_main.h',
+ 'prune_crash_reports_thread.cc',
+ 'prune_crash_reports_thread.h',
'win/crash_report_exception_handler.cc',
'win/crash_report_exception_handler.h',
],
« no previous file with comments | « no previous file | handler/handler_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698