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

Side by Side Diff: source/data/rbnf/rbnflocal.mk

Issue 877193003: ICU update to 54.1 step 7 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: add one more msvc's warning fix Created 5 years, 10 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 | « source/data/locales/reslocal.mk ('k') | source/data/region/reslocal.mk » ('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-2010, International Business Machines
2 # * Corporation and others. All Rights Reserved. 2 # * Corporation and others. All Rights Reserved.
3 RBNF_CLDR_VERSION = 1.9 3 RBNF_CLDR_VERSION = %version%
4 # A list of txt's to build 4 # A list of txt's to build
5 # Note: 5 # Note:
6 # 6 #
7 # 7 #
8 # * To add an additional locale to the list: 8 # * To add an additional locale to the list:
9 # _____________________________________________________ 9 # _____________________________________________________
10 # | RBNF_SOURCE_LOCAL = myLocale.txt ... 10 # | RBNF_SOURCE_LOCAL = myLocale.txt ...
11 # 11 #
12 # * To REPLACE the default list and only build with a few 12 # * To REPLACE the default list and only build with a few
13 # locales: 13 # locales:
14 # _____________________________________________________ 14 # _____________________________________________________
15 # | RBNF_SOURCE = ar.txt ar_AE.txt en.txt de.txt zh.txt 15 # | RBNF_SOURCE = ar.txt ar_AE.txt en.txt de.txt zh.txt
16 # 16 #
17 # Chrome note: RBNF is not used by Chrome/Webkit. So, we don't include them. 17 # Chrome note: RBNF is not used by Chrome/Webkit. So, we don't include them.
18 18
19 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml) 19 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
20 RBNF_SYNTHETIC_ALIAS = 20 RBNF_SYNTHETIC_ALIAS =
21 21
22 22
23 # All aliases (to not be included under 'installed'), but not including root. 23 # All aliases (to not be included under 'installed'), but not including root.
24 RBNF_ALIAS_SOURCE = $(RBNF_SYNTHETIC_ALIAS) 24 RBNF_ALIAS_SOURCE = $(RBNF_SYNTHETIC_ALIAS)
25 25
26 26
27 # Ordinary resources 27 # Ordinary resources
28 RBNF_SOURCE = 28 RBNF_SOURCE =
OLDNEW
« no previous file with comments | « source/data/locales/reslocal.mk ('k') | source/data/region/reslocal.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698