diff options
author | mseaborn <mseaborn@chromium.org> | 2015-05-04 11:05:33 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-05-04 18:05:57 +0000 |
commit | 06b37d88372e54e9bbde76a0b6fc7e2176e22397 (patch) | |
tree | a27aa12b99e9fa1c9f53e632166ccaacc67ad53f /DEPS | |
parent | 9e748a2ffec614022292978e38be2dbafe0b154c (diff) | |
download | chromium_src-06b37d88372e54e9bbde76a0b6fc7e2176e22397.zip chromium_src-06b37d88372e54e9bbde76a0b6fc7e2176e22397.tar.gz chromium_src-06b37d88372e54e9bbde76a0b6fc7e2176e22397.tar.bz2 |
NaCl: Update revision in DEPS, 660eb1e -> 204c16e
This pulls in the following Native Client changes:
43660b1: (mcgrathr@chromium.org) toolchain_build: Fiddle libgcc and glibc builds closer to final form
3417a1f: (sbc@chromium.org) Convert ancient REAME.html to README.md
307afa0: (mcgrathr@chromium.org) Add --interp-prefix switch to elf_loader
caa6b1c: (jvoung@chromium.org) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS
61e5a82: (mcgrathr@chromium.org) Make thread_test pthread_mutex_unlock test POSIX-compliant
2d9d188: (dpranke@chromium.org) Fix a missing dependency discovered when component builds were enabled.
38471ea: (mcgrathr@chromium.org) Deploy nacl_arm_glibc toolchain
7fd234e: (jvoung@chromium.org) Remove NACL_SECURE_SERVICE_LOG. The log reaping is now done by sel_main_chrome.
299746f: (ncbray@chromium.org) Remove tools.gyp.
3ad99c5: (mcgrathr@chromium.org) Make thread_test other pthread_mutex_unlock test POSIX-compliant
1e0beae: (sbc@chromium.org) Add PTHREAD_RWLOCK_INITIALIZER to newlib pthread.h
bf544c2: (dschuff@chromium.org) PNaCl: Update compiler-rt revision in pnacl/COMPONENT_REVISIONS
911586c: (mcgrathr@chromium.org) Test nacl_arm_glibc on toolchain bot
5b04f37: (dschuff@chromium.org) Add g++ multilib package to list of packages for building x86-32 on Trusty
2192146: (mcgrathr@chromium.org) Teach run.py about nacl_arm_glibc
de514f1: (mcgrathr@chromium.org) Make environment_variables test ignore LD_LIBRARY_PATH for glibc
204c16e: (jvoung@chromium.org) PNaCl: Update Subzero revision in pnacl/COMPONENT_REVISIONS
Changes: https://chromium.googlesource.com/native_client/src/native_client/+log/660eb1e1c91349b53f0d60bbf9a92e31f4cf4e1d..204c16e32f507f0d68d60397a2c16839e242b4c7
BUG=none
TEST=browser_tests and nacl_integration
CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_chromium_dbg_32_ng,linux_arm_compile,linux_nacl_sdk_build
Review URL: https://codereview.chromium.org/1116123004
Cr-Commit-Position: refs/heads/master@{#328149}
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': '660eb1e1c91349b53f0d60bbf9a92e31f4cf4e1d', + 'nacl_revision': '204c16e32f507f0d68d60397a2c16839e242b4c7', } # Only these hosts are allowed for dependencies in this DEPS file. |