diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-26 19:06:39 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-26 19:06:39 +0000 |
commit | dd0f2ea850843e3cd3450effe8192682c941186c (patch) | |
tree | 4d4285b8107a0ebc4c867f50932152ea3965fc80 /DEPS | |
parent | 067c943f2a94dfe13c17cb5190cb2c0fae0dda06 (diff) | |
download | chromium_src-dd0f2ea850843e3cd3450effe8192682c941186c.zip chromium_src-dd0f2ea850843e3cd3450effe8192682c941186c.tar.gz chromium_src-dd0f2ea850843e3cd3450effe8192682c941186c.tar.bz2 |
NaCl: Update revision in DEPS, r10867 -> r10891
This pulls in the following Native Client changes:
r10868: (kschimpf) Use generated baseline decoders for ARM table:
r10869: (mcgrathr) Clear MMX state on trusted->untrusted transition
r10870: (kschimpf) Use generated baseline decoders for ARM table:
r10871: (kschimpf) Remove passing in generate actual decoders classes to use in build file.
r10872: (mseaborn) Thread suspension: Unwind register state during x86-64 TLS fast path syscalls
r10873: (mcgrathr) Update chrome_rev to 183877
r10875: (krasin) Add test for the seccomp filter used in sel_ldr_seccomp.
r10876: (shcherbina) Validator_ragel: minor additions to gen_dfa.py.
r10877: (shcherbina) Validator_ragel: implement sanity check for printed operand sources and add missing ones.
r10878: (shcherbina) Validator_ragel: get rid of misleading segment register references in def format.
r10879: (shcherbina) Validator_ragel: remove segment register references from gen_dfa.py and documentation.
r10880: (shcherbina) Validator_ragel: ignore operands when necessary in gen_dfa.py.
r10881: (shcherbina) Validator_ragel: @not_prefix actions in gen_dfa.py.
r10882: (shcherbina) Validator_ragel: add missing amd64 annotations to instruction definitions.
r10883: (mcgrathr) Update glibc and newlib revisions
r10884: (kschimpf) Fix naming of generated baseline classes.
r10885: (kschimpf) Add comparing uses in ARM actual verses baseline decoder tests.
r10886: (kschimpf) Use generated baseline decoders for ARM table:
r10887: (kschimpf) Use generated baseline decoders for ARM table:
r10888: (kschimpf) Use generated baseline decoders for ARM table:
r10889: (kschimpf) Use generated baseline decoders for ARM table:
r10890: (kschimpf) Use generated baseline decoders for ARM table:
r10891: (mcgrathr) Fix x86 toolchain build on Mac
BUG=none
TEST=nacl_integration
Review URL: https://codereview.chromium.org/12319087
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184681 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": "10867", + "nacl_revision": "10891", # 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 |