Commit 4e392ae9 authored by msw's avatar msw Committed by Commit bot

Revert of Roll ANGLE 09cfac6..415f29e (patchset #1 id:1 of...

Revert of Roll ANGLE 09cfac6..415f29e (patchset #1 id:1 of https://codereview.chromium.org/2347683002/ )

Reason for revert:
broke sizes with static initializer:
https://build.chromium.org/p/chromium/builders/Linux%20x64/builds/25612/steps/sizes/logs/stdio
# Static initializers in /b/c/b/linux_clobber/src/out/Release/chrome:
# HINT: To get this list, run tools/linux/dump-static-initializers.py
# HINT: diff against the log from the last run to see what changed
# Compiler.cpp std::ios_base::Init::Init()@plt
# Compiler.cpp std::__ioinit [#includes <iostream>, use <ostream> instead]
# Compiler.cpp __cxa_atexit@plt [registers a dtor to run at exit]
# Compiler.cpp __dso_handle
# Compiler.cpp __init_array_end+0x2520

Original issue's description:
> Roll ANGLE 09cfac6..415f29e
>
> https://chromium.googlesource.com/angle/angle.git/+log/09cfac6..415f29e
>
> BUG=
>
> TBR=geofflang@chromium.org
>
> TEST=bots
>
> CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel
>
> Committed: https://crrev.com/ac2a4e916123d43293eb9d47e31b469045ca068e
> Cr-Commit-Position: refs/heads/master@{#418995}

TBR=geofflang@chromium.org,cwallez@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=

Review-Url: https://codereview.chromium.org/2341613005
Cr-Commit-Position: refs/heads/master@{#419033}
parent b9e58c8a
...@@ -48,7 +48,7 @@ vars = { ...@@ -48,7 +48,7 @@ vars = {
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling ANGLE # the commit queue can handle CLs rolling ANGLE
# and whatever else without interference from each other. # and whatever else without interference from each other.
'angle_revision': '415f29e0cd01a9c93423e1b04b70d42987905929', 'angle_revision': '09cfac606ef5ca64cb657fd03cbc110a44c34fe6',
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling build tools # the commit queue can handle CLs rolling build tools
# and whatever else without interference from each other. # and whatever else without interference from each other.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment