Skip to content

Commit

Permalink
Manual roll of ICU (#31132)
Browse files Browse the repository at this point in the history
* [licenses] Updates ICU license regexp and URL

New file in the ICU library use the https scheme for the URL
instead of prior http to declare the license, leading to
the 'unmatched potential copyright' message.

This change removes the issue.

* [icu] Upgrades the ICU library version in use

This change brings in ICU 70.1 which is the latest and greatest of ICU releases.
It sync up with the latest ICU milestone in use in Chromium.

Issue: #flutter/97412
  • Loading branch information
filmil authored Feb 10, 2022
1 parent 321a482 commit 2cc3abb
Show file tree
Hide file tree
Showing 5 changed files with 86 additions and 101 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ deps = {
# Chromium-style dependencies.

'src/third_party/icu':
Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '2b50fa94b07b601293d7c1f791e853bba8ffbb84',
Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '2e0f2989441ec2f55abec30f48e89981dbac2c34',

'src/third_party/khronos':
Var('chromium_git') + '/chromium/src/third_party/khronos.git' + '@' + '7122230e90547962e0f0c627f62eeed3c701f275',
Expand Down
Loading

0 comments on commit 2cc3abb

Please sign in to comment.