diff options
author | jvoung <jvoung@chromium.org> | 2015-03-30 09:32:46 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-30 16:33:25 +0000 |
commit | 5b765e212deadb4eab31cf0594dbd07bc1979b05 (patch) | |
tree | c2784d72af43a181cba1fd0cbff60baf773dc0e2 /DEPS | |
parent | 697a4e460fd828b489eba4af80c2d4601e756608 (diff) | |
download | chromium_src-5b765e212deadb4eab31cf0594dbd07bc1979b05.zip chromium_src-5b765e212deadb4eab31cf0594dbd07bc1979b05.tar.gz chromium_src-5b765e212deadb4eab31cf0594dbd07bc1979b05.tar.bz2 |
NaCl: Update revision in DEPS, b7793fe -> b96d087
This pulls in the following Native Client changes:
e37b6c6: (jvoung@chromium.org) pnacl-translate: Add sel_universal scripting paths for --pnacl-sb + subzero.
bd9bca3: (dschuff@chromium.org) Disable LLVM's use of strerror_s on Windows
8c9f456: (jvoung@chromium.org) Add pnacl-sz entry to the pnacl_info.json.
07ade96: (dschuff@chromium.org) Update revision for PNaCl
4298dd8: (dschuff@chromium.org) Build the IRT with nacl-clang for x86
71de63b: (jvoung@chromium.org) Fix pnacl_info_template.json. Left out a comma when adding pnacl-sz.
daec51a: (dschuff@chromium.org) Revert of Build the IRT with nacl-clang for x86 (patchset #1 id:1 of https://codereview.chromium.org/1039473002/)
f5a25ba: (jvoung@chromium.org) Add an IRT interface for subzero/compiler to serve_translate_requests.
22bbdeb: (jvoung@chromium.org) PNaCl: Update Subzero revision in pnacl/COMPONENT_REVISIONS
0dcdbf8: (tfarina@chromium.org) Cleanup: Put android's rules.gni in sync with Chromium.
b96d087: (jvoung@chromium.org) Update revision for PNaCl
BUG=none
TEST=browser_tests and nacl_integration
CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_chromium_dbg_32_ng,linux_nacl_sdk_build
(took out linux_arm_compile -- fails w/out patch too)
Review URL: https://codereview.chromium.org/1048573002
Cr-Commit-Position: refs/heads/master@{#322790}
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': 'b7793fedbadcf1c2c10c7f1a2ffb0f41342750ad', + 'nacl_revision': 'b96d087cf73c5669d8c91df0857522ca9117596a', } # Only these hosts are allowed for dependencies in this DEPS file. |