summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjln@chromium.org <jln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-17 18:02:14 +0000
committerjln@chromium.org <jln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-17 18:02:14 +0000
commitcbedb8916d60a1cde934787069af01ec271c4a2a (patch)
treecbb0ee332c907a51292611e00fdda7405ec3e3fd
parenta105a111e443a9c3def4517b9c8a61a9db6c80f5 (diff)
downloadchromium_src-cbedb8916d60a1cde934787069af01ec271c4a2a.zip
chromium_src-cbedb8916d60a1cde934787069af01ec271c4a2a.tar.gz
chromium_src-cbedb8916d60a1cde934787069af01ec271c4a2a.tar.bz2
Add sandbox/linux/seccomp-legacy to the DEPS file
This is part 1 of a move of /seccompsandbox to /sandbox/linux/seccomp-legacy. We simply add the later without removing the former for now. BUG= TEST= NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10786037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147040 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--DEPS3
1 files changed, 3 insertions, 0 deletions
diff --git a/DEPS b/DEPS
index 4e15327..ea7f97a 100644
--- a/DEPS
+++ b/DEPS
@@ -77,6 +77,9 @@ deps = {
"src/seccompsandbox":
(Var("googlecode_url") % "seccompsandbox") + "/trunk@186",
+ "src/sandbox/linux/seccomp-legacy":
+ (Var("googlecode_url") % "seccompsandbox") + "/trunk@186",
+
"src/sdch/open-vcdiff":
(Var("googlecode_url") % "open-vcdiff") + "/trunk@42",