Reviewers: Jakob,

Description:
Update ICU to r213354

At this revision, all chromium targets work with the V8 internal i18n
support

BUG=v8:2745
[email protected]

Please review this at https://codereview.chromium.org/20090002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M DEPS
  M Makefile


Index: DEPS
diff --git a/DEPS b/DEPS
index ccbaccbe22c092c103952e90e169dbc60a619948..da87853fa7e4ef672ce74d2b03efaef7fc8856e0 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 = {
Index: Makefile
diff --git a/Makefile b/Makefile
index 1b0b7f4d7def1b8fcbe03077cd6f0bc6f444c326..a749fd026ea85089da4cde8122ac9ff7a8a83300 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


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to