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

Side by Side Diff: source/data/Makefile.in

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 unified diff | Download patch
« no previous file with comments | « patches/locale_google.patch ('k') | source/data/curr/af.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## Makefile.in for ICU data 1 ## Makefile.in for ICU data
2 ## Copyright (c) 1999-2014, International Business Machines Corporation and 2 ## Copyright (c) 1999-2014, International Business Machines Corporation and
3 ## others. All Rights Reserved. 3 ## others. All Rights Reserved.
4 4
5 ## Source directory information 5 ## Source directory information
6 srcdir = @srcdir@ 6 srcdir = @srcdir@
7 top_srcdir = @top_srcdir@ 7 top_srcdir = @top_srcdir@
8 8
9 # So that you have $(top_builddir)/config.status 9 # So that you have $(top_builddir)/config.status
10 top_builddir = .. 10 top_builddir = ..
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 ifdef RBNF_SOURCE 346 ifdef RBNF_SOURCE
347 RBNF_SRC= root.txt $(RBNF_SOURCE) $(RBNF_ALIAS_SOURCE) $(RBNF_SOURCE_LOCAL) 347 RBNF_SRC= root.txt $(RBNF_SOURCE) $(RBNF_ALIAS_SOURCE) $(RBNF_SOURCE_LOCAL)
348 RBNF_SRC_FILES = $(RBNF_SRC:%=$(RBNFSRCDIR)/%) 348 RBNF_SRC_FILES = $(RBNF_SRC:%=$(RBNFSRCDIR)/%)
349 INSTALLED_RBNF_FILES = $(RBNF_SOURCE:%.txt=%) $(RBNF_SOURCE_LOCAL:%.txt=%) 349 INSTALLED_RBNF_FILES = $(RBNF_SOURCE:%.txt=%) $(RBNF_SOURCE_LOCAL:%.txt=%)
350 endif 350 endif
351 ifdef TRANSLIT_SOURCE 351 ifdef TRANSLIT_SOURCE
352 TRANSLIT_SRC= $(TRANSLIT_SOURCE) $(TRANSLIT_ALIAS_SOURCE) $(TRANSLIT_SOURCE_LOCA L) 352 TRANSLIT_SRC= $(TRANSLIT_SOURCE) $(TRANSLIT_ALIAS_SOURCE) $(TRANSLIT_SOURCE_LOCA L)
353 TRANSLIT_SRC_FILES = $(TRANSLIT_SRC:%=$(TRANSLITSRCDIR)/%) 353 TRANSLIT_SRC_FILES = $(TRANSLIT_SRC:%=$(TRANSLITSRCDIR)/%)
354 INSTALLED_TRANSLIT_FILES = $(TRANSLIT_SOURCE:%.txt=%) $(TRANSLIT_SOURCE_LOCAL:% .txt=%) 354 INSTALLED_TRANSLIT_FILES = $(TRANSLIT_SOURCE:%.txt=%) $(TRANSLIT_SOURCE_LOCAL:% .txt=%)
355 endif 355 endif
356 GENRBOPTS=-k 356 # Chromium : To save space, use '-R' option (exclude collation rules. just
357 # include the compiled binary data.)
358 GENRBOPTS=-k -R
357 359
358 ## MISC files 360 ## MISC files
359 -include $(MISCSRCDIR)/miscfiles.mk 361 -include $(MISCSRCDIR)/miscfiles.mk
360 -include $(MISCSRCDIR)/misclocal.mk 362 -include $(MISCSRCDIR)/misclocal.mk
361 MSC_SOURCE= $(MISC_SOURCE) $(MISC_SOURCE_LOCAL) 363 MSC_SOURCE= $(MISC_SOURCE) $(MISC_SOURCE_LOCAL)
362 MSC_SRC_FILES=$(MSC_SOURCE:%=$(MISCSRCDIR)/%) 364 MSC_SRC_FILES=$(MSC_SOURCE:%=$(MISCSRCDIR)/%)
363 365
364 ifeq ($(ENABLE_SO_VERSION_DATA),1) 366 ifeq ($(ENABLE_SO_VERSION_DATA),1)
365 ifeq ($(PKGDATA_MODE),dll) 367 ifeq ($(PKGDATA_MODE),dll)
366 SO_VERSION_DATA = $(OUTTMPDIR)/icudata.res 368 SO_VERSION_DATA = $(OUTTMPDIR)/icudata.res
(...skipping 569 matching lines...) Expand 10 before | Expand all | Expand 10 after
936 done; 938 done;
937 939
938 ifeq ($(POST_DATA_BUILD), os400-data-rebind) 940 ifeq ($(POST_DATA_BUILD), os400-data-rebind)
939 os400-data-rebind: $(LIBICUUC) 941 os400-data-rebind: $(LIBICUUC)
940 942
941 $(LIBICUUC): $(LIBICUDT) 943 $(LIBICUUC): $(LIBICUDT)
942 $(RMV) $(LIBICUUC) 944 $(RMV) $(LIBICUUC)
943 (cd ../common && $(MAKE) RECURSIVE=YES) || exit; 945 (cd ../common && $(MAKE) RECURSIVE=YES) || exit;
944 endif 946 endif
945 947
OLDNEW
« no previous file with comments | « patches/locale_google.patch ('k') | source/data/curr/af.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698