From 7238e5f708a9f1a5bd18a5865f977181d38cd2fe Mon Sep 17 00:00:00 2001 From: "henrike@webrtc.org" Date: Mon, 19 Aug 2013 18:55:54 +0000 Subject: [PATCH] Fixes broken deps. Jsoncpp has moved from http://jsoncpp.svn.sourceforge.net to http://svn.code.sf.net R=pbos@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2034005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4570 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 810045f3d4..27afcf2e08 100644 --- a/DEPS +++ b/DEPS @@ -51,7 +51,7 @@ deps = { Var("chromium_trunk") + "/src/third_party/jsoncpp@" + Var("chromium_revision"), "third_party/jsoncpp/source": - "http://jsoncpp.svn.sourceforge.net/svnroot/jsoncpp/trunk/jsoncpp@248", + "http://svn.code.sf.net/p/jsoncpp/code/trunk/jsoncpp@248", "third_party/junit/": (Var("googlecode_url") % "webrtc") + "/deps/third_party/junit@3367",