Chromium Code Reviews| Index: chrome/chrome_dll.gypi |
| diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi |
| index d6bc9e3ba2d2c45e52c7de78fbb3238d257e49f0..83fde921ace10f40cd9ea2ef743144ff12698ad8 100644 |
| --- a/chrome/chrome_dll.gypi |
| +++ b/chrome/chrome_dll.gypi |
| @@ -7,6 +7,7 @@ |
| 'targets': [ |
| { |
| 'variables': { |
| + 'enable_wexit_time_destructors': 1, |
| 'conditions' : [ |
| ['OS=="win" and optimize_with_syzygy==1', { |
| # On Windows we use build chrome_dll as an intermediate target |