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

Unified Diff: source/tools/toolutil/udbgutil.h

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 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 | « source/tools/toolutil/ucbuf.h ('k') | source/tools/toolutil/udbgutil.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/tools/toolutil/udbgutil.h
diff --git a/source/tools/toolutil/udbgutil.h b/source/tools/toolutil/udbgutil.h
index e8590b1552f5b698acef8d0b7815e4347e2be764..3f6ecb0c85ed5b21c7ebb5f56c68df84173b4636 100644
--- a/source/tools/toolutil/udbgutil.h
+++ b/source/tools/toolutil/udbgutil.h
@@ -1,6 +1,6 @@
/*
************************************************************************
-* Copyright (c) 2008-2013, International Business Machines
+* Copyright (c) 2008-2015, International Business Machines
* Corporation and others. All Rights Reserved.
************************************************************************
*/
@@ -20,8 +20,10 @@ enum UDebugEnumType {
UDBG_UCalendarMonths, /* UCalendarMonths. Count= (UCAL_UNDECIMBER+1) */
UDBG_UDateFormatStyle, /* Count = UDAT_SHORT=1 */
#endif
+#if UCONFIG_ENABLE_PLUGINS
UDBG_UPlugReason, /* Count = UPLUG_REASON_COUNT */
UDBG_UPlugLevel, /* COUNT = UPLUG_LEVEL_COUNT */
+#endif
UDBG_UAcceptResult, /* Count = ULOC_ACCEPT_FALLBACK+1=3 */
/* All following enums may be discontiguous. */
« no previous file with comments | « source/tools/toolutil/ucbuf.h ('k') | source/tools/toolutil/udbgutil.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698