Skip to content

Commit

Permalink
Fix 2010e compile by adding intsafe_workaround to SDCH.
Browse files Browse the repository at this point in the history
Patch from joaodasilva.

BUG=308740
R=scottmg@chromium.org
TBR=wtc@chromium.org

Review URL: https://codereview.chromium.org/136083002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244469 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
dcheng@chromium.org committed Jan 13, 2014
1 parent 837c939 commit bcf30da
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion sdch/sdch.gyp
Expand Up @@ -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)' ],
},
Expand Down

0 comments on commit bcf30da

Please sign in to comment.