Commit 64a8d3b5 authored by jshin's avatar jshin Committed by Commit bot

Roll third_party/icu from dda089a to 73e2473

http://chromium.googlesource.com/chromium/deps/icu.git/+log/dda089a..73e2473

Two changes are in the range:

1. Timezone update to 2016i
2. Bign Endian support for MIPS

BUG=473288
TBR=mark@chromium.org
TEST=Try the following in d8 or Chrome's JS console:
> (new Date("12/04/2016 12:00Z")).toLocaleString("en", {timeZone:
"Europe/Saratov"})
"12/4/2016, 4:00:00 PM"
> (new Date("12/03/2016 12:00Z")).toLocaleString("en", {timeZone:
"Europe/Saratov"})
"12/3/2016, 3:00:00 PM"

Review-Url: https://codereview.chromium.org/2557743010
Cr-Commit-Position: refs/heads/master@{#437788}
parent b2e34cfa
......@@ -150,7 +150,7 @@ deps = {
Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
'src/third_party/icu':
Var('chromium_git') + '/chromium/deps/icu.git' + '@' + 'dda089a98a4f1512a62a68e8fc47a98aa6d2f963',
Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '73e24736676b4b438270fda44e5b2c83b49fdd80',
'src/third_party/hunspell_dictionaries':
Var('chromium_git') + '/chromium/deps/hunspell_dictionaries.git' + '@' + 'dc6e7c25bf47cbfb466e0701fd2728b4a12e79d5',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment