diff options
author | scottmg <scottmg@chromium.org> | 2014-09-10 16:52:15 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-11 00:06:09 +0000 |
commit | 9126e8dba3eddf1d3c21378263e4ed47e9a79487 (patch) | |
tree | 4d2b42ea6b419e1881b2b7a5ff905eadb8cc163f /base | |
parent | 2f43f2c92879b36d1262d02fba4e32890912b0b5 (diff) | |
download | chromium_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.gn | 2 |
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 |