summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-24 19:38:46 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-24 19:38:46 +0000
commit5636970b359b573b9c8fe00eb3615a0af5a3a3cf (patch)
tree32c7dfb603e61f2e32e41abfe1a63a226fabf052 /DEPS
parentf7eb1ddf7852f37b01cdd6e163742e4d135f9b78 (diff)
downloadchromium_src-5636970b359b573b9c8fe00eb3615a0af5a3a3cf.zip
chromium_src-5636970b359b573b9c8fe00eb3615a0af5a3a3cf.tar.gz
chromium_src-5636970b359b573b9c8fe00eb3615a0af5a3a3cf.tar.bz2
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
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS3
1 files changed, 2 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index e69c619..cfee4fc 100644
--- a/DEPS
+++ b/DEPS
@@ -268,7 +268,8 @@ deps_os = {
"/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",
},
}