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

Unified Diff: icu52/source/data/brkitr/brklocal.mk

Issue 224943002: icu local change part1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: function indentation changed Created 6 years, 8 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 | « icu52/source/data/Makefile.in ('k') | icu52/source/data/brkitr/line.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: icu52/source/data/brkitr/brklocal.mk
===================================================================
--- icu52/source/data/brkitr/brklocal.mk (revision 259715)
+++ icu52/source/data/brkitr/brklocal.mk (working copy)
@@ -1,6 +1,6 @@
-# * Copyright (C) 1998-2010, International Business Machines
+# * Copyright (C) 1998-2013, International Business Machines
# * Corporation and others. All Rights Reserved.
-BRK_RES_CLDR_VERSION = 1.9
+BRK_RES_CLDR_VERSION = 23.1
# A list of txt's to build
# Note:
#
@@ -33,16 +33,14 @@
BRK_RES_ALIAS_SOURCE = $(BRK_RES_SYNTHETIC_ALIAS)
-# List of compact trie dictionary files (ctd).
-BRK_CTD_SOURCE = thaidict.txt cjdict.txt
+# List of dictionary files (dict).
+BRK_DICT_SOURCE = cjdict.txt khmerdict.txt laodict.txt thaidict.txt
# List of break iterator files (brk).
-# Chrome change: remove word_ja.txt and line_he.txt
-BRK_SOURCE = sent_el.txt word_POSIX.txt line_fi.txt char.txt word.txt line.txt sent.txt title.txt char_th.txt
+BRK_SOURCE = char.txt line.txt line_fi.txt sent.txt sent_el.txt title.txt word.txt
# Ordinary resources
-# Chrome change: remove ja.txt and he.txt
-BRK_RES_SOURCE = el.txt en.txt en_US.txt en_US_POSIX.txt\
- fi.txt th.txt
+BRK_RES_SOURCE = el.txt en.txt en_US.txt fi.txt
+
« no previous file with comments | « icu52/source/data/Makefile.in ('k') | icu52/source/data/brkitr/line.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698