diff options
author | jfb <jfb@chromium.org> | 2015-03-30 16:42:06 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-30 23:42:55 +0000 |
commit | ece940d9c07d9263d0f64bf83cc8db69cb7cc25c (patch) | |
tree | 8684297235add75281e01650d1b08152b0702ad4 | |
parent | d14129cb9c6cdab8aecc4f49ec7ff02d270571ef (diff) | |
download | chromium_src-ece940d9c07d9263d0f64bf83cc8db69cb7cc25c.zip chromium_src-ece940d9c07d9263d0f64bf83cc8db69cb7cc25c.tar.gz chromium_src-ece940d9c07d9263d0f64bf83cc8db69cb7cc25c.tar.bz2 |
NaCl: Update revision in DEPS, b96d087 -> 21fcf74
This pulls in the following Native Client changes:
6840217: (stichnot@chromium.org) Add Subzero to x86-32 specbot testing.
3bfd5b6: (jfb@chromium.org) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS
465702e: (stichnot@chromium.org) Add a Subzero configuration to LLVM testsuite bot testing. x86-32 only.
32f01ae: (jfb@chromium.org) Update revision for PNaCl
559a834: (jfb@chromium.org) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS
ab23c75: (tfarina@chromium.org) tools/gn/bin: Remove stale .sha1 files for downloading GN binaries.
21fcf74: (mtrofin@chromium.org) Renamed AllowNonStableBitcode to SetNonStableBitcodeIfAllowed
Changes: https://chromium.googlesource.com/native_client/src/native_client/+log/b96d087cf73c5669d8c91df0857522ca9117596a..21fcf74d38f5e16d579c4c113050194119f3b29c
TEST=browser_tests and nacl_integration
CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_chromium_dbg_32_ng,linux_nacl_sdk_build
R= dschuff@chromium.org
Review URL: https://codereview.chromium.org/1044013002
Cr-Commit-Position: refs/heads/master@{#322910}
-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': 'b96d087cf73c5669d8c91df0857522ca9117596a', + 'nacl_revision': '21fcf74d38f5e16d579c4c113050194119f3b29c', } # Only these hosts are allowed for dependencies in this DEPS file. |