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

Unified Diff: src/flag-definitions.h

Issue 2724373002: [date] Add ICU backend for timezone info behind a flag (Closed)
Patch Set: Convert to UTF8 rather than check-failing Created 3 years, 9 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 | « src/date.cc ('k') | src/i18n.h » ('j') | src/i18n.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index 656fefbd2bbd23da537c1b679a6c3620a5a41a25..363aec97a83cc9d88331b3d538c6d9bd320608cf 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -258,6 +258,11 @@ HARMONY_STAGED(FLAG_STAGED_FEATURES)
HARMONY_SHIPPING(FLAG_SHIPPING_FEATURES)
#undef FLAG_SHIPPING_FEATURES
+#ifdef V8_I18N_SUPPORT
+DEFINE_BOOL(icu_timezone_data, false,
+ "get information about timezones from ICU")
+#endif
+
#ifdef V8_ENABLE_FUTURE
#define FUTURE_BOOL true
#else
« no previous file with comments | « src/date.cc ('k') | src/i18n.h » ('j') | src/i18n.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698