From 815a72987821400c4f9b757f5404614143241e7c Mon Sep 17 00:00:00 2001 From: "jochen@chromium.org" Date: Wed, 18 Dec 2013 08:47:12 +0000 Subject: [PATCH] Roll ICU 214189:239289 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 | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index b91ae4e..b1d3c3d 100644 --- 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 = { diff --git a/Makefile b/Makefile index b5882c6..50d9124 100644 --- 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 -- 2.7.4