From a3a8c58ea4af6cca7d2a0d697c196c24fb02bbbc Mon Sep 17 00:00:00 2001 From: jshin Date: Tue, 26 Aug 2014 17:21:04 -0700 Subject: [PATCH] Roll ICU to 291660 Rolled src/third_party/icu from revision fdf0bb34eaddce23811770b987ecf95ee18572d6 to revision a4ce5bf56788dbb4835a5ef6143384266bbff5f5 Summary of changes available at: https://chromium.googlesource.com/chromium/deps/icu52/+log/fdf0bb34eadd..a4ce5bf56788 TBR=thakis@chromium.org BUG=82385 TEST=Build on Windows with clang and the above warning is not emitted while building ICU Review URL: https://codereview.chromium.org/493363005 Cr-Commit-Position: refs/heads/master@{#292049} --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 881815bde05a..c566367b4f71 100644 --- a/DEPS +++ b/DEPS @@ -128,7 +128,7 @@ deps = { Var('chromium_git') + '/external/w3c/csswg-test.git' + '@' + '0b12ea22689ee2179f3e9bff389db22f4efd6ed5', 'src/third_party/icu': - Var('chromium_git') + '/chromium/deps/icu52.git' + '@' + 'fdf0bb34eaddce23811770b987ecf95ee18572d6', + Var('chromium_git') + '/chromium/deps/icu52.git' + '@' + 'a4ce5bf56788dbb4835a5ef6143384266bbff5f5', # from svn revision 291660 'src/third_party/libexif/sources': Var('chromium_git') + '/chromium/deps/libexif/sources.git' + '@' + 'ed98343daabd7b4497f97fda972e132e6877c48a', -- 2.11.4.GIT