Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 258f9218e7ad338ffbd07f443fbc8d6473a666a0..093fb2715384699415c9111110fb0973c1d6cd4d 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -4389,6 +4389,10 @@ |
| ], |
| }, |
| ], |
| + ['MSVS_VERSION=="2013"', { |
|
scottmg
2013/10/18 16:11:57
needs 'or MSVS_VERSION=="2013e"' also. If it's mos
|
| + # For using deprecated API GetVersionEx |
| + 'msvs_disabled_warnings': [4996] |
|
Will Harris
2013/10/18 11:37:57
this turns off warnings for all deprecated functio
|
| + }], |
| ['component=="static_library"', { |
| 'defines': [ |
| '_HAS_EXCEPTIONS=0', |