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

Unified Diff: source/i18n/Makefile.in

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/extra/uconv/uconv.vcxproj.filters ('k') | source/i18n/affixpatternparser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/i18n/Makefile.in
diff --git a/source/i18n/Makefile.in b/source/i18n/Makefile.in
index 3dc5b5ffddad5b354eb6a9fd07dade1d3aa55470..53dd5fdf60ef535e40173b1e19c808f33e94570e 100644
--- a/source/i18n/Makefile.in
+++ b/source/i18n/Makefile.in
@@ -1,6 +1,6 @@
#******************************************************************************
#
-# Copyright (C) 1998-2014, International Business Machines
+# Copyright (C) 1998-2015, International Business Machines
# Corporation and others. All Rights Reserved.
#
#******************************************************************************
@@ -77,7 +77,7 @@ collationdatareader.o collationdatawriter.o collationfcd.o \
collationiterator.o utf16collationiterator.o utf8collationiterator.o uitercollationiterator.o \
collationsets.o \
collationcompare.o collationfastlatin.o collationkeys.o rulebasedcollator.o collationroot.o \
-collationrootelements.o collationdatabuilder.o collationbasedatabuilder.o \
+collationrootelements.o collationdatabuilder.o \
collationweights.o collationruleparser.o collationbuilder.o collationfastlatinbuilder.o \
strmatch.o usearch.o search.o stsearch.o \
translit.o utrans.o esctrn.o unesctrn.o funcrepl.o strrepl.o tridpars.o \
@@ -91,10 +91,15 @@ wintzimpl.o windtfmt.o winnmfmt.o basictz.o dtrule.o rbtz.o tzrule.o tztrans.o v
upluralrules.o plurrule.o plurfmt.o selfmt.o dtitvfmt.o dtitvinf.o udateintervalformat.o \
tmunit.o tmutamt.o tmutfmt.o currpinf.o \
uspoof.o uspoof_impl.o uspoof_build.o uspoof_conf.o uspoof_wsconf.o decfmtst.o smpdtfst.o \
-ztrans.o zrule.o vzone.o fphdlimp.o fpositer.o locdspnm.o \
+ztrans.o zrule.o vzone.o fphdlimp.o fpositer.o ufieldpositer.o locdspnm.o \
decNumber.o decContext.o alphaindex.o tznames.o tznames_impl.o tzgnames.o \
tzfmt.o compactdecimalformat.o gender.o region.o scriptset.o identifier_info.o \
-uregion.o reldatefmt.o quantityformatter.o measunit.o filteredbrk.o scientificformathelper.o sharedbreakiterator.o
+uregion.o reldatefmt.o quantityformatter.o measunit.o \
+sharedbreakiterator.o scientificnumberformatter.o digitgrouping.o \
+digitinterval.o digitformatter.o digitaffix.o valueformatter.o \
+digitaffixesandpadding.o pluralaffix.o precision.o \
+affixpatternparser.o smallintformatter.o decimfmtimpl.o \
+visibledigits.o
## Header files to install
HEADERS = $(srcdir)/unicode/*.h
« no previous file with comments | « source/extra/uconv/uconv.vcxproj.filters ('k') | source/i18n/affixpatternparser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698