diff options
| author | markus@chromium.org <markus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-15 22:14:35 +0000 |
|---|---|---|
| committer | markus@chromium.org <markus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-15 22:14:35 +0000 |
| commit | 51043776a6749c69d59feb34199bd2d9fe9cb045 (patch) | |
| tree | 5c87e74a6511f1ae5ca1fea67ebb660fdc40babd /DEPS | |
| parent | 0d342132f1108dca819f7a78654995db5533bf31 (diff) | |
| download | chromium_src-51043776a6749c69d59feb34199bd2d9fe9cb045.zip chromium_src-51043776a6749c69d59feb34199bd2d9fe9cb045.tar.gz chromium_src-51043776a6749c69d59feb34199bd2d9fe9cb045.tar.bz2 | |
Bump the seccomp DEPS. This enables all the necessary features for breakpad
support when the seccomp sandbox is enabled.
N.B. in order to test this, you either need to run an officially released
binary, or you have to build with this ~/.gyp/include.gypi
{
'variables': {
'linux_breakpad': 1,
},
}
In that case, you probably also have to pass the --enable-crash-reporter
command line flag. None of those should be necessary for official releases.
TEST=run with --enable-seccomp-sandbox and open about:crash
BUG=37728
Review URL: http://codereview.chromium.org/3411006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59565 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
| -rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ deps = { (Var("googlecode_url") % "google-url") + "/trunk@145", "src/seccompsandbox": - "http://seccompsandbox.googlecode.com/svn/trunk@91", + "http://seccompsandbox.googlecode.com/svn/trunk@119", "src/sdch/open-vcdiff": (Var("googlecode_url") % "open-vcdiff") + "/trunk@28", |
