summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authormarkus@chromium.org <markus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-21 01:47:04 +0000
committermarkus@chromium.org <markus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-21 01:47:04 +0000
commitae82dec4aebe6889c398f1a7ddf14e32675cb267 (patch)
tree142e2e37eb69486022fb7a2777bc34fb4d335769 /DEPS
parent06efcf88fa1c9e4f5286495310aedae17c6c8820 (diff)
downloadchromium_src-ae82dec4aebe6889c398f1a7ddf14e32675cb267.zip
chromium_src-ae82dec4aebe6889c398f1a7ddf14e32675cb267.tar.gz
chromium_src-ae82dec4aebe6889c398f1a7ddf14e32675cb267.tar.bz2
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
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
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",