| 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',
|
| ],
|
|
|