summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DEPS2
-rw-r--r--chrome/DEPS4
2 files changed, 5 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index ddabc8e..3608f23 100644
--- a/DEPS
+++ b/DEPS
@@ -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"
]