Update ICU to r213354
authorjochen@chromium.org <jochen@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 24 Jul 2013 15:09:41 +0000 (15:09 +0000)
committerjochen@chromium.org <jochen@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 24 Jul 2013 15:09:41 +0000 (15:09 +0000)
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

DEPS
Makefile

diff --git a/DEPS b/DEPS
index ccbaccb..da87853 100644 (file)
--- 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 = {
index 1b0b7f4..a749fd0 100644 (file)
--- 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