From: jochen@chromium.org Date: Wed, 18 Dec 2013 08:47:12 +0000 (+0000) Subject: Roll ICU 214189:239289 X-Git-Tag: upstream/4.7.83~11363 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=815a72987821400c4f9b757f5404614143241e7c;p=platform%2Fupstream%2Fv8.git 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 --- 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