diff options
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | chrome/DEPS | 4 |
2 files changed, 5 insertions, 1 deletions
@@ -39,7 +39,7 @@ deps = { "http://v8.googlecode.com/svn/trunk@2901", "src/native_client": - "http://nativeclient.googlecode.com/svn/trunk/src/native_client@730", + "http://nativeclient.googlecode.com/svn/trunk/src/native_client@740", "src/third_party/skia": "http://skia.googlecode.com/svn/trunk@341", diff --git a/chrome/DEPS b/chrome/DEPS index 2519453..d31dcde 100644 --- a/chrome/DEPS +++ b/chrome/DEPS @@ -35,4 +35,8 @@ include_rules = [ # On Linux, the zygote needs to access sandbox headers "+sandbox/linux" + + # NativeClient uses the sandbox. + # TODO(gregoryd): confirm this is really needed. + "+sandbox/linux" ] |