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

Side by Side Diff: README.chromium

Issue 926113004: Move stubdata.c from icudata to icuuc (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: 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 | « no previous file | icu.gyp » ('j') | icu.gyp » ('J')
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: 54.1 3 Version: 54.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 54.1 for C/C++. 8 This directory contains the source code of ICU 54.1 for C/C++.
9 9
10 10
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 c. Fix 'signed vs unsigned comparison' warning in 168 c. Fix 'signed vs unsigned comparison' warning in
169 collationfastlatin.cpp. The upstream ToT does not have these lines 169 collationfastlatin.cpp. The upstream ToT does not have these lines
170 any more. 170 any more.
171 d. Add static_cast to avoid a possible data truncatiion warning 171 d. Add static_cast to avoid a possible data truncatiion warning
172 upstream bug: http://bugs.icu-project.org/trac/ticket/11104 172 upstream bug: http://bugs.icu-project.org/trac/ticket/11104
173 173
174 - patches/data.build.patch : 174 - patches/data.build.patch :
175 Remove unnecessary resources : unames, collator rule source 175 Remove unnecessary resources : unames, collator rule source
176 - patches/data.build.win.patch : 176 - patches/data.build.win.patch :
177 Windows-only data build patch. 177 Windows-only data build patch.
178 - patches/data_symb.patch :
179 Put ICU_DATA_ENTRY_POINT(icudtXX_dat) in common when we use
180 the icu data file or icudt.dll
178 181
179 9. Pre-built data files are checked in with the following steps on Linux: 182 9. Pre-built data files are checked in with the following steps on Linux:
180 183
181 a. Make a icu data build directory outside the Chromium source tree 184 a. Make a icu data build directory outside the Chromium source tree
182 and cd to that directory. 185 and cd to that directory.
183 b. Run 186 b. Run
184 187
185 ${CHROME_ICU_TREE_TOP}/source/runConfigureICU Linux --disable-layout 188 ${CHROME_ICU_TREE_TOP}/source/runConfigureICU Linux --disable-layout
186 189
187 c. Run 'make' 190 c. Run 'make'
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 http://bugs.icu-project.org/trac/ticket/11369 (r36726:36727) 242 http://bugs.icu-project.org/trac/ticket/11369 (r36726:36727)
240 http://bugs.icu-project.org/trac/ticket/11371 (r36800:36801) 243 http://bugs.icu-project.org/trac/ticket/11371 (r36800:36801)
241 244
242 11. Fix a bug in locid (getBaseName is wrong). 245 11. Fix a bug in locid (getBaseName is wrong).
243 - patches/locid.patch 246 - patches/locid.patch
244 - upstream bug: http://bugs.icu-project.org/trac/ticket/11421 247 - upstream bug: http://bugs.icu-project.org/trac/ticket/11421
245 248
246 12. Fix a bug in BiDi 249 12. Fix a bug in BiDi
247 - patches/bidi.patch 250 - patches/bidi.patch
248 - upstream bug: http://bugs.icu-project.org/trac/ticket/11177 251 - upstream bug: http://bugs.icu-project.org/trac/ticket/11177
OLDNEW
« no previous file with comments | « no previous file | icu.gyp » ('j') | icu.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698