diff options
author | sgurun <sgurun@chromium.org> | 2016-01-20 17:30:09 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-01-21 01:31:06 +0000 |
commit | 38b5efd43f39caec997e343801e3ae712d4c67ad (patch) | |
tree | 4a9091ed81ce216be13b00d7d4273a268784faff | |
parent | 9c5316f760f7dda9409eb91a59ed42f8cd1d6523 (diff) | |
download | chromium_src-38b5efd43f39caec997e343801e3ae712d4c67ad.zip chromium_src-38b5efd43f39caec997e343801e3ae712d4c67ad.tar.gz chromium_src-38b5efd43f39caec997e343801e3ae712d4c67ad.tar.bz2 |
Revert of NaCl: Update revision in DEPS, 26c7e6a -> d8cbca8 (patchset #1 id:1 of https://codereview.chromium.org/1601743010/ )
Reason for revert:
due to build break in https://build.chromium.org/p/chromium.win/waterfall?builder=Win%20x64%20Builder%20(dbg)
Original issue's description:
> NaCl: Update revision in DEPS, 26c7e6a -> d8cbca8
>
> This pulls in the following Native Client changes:
>
> 95163bf: (stichnot@chromium.org) Update revision for PNaCl
> abee7c9: (petarj@mips.com) PNaCl: Update llvm revision in pnacl/COMPONENT_REVISIONS
> b44e8dc: (petarj@mips.com) [MIPS] Make $t8 point to the address of TLS pointers
> 11ff949: (thakis@chromium.org) clang/win: Fix -Wsign-compare warning in platform_impl.cc
> f39aa44: (mseaborn@chromium.org) PNaCl: Update llvm revision in pnacl/COMPONENT_REVISIONS: add ConvertToPSO
> aebc3c4: (mcgrathr@chromium.org) Update chrome_rev
> c4c237c: (erikchen@chromium.org) Back dynamic text regions with a Mach memory region.
> 6c30fab: (sbc@chromium.org) untrusted.gypi: Remove support for old gcc newlib toolchain
> dd69634: (stichnot@chromium.org) Subzero: Add pnacl-translate support for Subzero+NonSFI+x8632.
> 2d5bba1: (dschuff@chromium.org) [PNaCl Toolchain] Use static libc++ from Chrome toolchain on Mac
> bdd3ffa: (dschuff@chromium.org) Revert of [PNaCl Toolchain] Use static libc++ from Chrome toolchain on Mac (patchset #2 id:20001 of https://codereview.chromium.org/1586243003/ )
> a52204c: (dschuff@chromium.org) Revert of [PNaCl toolchain] Stop building and using custom libc++ for OSX hosts (patchset #2 id:20001 of https://codereview.chromium.org/1572753002/ )
> 7f31837: (dschuff@chromium.org) PNaCl toolchain: Add 'nostdinc++' to build of host tools against libc++
> d8cbca8: (dschuff@chromium.org) Update revision for PNaCl
>
> Changes: https://chromium.googlesource.com/native_client/src/native_client/+log/26c7e6ae1327a43c948f4666fef9e84fe351ab7c..d8cbca85d544fd5d1469a8017bbf4d9136bfff5e
>
> BUG=none
> TEST=browser_tests and nacl_integration
> CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_chromium_dbg_32_ng,linux_nacl_sdk_build
>
> Committed: https://crrev.com/e5443f9b47b2474bebc8989b35b0182bfc191c89
> Cr-Commit-Position: refs/heads/master@{#370548}
TBR=mseaborn@chromium.org,dschuff@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=none
Review URL: https://codereview.chromium.org/1611663003
Cr-Commit-Position: refs/heads/master@{#370558}
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,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': 'd8cbca85d544fd5d1469a8017bbf4d9136bfff5e', + 'nacl_revision': '26c7e6ae1327a43c948f4666fef9e84fe351ab7c', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling dEQP # and whatever else without interference from each other. |