summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_common.gypi
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-21 18:02:44 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-21 18:02:44 +0000
commit1cd90f7495b6c6743755647f56d87f7b7f646d86 (patch)
tree73196ebd85144976cf218463da93af075928f9fa /chrome/chrome_common.gypi
parent79f06c737237ce41274a3e528a500c9a7fb48ae3 (diff)
downloadchromium_src-1cd90f7495b6c6743755647f56d87f7b7f646d86.zip
chromium_src-1cd90f7495b6c6743755647f56d87f7b7f646d86.tar.gz
chromium_src-1cd90f7495b6c6743755647f56d87f7b7f646d86.tar.bz2
CrOs: Remove 2 static initializers and 2 exit time destructors.
Turn on -Wexit-time-destructors for (most of) the chrome target. BUG=101600,94925 TEST=none TBR=stevenjb Review URL: http://codereview.chromium.org/8547005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110954 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r--chrome/chrome_common.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index c5dc01a..6ecfc50 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -9,6 +9,9 @@
'type': 'static_library',
'variables': {
'chrome_common_target': 1,
+ # TODO(thakis): Turn this on. Blocked on g_log_function_mapping in
+ # ipc_message_macros.h. http://crbug.com/101600
+ #'enable_wexit_time_destructors': 1,
},
'include_dirs': [
'..',