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

Unified Diff: util/util.gyp

Issue 1301853002: win: Crash handler server (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: oops Created 5 years, 3 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 | « snapshot/win/exception_snapshot_win_test.cc ('k') | util/util_test.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/util.gyp
diff --git a/util/util.gyp b/util/util.gyp
index 69dab9fafb30cf3bae95cb8f6570fb6bfe919b86..60b7923545587dba1fbae50ee3d4f2ea66280a69 100644
--- a/util/util.gyp
+++ b/util/util.gyp
@@ -149,6 +149,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',
@@ -156,6 +158,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',
« no previous file with comments | « snapshot/win/exception_snapshot_win_test.cc ('k') | util/util_test.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698