diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-06 19:15:15 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-06 19:15:15 +0000 |
commit | b93dc1c1723350fe27490599ead6e095fe40b2db (patch) | |
tree | 636d267cd55690d78dcf41eecd0b320a8a4ff374 /DEPS | |
parent | 415cb8b5427702ffb4f28ae61bd50a877ce691fb (diff) | |
download | chromium_src-b93dc1c1723350fe27490599ead6e095fe40b2db.zip chromium_src-b93dc1c1723350fe27490599ead6e095fe40b2db.tar.gz chromium_src-b93dc1c1723350fe27490599ead6e095fe40b2db.tar.bz2 |
Update seccomp DEPS to pick up an addition to my previous fix.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68365 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ deps = { (Var("googlecode_url") % "google-url") + "/trunk@149", "src/seccompsandbox": - (Var("googlecode_url") % "seccompsandbox") + "/trunk@151", + (Var("googlecode_url") % "seccompsandbox") + "/trunk@152", "src/sdch/open-vcdiff": (Var("googlecode_url") % "open-vcdiff") + "/trunk@28", |