diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-09 02:29:49 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-09 02:29:49 +0000 |
commit | 082d0c0dda35093b58fa06c2a116e5c9e0822342 (patch) | |
tree | 7c6a761e7bfe68f553559b72760e56bc21a16516 /DEPS | |
parent | d36cba48e5d038505c0ad48ef54d734792312a91 (diff) | |
download | chromium_src-082d0c0dda35093b58fa06c2a116e5c9e0822342.zip chromium_src-082d0c0dda35093b58fa06c2a116e5c9e0822342.tar.gz chromium_src-082d0c0dda35093b58fa06c2a116e5c9e0822342.tar.bz2 |
NaCl: Update revision in DEPS, r6641 -> r6668
This pulls in the following Native Client changes:
r6642: (mcgrathr) Update Chrome revision
r6643: (halyavin) Enable browser tests with glibc, part 3
r6644: (sehr) Update utman to get read sandboxing changes.
r6645: (robertm) Make prerequisite building a seperate step in the spec script.
r6646: (ncbray) Clean up build output on the Chrome bots.
r6647: (mcgrathr) Support --whole-archive/--no-whole-archive in pnacl-ld
r6648: (kschimpf) `Move the segment based decoder table generator to its own directory.
r6649: (jasonwkim) Add enum NaClSBKind argument to trusted code for selecting validator kind
r6650: (jasonwkim) commit
r6651: (jasonwkim) Add enum NaClSBKind argument to trusted code for selecting validator kind.
r6652: (jasonwkim) revert 6651
r6653: (pdox) Comment change to trigger rebuild.
r6654: (khim) Remove hack which converted symlinks to hardlinks on Windows.
r6655: (pdox) Give utman the ability to download the subversion LLVM and LLVM-GCC repositories.
r6656: (kschimpf) Turn on using the partial decoder tables for the x86-64 validator. Shrinks
r6657: (jvoung) Pull in newer version of chrome (99948).
r6658: (sehr) Separate ARM trusted toolchain verion from pnacl.
r6659: (mcgrathr) Update toolchain DEPS to 6655
r6660: (mcgrathr) Fix find_toolchain_revisions.py for linux-arm_trusted changes
r6661: (dspringer) Add tar manifest creation to caching logic.
r6662: (bradnelson) Move trybots archive to a separate bucket.
r6663: (robertm) Fixed some string matching bugs in the spec2k run script.
r6664: (jvoung) Update llvm rev for cleanup patch: http://codereview.chromium.org/7841019/
r6665: (pdox) Update merge-tool.sh and other scripts to get new LLVM merging buildbot working.
r6666: (mcgrathr) Fix dependencies in run_whole_archive_test, enable for PNaCl
r6667: (elijahtaylor) Change oprofile processor to allow events from nacl_helper_bootstrap.
r6668: (ncbray) Split building from testing in nacl_integration.
BUG=none
TEST=nacl_integration
Review URL: http://codereview.chromium.org/7841055
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100333 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": "94821", "chromium_git": "http://git.chromium.org/git", "swig_revision": "69281", - "nacl_revision": "6641", + "nacl_revision": "6668", # 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 |