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

Unified Diff: util/util.gyp

Issue 1301853002: win: Crash handler server (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: fixes and move some things around 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
Index: util/util.gyp
diff --git a/util/util.gyp b/util/util.gyp
index df377592fc32627a1b0c5c11242aaf0c7121a4e5..8ca45b8c4d767d53e97cfd5b1d3d2914b9190492 100644
--- a/util/util.gyp
+++ b/util/util.gyp
@@ -147,6 +147,8 @@
'thread/thread_win.cc',
'win/address_types.h',
'win/checked_win_address_range.h',
+ 'win/exception_handler_server.cc',
+ 'win/exception_handler_server.h',
'win/module_version.cc',
'win/module_version.h',
'win/nt_internals.cc',
@@ -154,6 +156,8 @@
'win/process_info.cc',
'win/process_info.h',
'win/process_structs.h',
+ 'win/registration_protocol_win.cc',
+ 'win/registration_protocol_win.h',
'win/scoped_handle.cc',
'win/scoped_handle.h',
'win/time.cc',

Powered by Google App Engine
This is Rietveld 408576698