| Index: trunk/src/build/common.gypi
|
| ===================================================================
|
| --- trunk/src/build/common.gypi (revision 272609)
|
| +++ trunk/src/build/common.gypi (working copy)
|
| @@ -4851,7 +4851,6 @@
|
| 'CERT_CHAIN_PARA_HAS_EXTRA_FIELDS',
|
| 'WIN32_LEAN_AND_MEAN',
|
| '_ATL_NO_OPENGL',
|
| - '_HAS_EXCEPTIONS=0',
|
| ],
|
| 'conditions': [
|
| ['buildtype=="Official"', {
|
| @@ -4911,6 +4910,11 @@
|
| ],
|
| },
|
| ],
|
| + ['component=="static_library"', {
|
| + 'defines': [
|
| + '_HAS_EXCEPTIONS=0',
|
| + ],
|
| + }],
|
| ['secure_atl', {
|
| 'defines': [
|
| '_SECURE_ATL',
|
|
|