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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « icu52/source/data/Makefile.in ('k') | icu52/source/data/brkitr/line.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 # * Copyright (C) 1998-2010, International Business Machines 1 # * Copyright (C) 1998-2013, International Business Machines
2 # * Corporation and others. All Rights Reserved. 2 # * Corporation and others. All Rights Reserved.
3 BRK_RES_CLDR_VERSION = 1.9 3 BRK_RES_CLDR_VERSION = 23.1
4 # A list of txt's to build 4 # A list of txt's to build
5 # Note: 5 # Note:
6 # 6 #
7 # If you are thinking of modifying this file, READ THIS. 7 # If you are thinking of modifying this file, READ THIS.
8 # 8 #
9 # Instead of changing this file [unless you want to check it back in], 9 # Instead of changing this file [unless you want to check it back in],
10 # you should consider creating a 'brklocal.mk' file in this same directory. 10 # you should consider creating a 'brklocal.mk' file in this same directory.
11 # Then, you can have your local changes remain even if you upgrade or 11 # Then, you can have your local changes remain even if you upgrade or
12 # reconfigure ICU. 12 # reconfigure ICU.
13 # 13 #
(...skipping 12 matching lines...) Expand all
26 # Generated by LDML2ICUConverter, from LDML source files. 26 # Generated by LDML2ICUConverter, from LDML source files.
27 27
28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml) 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
29 BRK_RES_SYNTHETIC_ALIAS = 29 BRK_RES_SYNTHETIC_ALIAS =
30 30
31 31
32 # All aliases (to not be included under 'installed'), but not including root. 32 # All aliases (to not be included under 'installed'), but not including root.
33 BRK_RES_ALIAS_SOURCE = $(BRK_RES_SYNTHETIC_ALIAS) 33 BRK_RES_ALIAS_SOURCE = $(BRK_RES_SYNTHETIC_ALIAS)
34 34
35 35
36 # List of compact trie dictionary files (ctd). 36 # List of dictionary files (dict).
37 BRK_CTD_SOURCE = thaidict.txt cjdict.txt 37 BRK_DICT_SOURCE = cjdict.txt khmerdict.txt laodict.txt thaidict.txt
38 38
39 39
40 # List of break iterator files (brk). 40 # List of break iterator files (brk).
41 # Chrome change: remove word_ja.txt and line_he.txt 41 BRK_SOURCE = char.txt line.txt line_fi.txt sent.txt sent_el.txt title.txt word.t xt
42 BRK_SOURCE = sent_el.txt word_POSIX.txt line_fi.txt char.txt word.txt line.txt sent.txt title.txt char_th.txt
43 42
44 43
45 # Ordinary resources 44 # Ordinary resources
46 # Chrome change: remove ja.txt and he.txt 45 BRK_RES_SOURCE = el.txt en.txt en_US.txt fi.txt
47 BRK_RES_SOURCE = el.txt en.txt en_US.txt en_US_POSIX.txt\ 46
48 fi.txt th.txt
OLDNEW
« 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