diff options
Diffstat (limited to 'chrome/DEPS')
-rw-r--r-- | chrome/DEPS | 4 |
1 files changed, 4 insertions, 0 deletions
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" ] |