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

Unified Diff: source/common/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/aclocal.m4 ('k') | source/common/brkeng.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/common/Makefile.in
diff --git a/source/common/Makefile.in b/source/common/Makefile.in
index 8c3472299311db451f1b25ad57d469e7c6805150..6dd4c4d504703b63eec711bffff213d7a186c545 100644
--- a/source/common/Makefile.in
+++ b/source/common/Makefile.in
@@ -1,6 +1,6 @@
#******************************************************************************
#
-# Copyright (C) 1999-2014, International Business Machines
+# Copyright (C) 1999-2015, International Business Machines
# Corporation and others. All Rights Reserved.
#
#******************************************************************************
@@ -99,13 +99,14 @@ chariter.o schriter.o uchriter.o uiter.o \
patternprops.o uchar.o uprops.o ucase.o propname.o ubidi_props.o ubidi.o ubidiwrt.o ubidiln.o ushape.o \
uscript.o uscript_props.o usc_impl.o unames.o \
utrie.o utrie2.o utrie2_builder.o bmpset.o unisetspan.o uset_props.o uniset_props.o uniset_closure.o uset.o uniset.o usetiter.o ruleiter.o caniter.o unifilt.o unifunct.o \
-uarrsort.o brkiter.o ubrk.o brkeng.o dictbe.o \
+uarrsort.o brkiter.o ubrk.o brkeng.o dictbe.o filteredbrk.o \
rbbi.o rbbidata.o rbbinode.o rbbirb.o rbbiscan.o rbbisetb.o rbbistbl.o rbbitblb.o \
serv.o servnotf.o servls.o servlk.o servlkf.o servrbf.o servslkf.o \
uidna.o usprep.o uts46.o punycode.o \
util.o util_props.o parsepos.o locbased.o cwchar.o wintz.o dtintrv.o ucnvsel.o propsvec.o \
-ulist.o uloc_tag.o icudataver.o icuplug.o listformatter.o \
-sharedobject.o simplepatternformatter.o unifiedcache.o uloc_keytype.o
+ulist.o uloc_tag.o icudataver.o icuplug.o listformatter.o ulistformatter.o \
+sharedobject.o simplepatternformatter.o unifiedcache.o uloc_keytype.o \
+pluralmap.o
## Header files to install
HEADERS = $(srcdir)/unicode/*.h
« no previous file with comments | « source/aclocal.m4 ('k') | source/common/brkeng.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698