Reviewers: Jungshik Shin, Michael Achenbach,

Description:
Roll ICU 214189:228516

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=none
LOG=n
[email protected],[email protected]

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

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

Affected files (+2, -2 lines):
  M DEPS
  M Makefile


Index: DEPS
diff --git a/DEPS b/DEPS
index b91ae4e7667da430098736c4e5da9748063dda11..c94ef3a91ad1556ef995de56e01d47b076b275a5 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@228516";,
 }

 deps_os = {
Index: Makefile
diff --git a/Makefile b/Makefile
index d2c9a9dfacb57fe7b76aeee26e6477d250afac52..02a076a94e952142bf398442b304d1dcc42d89b1 100644
--- a/Makefile
+++ b/Makefile
@@ -439,4 +439,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 228516


--
--
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