Chromium Code Reviews| Index: gyp/common_conditions.gypi |
| diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi |
| index b088b7a06df79f4570035f96fe118b132d92a51b..ba4337403d99621a1c1ed291715a1c919cd459b5 100644 |
| --- a/gyp/common_conditions.gypi |
| +++ b/gyp/common_conditions.gypi |
| @@ -46,6 +46,7 @@ |
| 'SK_BUILD_FOR_WIN32', |
| '_CRT_SECURE_NO_WARNINGS', |
| 'GR_GL_FUNCTION_TYPE=__stdcall', |
| + '_HAS_EXCEPTIONS=0', |
|
bungeman-skia
2015/07/21 21:07:27
This is used by the standard library, and seems li
|
| ], |
| 'msvs_disabled_warnings': [ |
| 4275, # An exported class was derived from a class that was not exported |