diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-12 23:42:15 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-12 23:42:15 +0000 |
commit | 42409438348fb41e43e1504a25ed55f87b259130 (patch) | |
tree | 5c4991b8154c969b96415395a0ae45954857165d /DEPS | |
parent | 7251f51285a6105eed2fb4aa230b413141a5cb5b (diff) | |
download | chromium_src-42409438348fb41e43e1504a25ed55f87b259130.zip chromium_src-42409438348fb41e43e1504a25ed55f87b259130.tar.gz chromium_src-42409438348fb41e43e1504a25ed55f87b259130.tar.bz2 |
NaCl: Update revision in DEPS, r6904 -> r6909
This pulls in the following Native Client changes:
r6905: (bsy) fast syscall path for get_tls syscall on x86-64.
r6906: (bsy) allow the NACLVERBOSITY environment variable to be passed to untrusted code.
r6907: (mcgrathr) Update x86 toolchain DEPS to 6899
r6908: (ncbray) Revert 6899, broke ARM bots - but the breakage was masked by other failiures.
r6909: (pdox) Some adjustments to the driver and SCons to make the scons glibc tests work with PNaCl.
BUG=none
TEST=nacl_integration
Review URL: http://codereview.chromium.org/8242020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105200 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ vars = { "webkit_revision": "97301", "chromium_git": "http://git.chromium.org/git", "swig_revision": "69281", - "nacl_revision": "6904", + "nacl_revision": "6909", # After changing nacl_revision, run 'glient sync' and check native_client/DEPS # to update other nacl_*_revision's. # TODO(brettw) We should use the "From" syntax to avoid hardcoding the |