diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-10 22:21:53 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-10 22:21:53 +0000 |
commit | 22c915f6aa08dcc7cfba0f61e9b5fa97c4f9ec19 (patch) | |
tree | 13df55e01cbdca79216666b20cbb475816301eeb /DEPS | |
parent | 2c4d75ca9211a2dd2d477d0c6cc17868d5ef15e6 (diff) | |
download | chromium_src-22c915f6aa08dcc7cfba0f61e9b5fa97c4f9ec19.zip chromium_src-22c915f6aa08dcc7cfba0f61e9b5fa97c4f9ec19.tar.gz chromium_src-22c915f6aa08dcc7cfba0f61e9b5fa97c4f9ec19.tar.bz2 |
NaCl: Update revision in DEPS, r10560 -> r10568
This pulls in the following Native Client changes:
r10561: (shcherbina) Validator_ragel: properly disable direct_emulation for gen_dfa_test.
r10562: (khim) Disable instructions with fwait "prefix" in validator
r10563: (halyavin) Speed up debug stub test by using TCP_NODELAY socket option.
r10564: (jfb) ARM: Remove orphan code.
r10565: (mcgrathr) toolchain_build: Install license and other doc files into share/doc/...
r10566: (shcherbina) Validator_ragel: remove instruction definitions containing fwait pseudoprefix.
r10567: (shcherbina) Validator testing: remove unnecessary nops.
r10568: (mseaborn) Stop disabling building of partly_invalid.nexe in a corner case
BUG=none
TEST=nacl_integration
Review URL: https://codereview.chromium.org/11778110
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176174 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ vars = { "chromium_git": "https://chromium.googlesource.com", "chromiumos_git": "https://chromium.googlesource.com/chromiumos", "swig_revision": "69281", - "nacl_revision": "10560", + "nacl_revision": "10568", # After changing nacl_revision, run 'glient sync' and check native_client/DEPS # to update other nacl_*_revision's. "nacl_tools_revision": "10001", # native_client/DEPS: tools_rev |