Index: ui/ui.gyp |
diff --git a/ui/ui.gyp b/ui/ui.gyp |
index 24180593b1481fe7fe9c78b4eeef9767958201f2..1d5d1b790e7f9cc79f1ba57a92d6458c296ef7ae 100644 |
--- a/ui/ui.gyp |
+++ b/ui/ui.gyp |
@@ -1,7 +1,6 @@ |
# Copyright (c) 2011 The Chromium Authors. All rights reserved. |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
- |
Mark Mentovai
2011/11/09 17:44:44
Don’t remove this line, most of our files seem to
Nico
2011/11/09 18:16:02
Fine, let's waste those bytes. Done.
|
{ |
'variables': { |
'chromium_code': 1, |
@@ -20,6 +19,7 @@ |
{ |
'target_name': 'ui', |
'type': '<(component)', |
+ 'variables': { 'enable_wexit_time_destructors': 1, }, |
Mark Mentovai
2011/11/09 17:44:44
Can this go into the top-level 'variables' in this
Nico
2011/11/09 18:16:02
No, then it's enabled for tests as well, and they
|
'dependencies': [ |
'../base/base.gyp:base', |
'../base/base.gyp:base_i18n', |