Index: sdch/sdch.gyp |
diff --git a/sdch/sdch.gyp b/sdch/sdch.gyp |
index 2e74aa5c0a330b05b4bb781e0321b3ca3aeea902..af65409c9a37a8fdd0e43521abf05fbd1567532a 100644 |
--- a/sdch/sdch.gyp |
+++ b/sdch/sdch.gyp |
@@ -85,8 +85,16 @@ |
# ForcedIncludeFiles is relative to include_dirs, cflags relative to the |
# build directory. |
'xcode_settings': { 'GCC_PREFIX_HEADER': '<(logging_path)' }, |
+ 'msvs_system_include_dirs': [ |
+ '<(DEPTH)/build', |
+ ], |
'msvs_settings': { |
- 'VCCLCompilerTool': { 'ForcedIncludeFiles': [ 'sdch/<(logging_path)' ] } |
+ 'VCCLCompilerTool': { |
+ 'ForcedIncludeFiles': [ |
+ 'intsafe_workaround.h', # http://crbug.com/308740 |
+ 'sdch/<(logging_path)', |
+ ] |
+ } |
}, |
'cflags': [ '-include', '<(logging_dir)/sdch/<(logging_path)' ], |
}, |