From ae82dec4aebe6889c398f1a7ddf14e32675cb267 Mon Sep 17 00:00:00 2001 From: "markus@chromium.org" Date: Thu, 21 Oct 2010 01:47:04 +0000 Subject: Pull in a newer version of the seccomp sandbox. Among other things, this gives us access to fdatasync(), which is needed by SQLite. This is the second attempt to submit this changelist the original one was at http://codereview.chromium.org/3842004/show It turns out we ran into both a gyp bug (failure to track dependencies for assembly files) and into a bug in the seccomp sandbox that broke compilation in release mode (http://codereview.chromium.org/3898005/show). BUG=59420 TEST=build Chrome and run with --enable-seccomp-sandbox Review URL: http://codereview.chromium.org/3908006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63312 0039d316-1c4b-4281-b951-d872f2087c98 --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 1389e87..db6c6bc 100644 --- a/DEPS +++ b/DEPS @@ -25,7 +25,7 @@ deps = { (Var("googlecode_url") % "google-url") + "/trunk@147", "src/seccompsandbox": - "http://seccompsandbox.googlecode.com/svn/trunk@119", + "http://seccompsandbox.googlecode.com/svn/trunk@141", "src/sdch/open-vcdiff": (Var("googlecode_url") % "open-vcdiff") + "/trunk@28", -- cgit v1.1