diff options
author | Jungshik Shin (jungshik at google) <jshin@chromium.org> | 2015-03-30 10:24:11 -0700 |
---|---|---|
committer | Jungshik Shin (jungshik at google) <jshin@chromium.org> | 2015-03-30 17:27:48 +0000 |
commit | 137eab039457ca8cc3c0109be174f98b075352ad (patch) | |
tree | 5e0bc19b2a14888b79f5769520254d678dac8135 /DEPS | |
parent | b073e1fc552ca21f07b9ee2dab9192086157e1f5 (diff) | |
download | chromium_src-137eab039457ca8cc3c0109be174f98b075352ad.zip chromium_src-137eab039457ca8cc3c0109be174f98b075352ad.tar.gz chromium_src-137eab039457ca8cc3c0109be174f98b075352ad.tar.bz2 |
Roll ICU 7c81740601355556e to 46be516de5c83aa0b7
See
https://codereview.chromium.org/1032783002
BUG=470291
TEST=None
TBR=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1041143003
Cr-Commit-Position: refs/heads/master@{#322801}
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -138,7 +138,7 @@ deps = { Var('chromium_git') + '/chromium/blink.git' + '@' + Var('webkit_revision'), 'src/third_party/icu': - Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '7c81740601355556e630da515b74d889ba2f8d08', + Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '46be516de5c83aa0b7b3b75be669b48e7a803290', 'src/third_party/libexif/sources': Var('chromium_git') + '/chromium/deps/libexif/sources.git' + '@' + 'ed98343daabd7b4497f97fda972e132e6877c48a', |