diff --git a/DEPS b/DEPS index 27afcf2e0..8da3f9db1 100644 --- a/DEPS +++ b/DEPS @@ -9,6 +9,7 @@ vars = { # Use this googlecode_url variable only if there is an internal mirror for it. # If you do not know, use the full path while defining your new deps entry. "googlecode_url": "http://%s.googlecode.com/svn", + "sourceforge_url": "http://svn.code.sf.net/p/%(repo)s/code", "chromium_trunk" : "http://src.chromium.org/svn/trunk", "chromium_revision": "217707", @@ -51,7 +52,7 @@ deps = { Var("chromium_trunk") + "/src/third_party/jsoncpp@" + Var("chromium_revision"), "third_party/jsoncpp/source": - "http://svn.code.sf.net/p/jsoncpp/code/trunk/jsoncpp@248", + (Var("sourceforge_url") % {"repo": "jsoncpp"}) + "/trunk/jsoncpp@248", "third_party/junit/": (Var("googlecode_url") % "webrtc") + "/deps/third_party/junit@3367",