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

Unified Diff: handler/handler.gyp

Issue 1295363002: Port CrashReportUploadThread to Windows (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: fixes Created 5 years, 4 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 | « handler/crash_report_upload_thread.cc ('k') | 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 a78dc8d2f7774d40274a17bfad1a89e3d55f35b8..4ed0ee02d50bd61b577037f12e6a4c80b12c6d01 100644
--- a/handler/handler.gyp
+++ b/handler/handler.gyp
@@ -36,10 +36,10 @@
'..',
],
'sources': [
+ 'crash_report_upload_thread.cc',
+ 'crash_report_upload_thread.h',
'mac/crash_report_exception_handler.cc',
'mac/crash_report_exception_handler.h',
- 'mac/crash_report_upload_thread.cc',
- 'mac/crash_report_upload_thread.h',
'mac/exception_handler_server.cc',
'mac/exception_handler_server.h',
'mac/main.cc',
@@ -75,14 +75,18 @@
'target_name': 'crashpad_handler',
'type': 'static_library',
'dependencies': [
- '../client/client.gyp:crashpad_client',
- '../third_party/mini_chromium/mini_chromium.gyp:base',
- '../util/util.gyp:crashpad_util',
+ '../client/client.gyp:crashpad_client',
+ '../compat/compat.gyp:crashpad_compat',
+ '../snapshot/snapshot.gyp:crashpad_snapshot',
+ '../third_party/mini_chromium/mini_chromium.gyp:base',
+ '../util/util.gyp:crashpad_util',
],
'include_dirs': [
'..',
],
'sources': [
+ 'crash_report_upload_thread.cc',
+ 'crash_report_upload_thread.h',
'win/registration_pipe_state.cc',
'win/registration_pipe_state.h',
'win/registration_server.cc',
« no previous file with comments | « handler/crash_report_upload_thread.cc ('k') | handler/mac/crash_report_exception_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698