diff options
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index d32f837..97f7a742 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -522,6 +522,7 @@ # /MP conflicts with #import directive so we limit the number # of processes to spawn to 1. 'AdditionalOptions': ['/MP1'], + 'ForcedIncludeFiles': [ 'build/intsafe_workaround.h' ], }, }, }], @@ -2894,6 +2895,11 @@ '-lwtsapi32.lib', ], }, + 'msvs_settings': { + 'VCCLCompilerTool': { + 'ForcedIncludeFiles': [ 'build/intsafe_workaround.h' ], + }, + }, }], [ 'OS=="mac" or (OS=="linux" and chromeos==0)', { # Javascript unittests are disabled on CrOS because they cause |