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

Side by Side Diff: README.chromium

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 unified diff | Download patch
« no previous file with comments | « LICENSE ('k') | icu.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: icu 1 Name: icu
2 URL: http://site.icu-project.org/ 2 URL: http://site.icu-project.org/
3 Version: 52.1 3 Version: 54.1
4 License: MIT 4 License: MIT
5 Security Critical: yes 5 Security Critical: yes
6 6
7 WARNING: The head of third_party/icu is in the middle of upgrading to ICU 54.1
8 and it's NOT usable for Chromium/Blink/v8.
9 - DO NOT deps-roll ICU to the head.
10 - If there is a critical change to make (e.g. security), a branch can be cut
11 for that. Contact <jshin@chromium.org>.
12 - README.chromium (this file) is NOT up to date and will be changed as the
13 upgrade to ICU 54.1 moves forward.
14
7 Description: 15 Description:
8 This directory contains the source code of ICU 52.1 for C/C++ 16 This directory contains the source code of ICU 54.1 for C/C++.
17
9 18
10 1. It was obtained with the following: 19 1. It was obtained with the following:
11 20
12 $ svn export --native-eol LF http://source.icu-project.org/repos/icu/icu/tag s/release-52-1 icu52 21 $ svn export --native-eol LF http://source.icu-project.org/repos/icu/icu/tag s/release-54-1 icu
13 22
14 The following directories we don't use are removed: 23 The following directories we don't use are removed:
15 24
16 - as_is 25 - as_is
17 - packaging 26 - packaging
18 - source/layout 27 - source/layout
19 - source/layoutex 28 - source/layoutex
20 - source/data/xml 29 - source/data/xml
21 30
22 patches/configure.patch is applied to get runConfigureICU work in the 31 patches/configure.patch is applied to get runConfigureICU work in the
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 13. Apply the patch for collator 257 13. Apply the patch for collator
249 - patches/col.patch 258 - patches/col.patch
250 - No upstream bug was filed because the upstream code was completely 259 - No upstream bug was filed because the upstream code was completely
251 rewritten during the ICU 53 cycle. 260 rewritten during the ICU 53 cycle.
252 261
253 14. Fix a bug in locid (getBaseName is wrong). 262 14. Fix a bug in locid (getBaseName is wrong).
254 - patches/locid.patch 263 - patches/locid.patch
255 - Upstream bug: http://bugs.icu-project.org/trac/ticket/11421 264 - Upstream bug: http://bugs.icu-project.org/trac/ticket/11421
256 265
257 266
OLDNEW
« no previous file with comments | « LICENSE ('k') | icu.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698