diff options
author | mseaborn <mseaborn@chromium.org> | 2014-11-14 20:58:02 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-11-15 04:58:22 +0000 |
commit | c2a728a5f5674956269aa5cbedddedcbc54787ef (patch) | |
tree | 02918e2fde27633a794bb28998b8beb8212e53b1 | |
parent | 973c7a164ad3f53d263a5a6bf1fffa662e37a55d (diff) | |
download | chromium_src-c2a728a5f5674956269aa5cbedddedcbc54787ef.zip chromium_src-c2a728a5f5674956269aa5cbedddedcbc54787ef.tar.gz chromium_src-c2a728a5f5674956269aa5cbedddedcbc54787ef.tar.bz2 |
NaCl: Update revision in DEPS, r14087 -> r14093
This pulls in the following Native Client changes:
r14088: (shyamsundarr) speed up trie generation by minimizing subtries in parallel...
r14089: (dyen) Fixed package_version issue constructing a path from a numbered hash.
r14090: (jvoung) Remove COFFMachineModuleInfo from prune test, stop using llvm-nm on finalized BC.
r14091: (jvoung) Fix a few uses of PNaCl --target=arm-unknown-nacl to specify gnueabi too.
r14092: (dyen) Separate out raw and complete packages in toolchain_build_pnacl.
r14093: (ncbray) GN: fix ARM build and make variable names more consistent.
BUG=none
TEST=browser_tests and nacl_integration
CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_rel_precise32,linux_arm_compile,linux_nacl_sdk,linux_chromium_dbg
Review URL: https://codereview.chromium.org/728913002
Cr-Commit-Position: refs/heads/master@{#304356}
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -96,7 +96,7 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling NaCl # and whatever else without interference from each other. - 'nacl_revision': '9b9a20e28a21f326322b2022765a7ff69c0f6743', # from svn revision r14087 + 'nacl_revision': '0a2eb38da5b01f05fb2278365f715b31647876ac', # from svn revision r14093 } # Only these hosts are allowed for dependencies in this DEPS file. |