diff options
author | jfb <jfb@chromium.org> | 2015-04-03 02:03:55 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-04-03 09:04:57 +0000 |
commit | 9bca49efc858f871929863ee6e88d80f34fd3c58 (patch) | |
tree | 461254f3c16d9d696552123f920c4f629d98dee8 /DEPS | |
parent | 3ce126726579099e0ed507ed045befbcbcd9b7ad (diff) | |
download | chromium_src-9bca49efc858f871929863ee6e88d80f34fd3c58.zip chromium_src-9bca49efc858f871929863ee6e88d80f34fd3c58.tar.gz chromium_src-9bca49efc858f871929863ee6e88d80f34fd3c58.tar.bz2 |
NaCl: Update revision in DEPS, f905149 -> b734a0c
This pulls in the following Native Client changes:
b9b7436: (sbc@chromium.org) Switch minidump_generator from ComponentLibrary to NaClSdkLibrary
0378e36: (stichnot@chromium.org) Update revision for PNaCl
18cb4d1: (dschuff@chromium.org) Build a separate compiler_rt for nacl-clang
57e1d74: (stichnot@chromium.org) Add sandboxed pnacl-sz translator tests to the bots.
6e8a60c: (dschuff@chromium.org) Update revision for PNaCl
3bf463b: (stichnot@chromium.org) Silence ccache-induced warnings about unused arguments.
0f4d9e4: (jfb@chromium.org) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS
e1a7d33: (dschuff@chromium.org) PNaCl: Update compiler-rt revision in pnacl/COMPONENT_REVISIONS
9c06b16: (jfb@chromium.org) Build JSBackend
bb47d66: (dschuff@chromium.org) PNaCl: Update compiler-rt revision in pnacl/COMPONENT_REVISIONS
b734a0c: (jfb@chromium.org) Update revision for PNaCl
Changes: https://chromium.googlesource.com/native_client/src/native_client/+log/f905149157d3d1796488c2753e6aa6a01b307868..b734a0c6aebc97691f5f3c8e04ff2f33392de7c2
TBR= dschuff@chromium.org, bradnelson@chromium.org
BUG=none
TEST=browser_tests and nacl_integration
CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_chromium_dbg_32_ng,linux_nacl_sdk_build
Review URL: https://codereview.chromium.org/1058193003
Cr-Commit-Position: refs/heads/master@{#323715}
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': 'f905149157d3d1796488c2753e6aa6a01b307868', + 'nacl_revision': 'b734a0c6aebc97691f5f3c8e04ff2f33392de7c2', } # Only these hosts are allowed for dependencies in this DEPS file. |