diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-02 00:14:09 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-02 00:14:09 +0000 |
commit | ef712d2fffed85083fe6599339ad71e2dda53c43 (patch) | |
tree | d9798315137d3bd28f6ffc64bc9720f9c4d02895 /DEPS | |
parent | ce9ee47685deedb3db8936cdd18f6463f8e75633 (diff) | |
download | chromium_src-ef712d2fffed85083fe6599339ad71e2dda53c43.zip chromium_src-ef712d2fffed85083fe6599339ad71e2dda53c43.tar.gz chromium_src-ef712d2fffed85083fe6599339ad71e2dda53c43.tar.bz2 |
NaCl: Update revision in DEPS, r10912 -> r10926
This pulls in the following Native Client changes:
r10913: (mark) Mac: speed up fault handling by 250% (x86-32) and 175% (x86-64).
r10914: (kschimpf) Remove approximately 700 lines of dead code from the ARM validator.
r10915: (dschuff) Support ll files in pnacl-translate
r10916: (mcgrathr) toolchain_build: Update binutils and gcc revisions
r10917: (shcherbina) Validator_ragel: steps towards XMM support in gen_dfa.py.
r10918: (shcherbina) Validator_ragel: add 2-bit operand support to gen_dfa.py.
r10919: (mark) Mac: support trusted_performance_test.
r10920: (mark) Mac x86_32: speed up thread creation by 115%.
r10921: (mcgrathr) toolchain_build: Update gcc revision
r10922: (shcherbina) Validator_ragel: add/fix validator-specific actions in gen_dfa.py.
r10923: (shcherbina) Validator_ragel: improve output of compare_dfa.py.
r10924: (halyavin) Update gdb revision.
r10925: (shcherbina) Validator_ragel: temporarily reverse order of operands in gen_dfa.py.
r10926: (khim) Check superinstructions with validator itself
BUG=none
TEST=nacl_integration
Review URL: https://codereview.chromium.org/12378042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185628 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": "10912", + "nacl_revision": "10926", # 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 |