summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-18 02:50:58 +0000
committerbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-18 02:50:58 +0000
commitc31df6877d7b45075decbe97da47d6c783de62ed (patch)
treee107b25a16b324bb5397b3c4bfdb57d6f22e04bb /chrome
parentd0693f5bb06999807e2b02b8646788f6f65c7ef7 (diff)
downloadchromium_src-c31df6877d7b45075decbe97da47d6c783de62ed.zip
chromium_src-c31df6877d7b45075decbe97da47d6c783de62ed.tar.gz
chromium_src-c31df6877d7b45075decbe97da47d6c783de62ed.tar.bz2
Pulling in newer nacl.
BUG=None TEST=None TBR=gregoryd Review URL: http://codereview.chromium.org/211021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26542 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/DEPS4
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"
]