diff --git a/DEPS b/DEPS index 1ebaa6047d..66d21eb364 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", diff --git a/Makefile b/Makefile index 1fa5cc26f6..8f21f7c6dd 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