From 7b2e919f7d41baa729142330232b14075622751f Mon Sep 17 00:00:00 2001 From: "andrew@webrtc.org" Date: Tue, 28 Aug 2012 15:56:40 +0000 Subject: [PATCH] Add pinned dep for cygwin. Review URL: https://webrtc-codereview.appspot.com/760005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2676 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 48dfcb8200..c3892520dc 100644 --- a/DEPS +++ b/DEPS @@ -83,7 +83,7 @@ deps_os = { "win": { # Use our own, stripped down, version of Cygwin (required by GYP). "third_party/cygwin": - (Var("googlecode_url") % "webrtc") + "/deps/third_party/cygwin", + (Var("googlecode_url") % "webrtc") + "/deps/third_party/cygwin@2672", # Used by libjpeg-turbo. "third_party/yasm/binaries":