diff options
author | jln@chromium.org <jln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-17 18:02:14 +0000 |
---|---|---|
committer | jln@chromium.org <jln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-17 18:02:14 +0000 |
commit | cbedb8916d60a1cde934787069af01ec271c4a2a (patch) | |
tree | cbb0ee332c907a51292611e00fdda7405ec3e3fd | |
parent | a105a111e443a9c3def4517b9c8a61a9db6c80f5 (diff) | |
download | chromium_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-- | DEPS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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", |