On the official builder we proxy google code but linux-syscall-support is not.

Fix checkout failure.

TBR=thestig
TEST=none
BUG=none

Review URL: http://codereview.chromium.org/3423026

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60508 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/DEPS b/DEPS
index e69c619f..cfee4fc 100644
--- a/DEPS
+++ b/DEPS
@@ -268,7 +268,8 @@
       "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"),
 
     "src/third_party/lss":
-      (Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@3",
+      ("http://%s.googlecode.com/svn" % "linux-syscall-support") +
+      "/trunk/lss@3",
   },
 }