NaCl: Update revision in DEPS, r13018 -> r13091
commit4c18d2130354e006eed0ad82d8c36868b200ae40
authormseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 29 Apr 2014 14:00:10 +0000 (29 14:00 +0000)
committermseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 29 Apr 2014 14:00:10 +0000 (29 14:00 +0000)
treea7c5e7bf3ec80873037d4bbfde70db16c118c9be
parent8c30f244a25049ce337e84b75364947eff587f73
NaCl: Update revision in DEPS, r13018 -> r13091

This pulls in the following Native Client changes:

r13019: (dyen) Added temporary code to clean out old toolchain directories.
r13020: (noelallen) Roll bionic
r13021: (dyen) Added pinned toolchain revision files using the new revision pin scheme.
r13022: (dschuff) Update WINVER to 0x602 in NaCl
r13023: (sbc) Fix stat.st_mode bits reported by win32 sel_ldr
r13024: (teravest) Remove unused NACL_NAME_SERVICE_LIST interface.
r13025: (dyen) Modified gyp toolchain directories so they match the standardized format.
r13026: (dyen) Toolchain bionic build can now output output package files.
r13027: (dyen) Fixed typo in toolchain bionic build.
r13028: (jvoung) Remove nosys references from spec2k harness.
r13029: (dyen) Fixed a typo in toolchain build bionic.
r13030: (sehr) Make Android sel_ldr build under Darwin
r13031: (dschuff) PNaCl: Update libc++ revision in pnacl/COMPONENT_REVISIONS
r13032: (earthdok) Filter out -fsanitize=memory when building nacl_bootstrap.
r13033: (dyen) Updated deps file so it uses package_version to synchronize toolchains.
r13035: (sbc) Add libdbus-glib and libexif to ARM sysroot image builder.
r13036: (noelallen) Convert (handle, path) MakeTempFile to (path) MakeEmptyFile
r13037: (dyen) Empty toolchain directory no longer causes a failure when running hooks.
r13038: (petarj) [MIPS] Fix build failures with bitcode=1
r13039: (jvoung) PNaCl: Update LLVM and binutils revision in pnacl/COMPONENT_REVISIONS
r13040: (dschuff) pnacl/build.sh: Don't print git revisions before git checkout
r13041: (dschuff) once.py: Cache hashes of file paths within a run
r13042: (kschimpf) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS
r13043: (dyen) Shortened gyp toolchain path to avoid windows path limit.
r13044: (dyen) Fixed an issue with package_version setting a custom toolchain package.
r13045: (mseaborn) TLS: Reduce the cost of getting the thread pointer by one jump on x86-64
r13046: (jfb) Make package_version.py executable
r13047: (dyen) Added getrevision command to package_version.py.
r13048: (jfb) Update pnacl_newlib.json for PNaCl r13013->r13042
r13049: (jvoung) Test validation cache/mmap main nexe w/ mock cache info and fix bug.
r13050: (jvoung) Remove "PackageCheck" from pnacl/scripts (the check for texinfo, etc.).
r13051: (jfb) PNaCl: Test support for GCC/LLVM vector extensions
r13052: (mseaborn) PNaCl: Only define __nacl_read_tp() on architectures that need it
r13053: (noelallen) Roll bionic
r13054: (dyen) Move back to build_pnacl.sh version of the PNaCl toolchain to distribute.
r13055: (dschuff) Generate biased bitcode using the same triple everywhere
r13056: (dyen) Made sure buildbot_pnacl.sh uses native python to escape cygwin on win32.
r13057: (bradnelson) Switching DEPS to use googlecode_url variable.
r13058: (bradnelson) Fix DEPS typo.
r13059: (noelallen) Roll bionic to get libc_stubs.c cleanup.
r13060: (noelallen) Roll to office bionic build.
r13061: (mseaborn) Unsandboxed IRT: Fix some warnings from -Wextra
r13062: (dyen) Pinned pnacl_newlib toolchain and pnacl_translator to revision 13060.
r13063: (dschuff) Use toolchain_build for PNaCl FYI bots instead of build.sh
r13064: (dyen) Added better logging package_version.py when syncing.
r13065: (mseaborn) PNaCl: Allow targeting Non-SFI Mode for ARM
r13066: (noelallen) Roll Bionic to take in cleanup of g_nacl_irt_syscalls_ptr
r13067: (dyen) As a safety precaution, delete output package file before extraction.
r13068: (jvoung) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS
r13069: (jfb) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS
r13070: (noelallen) Roll bionic
r13071: (jfb) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS
r13072: (jfb) PNaCl LLVM tests: fix known failures for vector tests
r13073: (dyen) Updated PNaCl tool revision update script to use package_version.
r13074: (jfb) Update revision for PNaCl r13060->r13072
r13075: (petarj) [MIPS] Update the toolchain build script
r13076: (mcgrathr) toolchain_build: Make arm-nacl-gdb and i686-nacl-gdb aliases
r13078: (dyen) toolchain_build should only upload what we will download for (arm).
r13079: (mcgrathr) Update tools_rev in DEPS
r13081: (mcgrathr) toolchain_build: Update EXPAT library
r13082: (mcgrathr) toolchain_build: Update GMP library
r13083: (jvoung) Change PNaCl --noirt use of rosegment-gap to something bigger.
r13084: (dschuff) Add relocate.o to libs_support_native build in toolchain_build_pnacl.py
r13086: (jvoung) Build test prereqs on pnacl FYI bots early, instead of relying on each suite.
r13087: (mcgrathr) toolchain_build: Generate a series file with the patches
r13088: (jvoung) Fix for 13086 -- build pre-reqs explicitly in other pnacl buildbot script.
r13089: (dyen) Reverted gyp and DEPS rules to use old toolchain tars.
r13091: (dyen) download_toolchains no longer delete old toolchain directories.

BUG=none
TEST=browser_tests and nacl_integration
R=bradnelson@chromium.org, bradnelson@google.com

Review URL: https://codereview.chromium.org/260103003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266870 0039d316-1c4b-4281-b951-d872f2087c98
DEPS