summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authorscottmg <scottmg@chromium.org>2014-09-10 16:52:15 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-11 00:06:09 +0000
commit9126e8dba3eddf1d3c21378263e4ed47e9a79487 (patch)
tree4d2b42ea6b419e1881b2b7a5ff905eadb8cc163f /base
parent2f43f2c92879b36d1262d02fba4e32890912b0b5 (diff)
downloadchromium_src-9126e8dba3eddf1d3c21378263e4ed47e9a79487.zip
chromium_src-9126e8dba3eddf1d3c21378263e4ed47e9a79487.tar.gz
chromium_src-9126e8dba3eddf1d3c21378263e4ed47e9a79487.tar.bz2
gn: Add missing -Wexit-time-destructors on base
TBR=brettw@chromium.org BUG=335824 Review URL: https://codereview.chromium.org/560143002 Cr-Commit-Position: refs/heads/master@{#294263}
Diffstat (limited to 'base')
-rw-r--r--base/BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 8a087e7..6edbfbe 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -906,6 +906,8 @@ component("base") {
"message_loop/message_pump_glib.h",
]
}
+
+ configs += [ "//build/config/compiler:wexit_time_destructors" ]
}
# This is the subset of files from base that should not be used with a dynamic