Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2413)

Unified Diff: base/BUILD.gn

Issue 135733006: GN: Add wexit_time_destructors config. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/config/compiler/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 33a058aa06a3e77c653e0d080e8341c096cbd00d..2d83ba18e0ff3829253ed6b32e218057519a78c3 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -872,15 +872,14 @@ component("base_i18n") {
"i18n/time_formatting.cc",
"i18n/time_formatting.h",
]
+ defines = [ "BASE_I18N_IMPLEMENTATION" ]
+ configs += [ "//build/config/compiler:wexit_time_destructors" ]
deps = [
":base",
"//base/third_party/dynamic_annotations",
"//third_party/icu:icui18n",
"//third_party/icu:icuuc",
]
- defines = [
- "BASE_I18N_IMPLEMENTATION",
- ]
if (toolkit_uses_gtk) {
# i18n/rtl.cc uses gtk
@@ -896,7 +895,6 @@ component("base_i18n") {
# }],
#],
#'variables': {
- # 'enable_wexit_time_destructors': 1,
# 'optimize': 'max',
#},
}
« no previous file with comments | « no previous file | build/config/compiler/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698