From: jochen@chromium.org Date: Wed, 24 Jul 2013 15:09:41 +0000 (+0000) Subject: Update ICU to r213354 X-Git-Tag: upstream/4.7.83~13220 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a95fcb99703398ce4f6412c6be25493846d8015c;p=platform%2Fupstream%2Fv8.git Update ICU to r213354 At this revision, all chromium targets work with the V8 internal i18n support BUG=v8:2745 R=jkummerow@chromium.org Review URL: https://codereview.chromium.org/20090002 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15863 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/DEPS b/DEPS index ccbaccb..da87853 100644 --- a/DEPS +++ b/DEPS @@ -8,7 +8,7 @@ deps = { "http://gyp.googlecode.com/svn/trunk@1656", "v8/third_party/icu": - "https://src.chromium.org/chrome/trunk/deps/third_party/icu46@210659", + "https://src.chromium.org/chrome/trunk/deps/third_party/icu46@213354", } deps_os = { diff --git a/Makefile b/Makefile index 1b0b7f4..a749fd0 100644 --- a/Makefile +++ b/Makefile @@ -408,4 +408,4 @@ dependencies: --revision 1656 svn checkout --force \ https://src.chromium.org/chrome/trunk/deps/third_party/icu46 \ - third_party/icu --revision 210659 + third_party/icu --revision 213354