Chromium Code Reviews| Index: tools/gyp/configurations_msvs.gypi |
| diff --git a/tools/gyp/configurations_msvs.gypi b/tools/gyp/configurations_msvs.gypi |
| index 5675b13ad6542ee87282f21c585825ec9aaa99c1..0ad64336f22233805a4be3f65430d892fdc4bd1e 100644 |
| --- a/tools/gyp/configurations_msvs.gypi |
| +++ b/tools/gyp/configurations_msvs.gypi |
| @@ -45,5 +45,8 @@ |
| }, |
| }, |
| }, |
| + 'defines': [ |
| + '_HAS_EXCEPTIONS=0', # disable C++ exceptions use in C++ std. libs. |
| + ], |
| }, |
| } |