diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-11 21:29:27 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-11 21:29:27 +0000 |
commit | 2f3eff4cc24b0b6a210103cbfb1a9d6a6a080af5 (patch) | |
tree | 52003c1ec4c4e17a87f2d92929b6beacf514be16 /webkit/blob | |
parent | e0bd3b9bfa7550dc48c9f7dfb988d1d654b8959a (diff) | |
download | chromium_src-2f3eff4cc24b0b6a210103cbfb1a9d6a6a080af5.zip chromium_src-2f3eff4cc24b0b6a210103cbfb1a9d6a6a080af5.tar.gz chromium_src-2f3eff4cc24b0b6a210103cbfb1a9d6a6a080af5.tar.bz2 |
webkit: Remove 3 exit time destructor and turn on -Wexit-time-destructors.
BUG=101600
TEST=none
Review URL: http://codereview.chromium.org/8524016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109700 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/blob')
-rw-r--r-- | webkit/blob/webkit_blob.gypi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/webkit/blob/webkit_blob.gypi b/webkit/blob/webkit_blob.gypi index 1b47d96..57769b8 100644 --- a/webkit/blob/webkit_blob.gypi +++ b/webkit/blob/webkit_blob.gypi @@ -1,4 +1,4 @@ -# Copyright (c) 2010 The Chromium Authors. All rights reserved. +# 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. @@ -7,6 +7,7 @@ { 'target_name': 'blob', 'type': '<(component)', + 'variables': { 'enable_wexit_time_destructors': 1, }, 'dependencies': [ '<(DEPTH)/base/base.gyp:base', '<(DEPTH)/base/base.gyp:base_i18n', |