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

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

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories 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 | « source/data/Makefile.in ('k') | source/data/brkitr/brklocal.mk » ('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 c8b49820f28341075a8ac9243f6fe94e9e6f4ece..1a2e7e07ee8c4d170392e90e55eb93c221a4c982 100644
--- a/source/data/brkitr/brkfiles.mk
+++ b/source/data/brkitr/brkfiles.mk
@@ -1,17 +1,17 @@
-# * Copyright (C) 1998-2013, International Business Machines
+# * Copyright (C) 1998-2014, International Business Machines
# * Corporation and others. All Rights Reserved.
-BRK_RES_CLDR_VERSION = 24
+BRK_RES_CLDR_VERSION = %version%
# A list of txt's to build
# Note:
#
# If you are thinking of modifying this file, READ THIS.
#
# Instead of changing this file [unless you want to check it back in],
-# you should consider creating a 'brklocal.mk' file in this same directory.
+# you should consider creating a '%local%' file in this same directory.
# Then, you can have your local changes remain even if you upgrade or
# reconfigure ICU.
#
-# Example 'brklocal.mk' files:
+# Example '%local%' files:
#
# * To add an additional locale to the list:
# _____________________________________________________
@@ -34,7 +34,8 @@ BRK_RES_ALIAS_SOURCE = $(BRK_RES_SYNTHETIC_ALIAS)
# List of dictionary files (dict).
-BRK_DICT_SOURCE = cjdict.txt khmerdict.txt laodict.txt thaidict.txt
+BRK_DICT_SOURCE = burmesedict.txt cjdict.txt khmerdict.txt laodict.txt\
+ thaidict.txt
# List of break iterator files (brk).
@@ -43,6 +44,7 @@ BRK_SOURCE = char.txt line.txt line_fi.txt line_ja.txt\
# Ordinary resources
-BRK_RES_SOURCE = el.txt en.txt en_US.txt en_US_POSIX.txt\
- fi.txt ja.txt
+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
« no previous file with comments | « source/data/Makefile.in ('k') | source/data/brkitr/brklocal.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698