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

Unified Diff: util/util.gyp

Issue 1377963002: win: Add and use a custom CaptureContext() implementation (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Address review feeback (2) 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/process_reader_win.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 099c3103d272d26685edff857348085b2dcad614..02e3b02c287ee8959b706a0f1ef1e3f2ed49d861 100644
--- a/util/util.gyp
+++ b/util/util.gyp
@@ -149,6 +149,8 @@
'thread/thread_posix.cc',
'thread/thread_win.cc',
'win/address_types.h',
+ 'win/capture_context.asm',
+ 'win/capture_context.h',
'win/checked_win_address_range.h',
'win/exception_handler_server.cc',
'win/exception_handler_server.h',
@@ -240,6 +242,15 @@
'-lwinhttp.lib',
],
},
+ 'conditions': [
+ ['target_arch=="ia32"', {
+ 'msvs_settings': {
+ 'MASM': {
+ 'UseSafeExceptionHandlers': 'true',
+ },
+ },
+ }],
+ ],
}],
],
},
« no previous file with comments | « snapshot/win/process_reader_win.cc ('k') | util/util_test.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698