Reviewers: Jakob,

Description:
Update V8's dependencies:

GYP: Correctly handle GCC_C_LANGUAGE_STANDARD 'ansi'
ICU: Use the correct assembly file when cross compiling from Mac to Android

BUG=none
[email protected]

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

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 da87853fa7e4ef672ce74d2b03efaef7fc8856e0..b91ae4e7667da430098736c4e5da9748063dda11 100644
--- a/DEPS
+++ b/DEPS
@@ -5,10 +5,10 @@
 deps = {
   # Remember to keep the revision in sync with the Makefile.
   "v8/build/gyp":
-    "http://gyp.googlecode.com/svn/trunk@1656";,
+    "http://gyp.googlecode.com/svn/trunk@1685";,

   "v8/third_party/icu":
-    "https://src.chromium.org/chrome/trunk/deps/third_party/icu46@213354";,
+    "https://src.chromium.org/chrome/trunk/deps/third_party/icu46@214189";,
 }

 deps_os = {
Index: Makefile
diff --git a/Makefile b/Makefile
index a749fd026ea85089da4cde8122ac9ff7a8a83300..499f6cb08e0da487557bc88b05318ae6fae70346 100644
--- a/Makefile
+++ b/Makefile
@@ -405,7 +405,7 @@ $(ENVFILE).new:
 # Remember to keep these in sync with the DEPS file.
 dependencies:
        svn checkout --force http://gyp.googlecode.com/svn/trunk build/gyp \
-           --revision 1656
+           --revision 1685
        svn checkout --force \
            https://src.chromium.org/chrome/trunk/deps/third_party/icu46 \
-           third_party/icu --revision 213354
+           third_party/icu --revision 214189


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