summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-24 19:19:10 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-24 19:19:10 +0000
commit8351a631bdc0aa96983736e114f9c5ca7e08a9c5 (patch)
tree879590892d584d4c47b767813d2ec2e14addb426 /DEPS
parent88ba0c0486edf4a0640ba0044bafc36b70a2b171 (diff)
downloadchromium_src-8351a631bdc0aa96983736e114f9c5ca7e08a9c5.zip
chromium_src-8351a631bdc0aa96983736e114f9c5ca7e08a9c5.tar.gz
chromium_src-8351a631bdc0aa96983736e114f9c5ca7e08a9c5.tar.bz2
Linux: Pull in lss via DEPS instead of relying on svn:externals.
BUG=none TEST=Broken Linux trybots work again. Review URL: http://codereview.chromium.org/3455026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60505 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS3
1 files changed, 3 insertions, 0 deletions
diff --git a/DEPS b/DEPS
index 23fb5be..e69c619 100644
--- a/DEPS
+++ b/DEPS
@@ -266,6 +266,9 @@ deps_os = {
"src/third_party/swig/linux":
"/trunk/deps/third_party/swig/linux@" + Var("swig_revision"),
+
+ "src/third_party/lss":
+ (Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@3",
},
}