Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: ui/ui.gyp

Issue 8495043: Turn on -Wexit-time-destructors for ui and content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« ui/base/x/x11_util.cc ('K') | « ui/gfx/native_theme_gtk.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« ui/base/x/x11_util.cc ('K') | « ui/gfx/native_theme_gtk.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698