diff options
author | jfb <jfb@chromium.org> | 2015-01-31 18:10:42 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-01 02:11:34 +0000 |
commit | 0d141491fc5ee89bb8d48389efd99e677a47110d (patch) | |
tree | b66a76db2cc57c860a28e775160ddd0d62014def /DEPS | |
parent | 43def17e41e0f4a8aa0e5bf134c2182f5555f198 (diff) | |
download | chromium_src-0d141491fc5ee89bb8d48389efd99e677a47110d.zip chromium_src-0d141491fc5ee89bb8d48389efd99e677a47110d.tar.gz chromium_src-0d141491fc5ee89bb8d48389efd99e677a47110d.tar.bz2 |
NaCl: Update revision in DEPS, 58c9abe -> fea15c4
Redo DEPS roll from:
https://codereview.chromium.org/867463008/
Reverted in:
https://codereview.chromium.org/889163003/
Because the hash was improperly abbreviated. This roll has the proper hash.
I'm mildly troubled that all tests passed.
This pulls in the following Native Client changes:
f02226b: (bbudge@chromium.org) Disable mmap_unittest.cc tests on Windows 64 in Debug...
6bc00f6: (dschuff@chromium.org) Update upstream compiler_rt to HEAD and use official git mirror
55d212c: (phosek@chromium.org) Updates the tools Makefile to work with Git
ccc9c66: (shyamsundarr@chromium.org) Add all remaining avx2 instructions except vgather.
9595661: (jfb@chromium.org) Enable -Werror for LLVM build
aa51c35: (pcc@google.com) Disable -flto when compiling nacl_bootstrap_lib.
476c662: (jfb@chromium.org) PNaCl: Update Subzero and LLVM revision in pnacl/COMPONENT_REVISIONS
2f388a0: (dschuff@chromium.org) Enable SCons testing of arm-nacl-clang on the bots
fea15c4: (bbudge@chromium.org) Disable mmap_unittest.cc tests on Windows 64 in Debug...
BUG=none
TEST=browser_tests and nacl_integration
CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_rel_precise32,linux_arm_compile,linux_nacl_sdk_build
R= mseaborn@chromium.org, bradnelson@chromium.org
Review URL: https://codereview.chromium.org/890173002
Cr-Commit-Position: refs/heads/master@{#314077}
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -94,7 +94,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': '58c9abefa29b489e4b40fc581451bdb7d2984372', + 'nacl_revision': 'fea15c4d6f99f61cfbe4f4bf702d278b8243f2a1', } # Only these hosts are allowed for dependencies in this DEPS file. |