summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authordavemoore@chromium.org <davemoore@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-21 01:56:16 +0000
committerdavemoore@chromium.org <davemoore@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-21 01:56:16 +0000
commit391e5b2fabe51f6403f54a1924f7194bf7067677 (patch)
tree3c155161fc147cf0da446fcc5c76a78e3467c389 /DEPS
parentae82dec4aebe6889c398f1a7ddf14e32675cb267 (diff)
downloadchromium_src-391e5b2fabe51f6403f54a1924f7194bf7067677.zip
chromium_src-391e5b2fabe51f6403f54a1924f7194bf7067677.tar.gz
chromium_src-391e5b2fabe51f6403f54a1924f7194bf7067677.tar.bz2
Revert 63312 - 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 TBR=markus@chromium.org Review URL: http://codereview.chromium.org/3995004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63313 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 db6c6bc..1389e87 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@141",
+ "http://seccompsandbox.googlecode.com/svn/trunk@119",
"src/sdch/open-vcdiff":
(Var("googlecode_url") % "open-vcdiff") + "/trunk@28",