From 238de69ded467f09107d8fa77f92d2cc217c33ee Mon Sep 17 00:00:00 2001 From: "bradnelson@google.com" Date: Thu, 17 Mar 2011 03:07:29 +0000 Subject: Pulling in multiple actions fix for windows (again). BUG=gyp44 BUG=gyp32 TEST=None Review URL: http://codereview.chromium.org/6676057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78512 0039d316-1c4b-4281-b951-d872f2087c98 --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'DEPS') diff --git a/DEPS b/DEPS index 49ef4dc..5948094 100644 --- a/DEPS +++ b/DEPS @@ -7,7 +7,7 @@ vars = { "webkit_revision": "81308", "chromium_git": "http://git.chromium.org/git", "swig_revision": "69281", - "nacl_revision": "4508", + "nacl_revision": "4559", "libjingle_revision": "55", "libvpx_revision": "76510", "ffmpeg_revision": "77796", @@ -63,7 +63,7 @@ deps = { (Var("googlecode_url") % "google-cache-invalidation-api") + "/trunk@70", "src/tools/gyp": - (Var("googlecode_url") % "gyp") + "/trunk@900", + (Var("googlecode_url") % "gyp") + "/trunk@901", "src/v8": (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"), -- cgit v1.1