diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-30 22:22:07 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-30 22:22:07 +0000 |
commit | 439764b703a5edd48aa878b86fbd07a117b6a3cc (patch) | |
tree | e2d6b02e2dd58e7dd01effc9311807318883a2a0 /DEPS | |
parent | 0429d943467575406d5fbc3ac859a6e9604d6d0d (diff) | |
download | chromium_src-439764b703a5edd48aa878b86fbd07a117b6a3cc.zip chromium_src-439764b703a5edd48aa878b86fbd07a117b6a3cc.tar.gz chromium_src-439764b703a5edd48aa878b86fbd07a117b6a3cc.tar.bz2 |
Pull seccomp-sandbox in via DEPS rather than using an in-tree copy
This means changes to the sandbox won't have to be committed twice, to
both trees.
BUG=none
TEST=smoke test of running chromium with --enable-seccomp-sandbox
Review URL: http://codereview.chromium.org/3249003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57921 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -21,6 +21,9 @@ deps = { "src/googleurl": "http://google-url.googlecode.com/svn/trunk@145", + "src/sandbox/linux/seccomp": + "http://seccompsandbox.googlecode.com/svn/trunk@91", + "src/sdch/open-vcdiff": "http://open-vcdiff.googlecode.com/svn/trunk@28", |