diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-09 18:46:07 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-09 18:46:07 +0000 |
commit | b1eb341c1e32c4d47b3374d9f8f78071d7c9629e (patch) | |
tree | 54cc85bd78df7d9b6e3d3cbfd22cf6d0b613f5bd /ui/ui.gyp | |
parent | 5f951759b09763d0ed0dd4acdd276914f433ddef (diff) | |
download | chromium_src-b1eb341c1e32c4d47b3374d9f8f78071d7c9629e.zip chromium_src-b1eb341c1e32c4d47b3374d9f8f78071d7c9629e.tar.gz chromium_src-b1eb341c1e32c4d47b3374d9f8f78071d7c9629e.tar.bz2 |
Turn on -Wexit-time-destructors for ui and content.
I had hoped to just turn this on globally after fixing all instances, but people
add these fairly often. So enable the warning for clean targets incrementally.
BUG=10600
TEST=none
TBR=ben
Review URL: http://codereview.chromium.org/8495043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109274 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/ui.gyp')
-rw-r--r-- | ui/ui.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ { 'target_name': 'ui', 'type': '<(component)', + 'variables': { 'enable_wexit_time_destructors': 1, }, 'dependencies': [ '../base/base.gyp:base', '../base/base.gyp:base_i18n', |