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

Side by Side Diff: icu52/README.chromium

Issue 239513016: Remove source/data/xml (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: 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 | « no previous file | icu52/source/data/curr/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 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: 52.1
4 License: MIT 4 License: MIT
5 Security Critical: yes 5 Security Critical: yes
6 6
7 Description: 7 Description:
8 This directory contains the source code of ICU 52.1 for C/C++ 8 This directory contains the source code of ICU 52.1 for C/C++
9 9
10 1. It was obtained with the following: 10 1. It was obtained with the following:
11 11
12 $ svn export --native-eol LF http://source.icu-project.org/repos/icu/icu/tag s/release-52-1 icu52 12 $ svn export --native-eol LF http://source.icu-project.org/repos/icu/icu/tag s/release-52-1 icu52
13 13
14 The following directories we don't use are removed: 14 The following directories we don't use are removed:
15 15
16 - as_is 16 - as_is
17 - packaging 17 - packaging
18 - source/layout 18 - source/layout
19 - source/layoutex 19 - source/layoutex
20 - source/data/xml
20 21
21 patches/configure.patch is applied to get runConfigureICU work in the 22 patches/configure.patch is applied to get runConfigureICU work in the
22 icudata generation step without layout and layoutex directory by removing the 23 icudata generation step without layout and layoutex directory by removing the
23 corresponding Makefile's from ac_config variable. 24 corresponding Makefile's from ac_config variable.
24 25
25 2. Apply the following patch for platform related headers (putilimpl.h and 26 2. Apply the following patch for platform related headers (putilimpl.h and
26 others). 27 others).
27 28
28 - patches/putil.patch for Android and QNX 29 - patches/putil.patch for Android and QNX
29 Upstream bug for Android : http://bugs.icu-project.org/trac/ticket/10478 30 Upstream bug for Android : http://bugs.icu-project.org/trac/ticket/10478
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 - android/icudt52l_dat.S : Built on Linux with all the patches above and 198 - android/icudt52l_dat.S : Built on Linux with all the patches above and
198 android/brkitr.patch applied and android/patch_locale.sh executed, and 199 android/brkitr.patch applied and android/patch_locale.sh executed, and
199 checked in. 200 checked in.
200 - android/icudtl.dat : Generated as icudt52l.dat in 201 - android/icudtl.dat : Generated as icudt52l.dat in
201 {BUILD_DIR_ROOT}/data/out/tmp along with icudt52l_dat.S and 202 {BUILD_DIR_ROOT}/data/out/tmp along with icudt52l_dat.S and
202 copied to the above location with '52' dropped in its name. 203 copied to the above location with '52' dropped in its name.
203 204
204 205
205 11. Change export of U_ICUDATA_ENTRY_POINT from U_IMPORT to U_EXPORT. 206 11. Change export of U_ICUDATA_ENTRY_POINT from U_IMPORT to U_EXPORT.
206 - patches/declspec.patch 207 - patches/declspec.patch
OLDNEW
« no previous file with comments | « no previous file | icu52/source/data/curr/reslocal.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698