| OLD | NEW | 
|    1 Name: icu |    1 Name: icu | 
|    2 URL: http://site.icu-project.org/ |    2 URL: http://site.icu-project.org/ | 
|    3 Version: 56.1 |    3 Version: 56.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 56.1 for C/C++. |    8 This directory contains the source code of ICU 56.1 for C/C++. | 
|    9  |    9  | 
|   10 A. How to update ICU |   10 A. How to update ICU | 
| (...skipping 17 matching lines...) Expand all  Loading... | 
|   28  |   28  | 
|   29 Pre-built data files are generated and checked in with the following steps |   29 Pre-built data files are generated and checked in with the following steps | 
|   30  |   30  | 
|   31 1. icu data files for Chrome OS, Linux, Mac and Windows |   31 1. icu data files for Chrome OS, Linux, Mac and Windows | 
|   32  |   32  | 
|   33   a. Make a icu data build directory outside the Chromium source tree |   33   a. Make a icu data build directory outside the Chromium source tree | 
|   34      and cd to that directory (say, $ICUBUILDIR). |   34      and cd to that directory (say, $ICUBUILDIR). | 
|   35  |   35  | 
|   36   b. Run |   36   b. Run | 
|   37  |   37  | 
|   38     ${CHROME_ICU_TREE_TOP}/source/runConfigureICU Linux --disable-layout |   38     ${CHROME_ICU_TREE_TOP}/source/runConfigureICU Linux --disable-layout --disab
     le-tests | 
 |   39  | 
|   39  |   40  | 
|   40   c. Run make |   41   c. Run make | 
|   41      'make' will fail  when pkgdata looks for css3transform.res. This |   42      'make' will fail  when pkgdata looks for css3transform.res. This | 
|   42      is expected. See http://bugs.icu-project.org/trac/ticket/10570 |   43      is expected. See http://bugs.icu-project.org/trac/ticket/10570 | 
|   43  |   44  | 
|   44   d. Run |   45   d. Run | 
|   45        ${CHROME_ICU_TREE_TOP}/scripts/trim_data.sh |   46        ${CHROME_ICU_TREE_TOP}/scripts/trim_data.sh | 
|   46  |   47  | 
|   47     The full locale data for Chrome's UI languages and their select variants |   48     The full locale data for Chrome's UI languages and their select variants | 
|   48     and the bare minimum locale data for other locales will be kept. |   49     and the bare minimum locale data for other locales will be kept. | 
| (...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  306   - Android patch for the 2nd bug |  307   - Android patch for the 2nd bug | 
|  307         https://android.googlesource.com/platform/external/icu/+/56b2b8b |  308         https://android.googlesource.com/platform/external/icu/+/56b2b8b | 
|  308  |  309  | 
|  309 13. Add Emoji properties support by cherry-picking from 57.1 |  310 13. Add Emoji properties support by cherry-picking from 57.1 | 
|  310   - patches/emoji_props.patch |  311   - patches/emoji_props.patch | 
|  311   - Upstream change cherry-picked |  312   - Upstream change cherry-picked | 
|  312         http://bugs.icu-project.org/trac/changeset/38183 |  313         http://bugs.icu-project.org/trac/changeset/38183 | 
|  313   - source/data/in/{pnames,uprops}.icu were copied from the upstream, |  314   - source/data/in/{pnames,uprops}.icu were copied from the upstream, | 
|  314     but they're just for the record. Their contents are hard-coded |  315     but they're just for the record. Their contents are hard-coded | 
|  315     in the source files patched by the above patch. |  316     in the source files patched by the above patch. | 
| OLD | NEW |