Roll ICU 214189:239289
authorjochen@chromium.org <jochen@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 18 Dec 2013 08:47:12 +0000 (08:47 +0000)
committerjochen@chromium.org <jochen@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 18 Dec 2013 08:47:12 +0000 (08:47 +0000)
Too many updates to summarize them here.

This version of ICU allows for using a .dat file on posix systems that is mmaped
instead of compiling the data in like we currently do.

BUG=72633
LOG=n
R=jshin@chromium.org, machenbach@chromium.org

Review URL: https://codereview.chromium.org/109963003

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@18336 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

DEPS
Makefile

diff --git a/DEPS b/DEPS
index b91ae4e..b1d3c3d 100644 (file)
--- a/DEPS
+++ b/DEPS
@@ -8,7 +8,7 @@ deps = {
     "http://gyp.googlecode.com/svn/trunk@1685",
 
   "v8/third_party/icu":
-    "https://src.chromium.org/chrome/trunk/deps/third_party/icu46@214189",
+    "https://src.chromium.org/chrome/trunk/deps/third_party/icu46@239289",
 }
 
 deps_os = {
index b5882c6..50d9124 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -444,4 +444,4 @@ dependencies:
            --revision 1685
        svn checkout --force \
            https://src.chromium.org/chrome/trunk/deps/third_party/icu46 \
-           third_party/icu --revision 214189
+           third_party/icu --revision 239289