diff options
author | markus@chromium.org <markus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-20 17:54:46 +0000 |
---|---|---|
committer | markus@chromium.org <markus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-20 17:54:46 +0000 |
commit | 178ee0ebbf5d4655a6e752a2321feabc8a6a5213 (patch) | |
tree | 140c5d5dcf786ce922c5cf1b89d9c712fac8f770 /DEPS | |
parent | 9c802aac713f609d59986d7b2af301a069fb9b26 (diff) | |
download | chromium_src-178ee0ebbf5d4655a6e752a2321feabc8a6a5213.zip chromium_src-178ee0ebbf5d4655a6e752a2321feabc8a6a5213.tar.gz chromium_src-178ee0ebbf5d4655a6e752a2321feabc8a6a5213.tar.bz2 |
Rolled forward the DEPS for the seccomp sandbox. This cleans up the code a
bit and in the process makes it compatible with "clang".
BUG=88578
TEST=make test (in the seccomp sandbox)
Review URL: http://codereview.chromium.org/7460003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93219 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ deps = { (Var("googlecode_url") % "google-url") + "/trunk@159", "src/seccompsandbox": - (Var("googlecode_url") % "seccompsandbox") + "/trunk@158", + (Var("googlecode_url") % "seccompsandbox") + "/trunk@160", "src/sdch/open-vcdiff": (Var("googlecode_url") % "open-vcdiff") + "/trunk@28", |