diff options
author | markus@chromium.org <markus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-19 05:10:06 +0000 |
---|---|---|
committer | markus@chromium.org <markus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-19 05:10:06 +0000 |
commit | 8ddd7ce7e564f9153c5b8c53ce99a0666a735507 (patch) | |
tree | d6861b2399a832cb1c225574027b4e2dc52d9dc5 | |
parent | 7df2dce0eff8466ba16f2b8f0773269ecdd1a3ae (diff) | |
download | chromium_src-8ddd7ce7e564f9153c5b8c53ce99a0666a735507.zip chromium_src-8ddd7ce7e564f9153c5b8c53ce99a0666a735507.tar.gz chromium_src-8ddd7ce7e564f9153c5b8c53ce99a0666a735507.tar.bz2 |
Rolling forward the dependencies for the seccomp sandbox to fix yet another
issue that triggers a warning in clang.
Review URL: http://codereview.chromium.org/7684001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97426 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ deps = { (Var("googlecode_url") % "google-url") + "/trunk@159", "src/seccompsandbox": - (Var("googlecode_url") % "seccompsandbox") + "/trunk@167", + (Var("googlecode_url") % "seccompsandbox") + "/trunk@168", "src/sdch/open-vcdiff": (Var("googlecode_url") % "open-vcdiff") + "/trunk@28", |