Reviewers: Michael Achenbach,

Description:
Roll gyp 1830:1831

1831 - Don't try to match mixed source/dir gyp order on MSVS prior to 2010

BUG=none
LOG=n
[email protected]

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

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 1ebaa6047d6c9e45aab1ff0d8c9309c3cf3a649c..66d21eb3649ba4d0652fc8a640fcdb80fb6303bf 100644
--- a/DEPS
+++ b/DEPS
@@ -5,7 +5,7 @@
 deps = {
   # Remember to keep the revision in sync with the Makefile.
   "v8/build/gyp":
-    "http://gyp.googlecode.com/svn/trunk@1830";,
+    "http://gyp.googlecode.com/svn/trunk@1831";,

   "v8/third_party/icu":
     "https://src.chromium.org/chrome/trunk/deps/third_party/icu46@239289";,
Index: Makefile
diff --git a/Makefile b/Makefile
index 1fa5cc26f67a17abebc117b87286ae1c81607cd9..8f21f7c6ddcd7eaf73febb9cb8d7b954ac225cae 100644
--- a/Makefile
+++ b/Makefile
@@ -441,7 +441,7 @@ grokdump: ia32.release
 # Remember to keep these in sync with the DEPS file.
 dependencies:
        svn checkout --force http://gyp.googlecode.com/svn/trunk build/gyp \
-           --revision 1830
+           --revision 1831
        svn checkout --force \
            https://src.chromium.org/chrome/trunk/deps/third_party/icu46 \
            third_party/icu --revision 239289


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