From aed0348e5b97b17f0f96e81d51e19591a1fff11d Mon Sep 17 00:00:00 2001 From: "andrew@webrtc.org" Date: Thu, 25 Aug 2011 18:45:51 +0000 Subject: [PATCH] Roll gyp 985:1012 Fix the world rebuilding in make 3.82. http://code.google.com/p/webrtc/issues/detail?id=62 r1012 also allows Chrome to build with Make on Mac. Haven't tested WebRTC, but it would be nice to have. Review URL: http://webrtc-codereview.appspot.com/119005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@451 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 057db559fe..b49feecff0 100644 --- a/DEPS +++ b/DEPS @@ -19,7 +19,7 @@ deps = { (Var("googlecode_url") % "googletest") + "/trunk@573", "trunk/tools/gyp": - (Var("googlecode_url") % "gyp") + "/trunk@985", + (Var("googlecode_url") % "gyp") + "/trunk@1012", "trunk/third_party/protobuf/": Var("chromium_trunk") + "/src/third_party/protobuf@" + Var("chromium_revision"),