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

Unified Diff: source/data/brkitr/brkfiles.mk

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/data/Makefile.in ('k') | source/data/brkitr/cjdict.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/data/brkitr/brkfiles.mk
diff --git a/source/data/brkitr/brkfiles.mk b/source/data/brkitr/brkfiles.mk
index 1a2e7e07ee8c4d170392e90e55eb93c221a4c982..3aed6ddcb04bd178c11304b6f2db71685d1e1f35 100644
--- a/source/data/brkitr/brkfiles.mk
+++ b/source/data/brkitr/brkfiles.mk
@@ -1,4 +1,4 @@
-# * Copyright (C) 1998-2014, International Business Machines
+# * Copyright (C) 1998-2015, International Business Machines
# * Corporation and others. All Rights Reserved.
BRK_RES_CLDR_VERSION = %version%
# A list of txt's to build
@@ -39,12 +39,13 @@ BRK_DICT_SOURCE = burmesedict.txt cjdict.txt khmerdict.txt laodict.txt\
# List of break iterator files (brk).
-BRK_SOURCE = char.txt line.txt line_fi.txt line_ja.txt\
+BRK_SOURCE = char.txt line.txt line_fi.txt line_loose.txt\
+ line_loose_cj.txt line_loose_fi.txt line_normal.txt line_normal_cj.txt line_normal_fi.txt\
sent.txt sent_el.txt title.txt word.txt word_POSIX.txt
# Ordinary resources
BRK_RES_SOURCE = de.txt el.txt en.txt en_US.txt\
en_US_POSIX.txt es.txt fi.txt fr.txt it.txt\
- ja.txt pt.txt ru.txt
+ ja.txt pt.txt ru.txt zh.txt zh_Hant.txt
« no previous file with comments | « source/data/Makefile.in ('k') | source/data/brkitr/cjdict.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698