diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-14 01:47:15 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-14 01:47:15 +0000 |
commit | c7449c76fc245a817dc1854679d8568860a6c7ba (patch) | |
tree | 0127b7681655d5e9bf661f1d7417ffc54a5daeaf /DEPS | |
parent | 22dbab4ce3397d4f6d8a2f42b7d29b2fdacf5c7d (diff) | |
download | chromium_src-c7449c76fc245a817dc1854679d8568860a6c7ba.zip chromium_src-c7449c76fc245a817dc1854679d8568860a6c7ba.tar.gz chromium_src-c7449c76fc245a817dc1854679d8568860a6c7ba.tar.bz2 |
NaCl: Update revision in DEPS, r10571 -> r10581
This pulls in the following Native Client changes:
r10572: (halyavin) Remove IPlatform::Relinguish since it is no longer used by debug stub.
r10573: (shcherbina) Validator_ragel: don't handle fwait as pseudoprefix in gen_dfa.
r10574: (shcherbina) Validator_ragel: remove fwait-related checks from decoder test.
r10575: (shcherbina) Validator_ragel: disallow fwait pseudoprefix in python implementation of gen_dfa.
r10576: (shcherbina) Validator_ragel: remove commented instruction definitions with fwait pseudoprefix.
r10577: (shcherbina) Validator_ragel: enumerate combinations of legacy prefixes in gen_dfa.py
r10578: (dschuff) When -O0 is specified to the translation step, disable frame pointer elimination
r10579: (dschuff) Disable 3 gdb tests on pnacl
r10580: (mcgrathr) Update ARM toolchain in TOOL_REVISIONS
r10581: (mseaborn) Improve logging in sel_ldr_launcher_base.cc
BUG=none
TEST=nacl_integration
Review URL: https://codereview.chromium.org/11882015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176630 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": "10571", + "nacl_revision": "10581", # 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 |