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

Unified Diff: patches/data.build.patch

Issue 856153003: ICU update to 54 - step 4 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@step3
Patch Set: add missing locale files Created 5 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 | « README.chromium ('k') | patches/locale_google.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: patches/data.build.patch
diff --git a/patches/data.build.patch b/patches/data.build.patch
index cb4abebdc5c11c670a482d7a5bd7881f7a2e3634..b91358cfbee34dbf3a7b4360470fbe0eab0186a5 100644
--- a/patches/data.build.patch
+++ b/patches/data.build.patch
@@ -1,5 +1,5 @@
diff --git a/source/data/Makefile.in b/source/data/Makefile.in
-index b1b3b36..380cc1a 100644
+index b1b3b36..88e3c35 100644
--- a/source/data/Makefile.in
+++ b/source/data/Makefile.in
@@ -246,7 +246,8 @@ package390: $(OUTTMPDIR)/icudata390.lst $(PKGDATA_LIST) ./icupkg.inc packagedata
@@ -22,7 +22,18 @@ index b1b3b36..380cc1a 100644
UCM_FILES = $(ALL_UCM_SOURCE:%=$(SRCDATADIR)/%)
CNV_FILES = $(ALL_UCM_SOURCE:%.ucm=$(BUILDDIR)/%.cnv)
CNV_FILES_SHORT = $(ALL_UCM_SOURCE:%.ucm=%.cnv)
-@@ -529,7 +531,14 @@ $(BUILDDIR)/%.icu: $(SRCDATADIR)/in/%.icu
+@@ -351,7 +353,9 @@ TRANSLIT_SRC= $(TRANSLIT_SOURCE) $(TRANSLIT_ALIAS_SOURCE) $(TRANSLIT_SOURCE_LOCA
+ TRANSLIT_SRC_FILES = $(TRANSLIT_SRC:%=$(TRANSLITSRCDIR)/%)
+ INSTALLED_TRANSLIT_FILES = $(TRANSLIT_SOURCE:%.txt=%) $(TRANSLIT_SOURCE_LOCAL:%.txt=%)
+ endif
+-GENRBOPTS=-k
++# Chromium : To save space, use '-R' option (exclude collation rules. just
++# include the compiled binary data.)
++GENRBOPTS=-k -R
+
+ ## MISC files
+ -include $(MISCSRCDIR)/miscfiles.mk
+@@ -529,7 +533,14 @@ $(BUILDDIR)/%.icu: $(SRCDATADIR)/in/%.icu
$(BUILDDIR)/%.nrm: $(SRCDATADIR)/in/%.nrm
$(INVOKE) $(TOOLBINDIR)/icupkg -t$(ICUDATA_CHAR) $< $@
« no previous file with comments | « README.chromium ('k') | patches/locale_google.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698