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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/icu/patches/data.build.patch ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 --- source/common/brkeng.cpp 2007-09-11 20:53:13.000000000 -0700 1 --- source/common/brkeng.cpp 2007-09-11 20:53:13.000000000 -0700
2 +++ source/common/brkeng.cpp 2009-07-29 12:57:49.973382000 -0700 2 +++ source/common/brkeng.cpp 2009-07-29 12:57:49.973382000 -0700
3 @@ -24,6 +24,7 @@ 3 @@ -24,6 +24,7 @@
4 #include "umutex.h" 4 #include "umutex.h"
5 #include "uresimp.h" 5 #include "uresimp.h"
6 #include "ubrkimpl.h" 6 #include "ubrkimpl.h"
7 +#include <stdio.h> 7 +#include <stdio.h>
8 8
9 U_NAMESPACE_BEGIN 9 U_NAMESPACE_BEGIN
10 10
(...skipping 3726 matching lines...) Expand 10 before | Expand all | Expand 10 after
3737 TARGET = $(BINDIR)/$(TARGET_STUB_NAME)$(EXEEXT) 3737 TARGET = $(BINDIR)/$(TARGET_STUB_NAME)$(EXEEXT)
3738 3738
3739 ifneq ($(top_builddir),$(top_srcdir)) 3739 ifneq ($(top_builddir),$(top_srcdir))
3740 CPPFLAGS += -I$(top_builddir)/common 3740 CPPFLAGS += -I$(top_builddir)/common
3741 endif 3741 endif
3742 -CPPFLAGS += -I$(top_srcdir)/common -I$(srcdir)/../toolutil 3742 -CPPFLAGS += -I$(top_srcdir)/common -I$(srcdir)/../toolutil
3743 +CPPFLAGS += -I$(top_srcdir)/common -I$(srcdir)/../toolutil -I$(top_srcdir)/i18n 3743 +CPPFLAGS += -I$(top_srcdir)/common -I$(srcdir)/../toolutil -I$(top_srcdir)/i18n
3744 LIBS = $(LIBICUTOOLUTIL) $(LIBICUI18N) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M) 3744 LIBS = $(LIBICUTOOLUTIL) $(LIBICUI18N) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M)
3745 3745
3746 OBJECTS = genctd.o 3746 OBJECTS = genctd.o
3747 --- source/data/Makefile.in 2009-05-20 23:03:54.000000000 -0700
3748 +++ source/data/Makefile.in 2009-10-21 15:43:18.235201000 -0700
3749 @@ -452,8 +452,9 @@
3750 #################################################### CTD
3751 # CTD FILES
3752
3753 -$(BRKBLDDIR)/%.ctd: $(BRKSRCDIR)/%.txt $(TOOLBINDIR)/genctd$(TOOLEXEEXT) $(DAT_ FILES)
3754 - $(INVOKE) $(TOOLBINDIR)/genctd -c -i $(BUILDDIR) -o $@ $<
3755 +# .ctd file now generated regardless of whether dictionary file exists
3756 +$(BRKBLDDIR)/%.ctd: $(TOOLBINDIR)/genctd$(TOOLEXEEXT) $(DAT_FILES)
3757 + $(INVOKE) $(TOOLBINDIR)/genctd -c -i $(BUILDDIR) -o $@ $(BRKSRCDIR)/$(*F ).txt
3758
3759 #################################################### CFU
3760 # CFU FILES
OLDNEW
« 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