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

Unified Diff: third_party/icu/patches/segmentation.patch.txt

Issue 399089: Remove invuca.icu table from the ICU data file. Cutting down the data size by... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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 | « third_party/icu/patches/data.build.patch ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/icu/patches/segmentation.patch.txt
===================================================================
--- third_party/icu/patches/segmentation.patch.txt (revision 31724)
+++ third_party/icu/patches/segmentation.patch.txt (working copy)
@@ -3744,3 +3744,17 @@
LIBS = $(LIBICUTOOLUTIL) $(LIBICUI18N) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M)
OBJECTS = genctd.o
+--- source/data/Makefile.in 2009-05-20 23:03:54.000000000 -0700
++++ source/data/Makefile.in 2009-10-21 15:43:18.235201000 -0700
+@@ -452,8 +452,9 @@
+ #################################################### CTD
+ # CTD FILES
+
+-$(BRKBLDDIR)/%.ctd: $(BRKSRCDIR)/%.txt $(TOOLBINDIR)/genctd$(TOOLEXEEXT) $(DAT_FILES)
+- $(INVOKE) $(TOOLBINDIR)/genctd -c -i $(BUILDDIR) -o $@ $<
++# .ctd file now generated regardless of whether dictionary file exists
++$(BRKBLDDIR)/%.ctd: $(TOOLBINDIR)/genctd$(TOOLEXEEXT) $(DAT_FILES)
++ $(INVOKE) $(TOOLBINDIR)/genctd -c -i $(BUILDDIR) -o $@ $(BRKSRCDIR)/$(*F).txt
+
+ #################################################### CFU
+ # CFU FILES
« no previous file with comments | « third_party/icu/patches/data.build.patch ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698