Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 07a420b950fa4df2fe0cf7915b5ae39da6894b61..ddd6546f379437be9af2d050f59f8c5e0091df40 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -4710,6 +4710,22 @@ |
| '-ferror-limit=1', |
| ], |
| }, |
| + 'conditions': [ |
| + ['MSVS_VERSION=="2013" or MSVS_VERSION=="2013e"', { |
| + 'VCCLCompilerTool': { |
| + 'AdditionalOptions': [ |
| + '-fmsc-version=1800', |
| + ], |
| + }, |
| + }], |
| + ['MSVS_VERSION=="2010" or MSVS_VERSION=="2010e"', { |
| + 'VCCLCompilerTool': { |
| + 'AdditionalOptions': [ |
| + '-fmsc-version=1600', |
| + ], |
| + }, |
| + }], |
| + ], |
| }], |
| ], |
| }, |