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