Commit 75b9ac30 by angle-autoroll Committed by Angle LUCI CQ

Roll Chromium from 8023f14612cf to 594a967a8bf8 (310 revisions)

https://chromium.googlesource.com/chromium/src.git/+log/8023f14612cf..594a967a8bf8 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromium-angle-autoroll Please CC jmadill@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Changed dependencies * build: https://chromium.googlesource.com/chromium/src/build.git/+log/3a2af0ac45..195185a687 * testing: https://chromium.googlesource.com/chromium/src/testing/+log/882b1ad904..0519f53328 * third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/{catapult_..53102de187 * third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/6097a92db0..7fc02e848a * third_party/jinja2: https://chromium.googlesource.com/chromium/src/third_party/jinja2/+log/11b6b3e597..6906af9d94 * third_party/zlib: https://chromium.googlesource.com/chromium/src/third_party/zlib/+log/5b8d433953..2865d44621 * tools/clang: https://chromium.googlesource.com/chromium/src/tools/clang.git/+log/b02b99e45d..d663c27435 * tools/luci-go: git_revision:ff0c02e960b17be5a8d02c13afc28373f236a860..git_revision:03ef3f6285cef3766c18a5c7b8cc8c0069eaa2ed * tools/luci-go: git_revision:ff0c02e960b17be5a8d02c13afc28373f236a860..git_revision:03ef3f6285cef3766c18a5c7b8cc8c0069eaa2ed * tools/luci-go: git_revision:ff0c02e960b17be5a8d02c13afc28373f236a860..git_revision:03ef3f6285cef3766c18a5c7b8cc8c0069eaa2ed * tools/mb: https://chromium.googlesource.com/chromium/src/tools/mb/+log/67fb767044..fd0742eeef * tools/skia_goldctl/linux: TV3JKpzwWXfG-NTkaeTjpVEsf8EtzcmW29vd8Rjhy8cC..8A8GVNDvQNly-61PpEBfFpqpG9cscGA9DrHNNoc8tSQC * tools/skia_goldctl/mac: pc3O9jtat8gz4ljL5-dxH01Ocnr0jrR5TgAicVO43_oC..iqXjvpHQMsiYHTsmCxuGGRSb6zp776WuTrwp1k9p_A4C * tools/skia_goldctl/win: 0hsVmGWo4dqGIAWMqMjUS_uehrpjItSxcoAW_DYPdycC..SufM9WryJm4lk56xFxO5xa0VKBqk-rQ7kcVCJl111ecC No update to Clang. Bug: None Tbr: jmadill@google.com Change-Id: I4156196e4c2c28a575f7f38fed903a55a8b615fb Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2914202 Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
parent 91e693af
...@@ -27,7 +27,7 @@ vars = { ...@@ -27,7 +27,7 @@ vars = {
'checkout_android_native_support': 'checkout_android or checkout_chromeos', 'checkout_android_native_support': 'checkout_android or checkout_chromeos',
# Version of Chromium our Chromium-based DEPS are mirrored from. # Version of Chromium our Chromium-based DEPS are mirrored from.
'chromium_revision': '8023f14612cfcbe402d73cae0295700c742b2437', 'chromium_revision': '594a967a8bf88eb1188ce437c81959d9ee06ea5d',
# We never want to checkout chromium, # We never want to checkout chromium,
# but need a dummy DEPS entry for the autoroller # but need a dummy DEPS entry for the autoroller
'dummy_checkout_chromium': False, 'dummy_checkout_chromium': False,
...@@ -72,12 +72,12 @@ vars = { ...@@ -72,12 +72,12 @@ vars = {
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling catapult # the commit queue can handle CLs rolling catapult
# and whatever else without interference from each other. # and whatever else without interference from each other.
'catapult_revision': 'cde766ee8a5ae51c7096dc51da56168f602baf33', 'catapult_revision': '53102de187a48ac2cfc241fef54dcbc29c453a8e',
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling luci-go # the commit queue can handle CLs rolling luci-go
# and whatever else without interference from each other. # and whatever else without interference from each other.
'luci_go': 'git_revision:ff0c02e960b17be5a8d02c13afc28373f236a860', 'luci_go': 'git_revision:03ef3f6285cef3766c18a5c7b8cc8c0069eaa2ed',
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling android_sdk_build-tools_version # the commit queue can handle CLs rolling android_sdk_build-tools_version
...@@ -112,7 +112,7 @@ vars = { ...@@ -112,7 +112,7 @@ vars = {
deps = { deps = {
'build': { 'build': {
'url': '{chromium_git}/chromium/src/build.git@3a2af0ac455b34b80bf5f0e4ecd5197f43833428', 'url': '{chromium_git}/chromium/src/build.git@195185a687113ba7ed875606cb2f331a03235633',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -170,7 +170,7 @@ deps = { ...@@ -170,7 +170,7 @@ deps = {
}, },
'testing': { 'testing': {
'url': '{chromium_git}/chromium/src/testing@882b1ad9041d3f5d00a35334c351aa58eff5760f', 'url': '{chromium_git}/chromium/src/testing@0519f533289acec5693d2def8a654e0d1dabd705',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -320,7 +320,7 @@ deps = { ...@@ -320,7 +320,7 @@ deps = {
}, },
'third_party/depot_tools': { 'third_party/depot_tools': {
'url': '{chromium_git}/chromium/tools/depot_tools.git@6097a92db01433615e08810c2db5fa1e68fb92a7', 'url': '{chromium_git}/chromium/tools/depot_tools.git@7fc02e848aaadc5750286aaac421c2bbe358de36',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -391,7 +391,7 @@ deps = { ...@@ -391,7 +391,7 @@ deps = {
}, },
'third_party/jinja2': { 'third_party/jinja2': {
'url': '{chromium_git}/chromium/src/third_party/jinja2@11b6b3e5971d760bd2d310f77643f55a818a6d25', 'url': '{chromium_git}/chromium/src/third_party/jinja2@6906af9d94ae10e895af4b7d07a34206e8de1424',
'condition': 'checkout_android and not build_with_chromium', 'condition': 'checkout_android and not build_with_chromium',
}, },
...@@ -514,7 +514,7 @@ deps = { ...@@ -514,7 +514,7 @@ deps = {
}, },
'third_party/zlib': { 'third_party/zlib': {
'url': '{chromium_git}/chromium/src/third_party/zlib@5b8d433953beb2a75a755ba321a3076b95f7cdb9', 'url': '{chromium_git}/chromium/src/third_party/zlib@2865d44621369a4d9ce1a7e9cad621ca0594895f',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -524,7 +524,7 @@ deps = { ...@@ -524,7 +524,7 @@ deps = {
}, },
'tools/clang': { 'tools/clang': {
'url': '{chromium_git}/chromium/src/tools/clang.git@b02b99e45d5e95431b3cca7d1e6b93c996df900b', 'url': '{chromium_git}/chromium/src/tools/clang.git@d663c274354764e7eeb74e5566d4c259f1259f12',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -559,7 +559,7 @@ deps = { ...@@ -559,7 +559,7 @@ deps = {
}, },
'tools/mb': { 'tools/mb': {
'url': '{chromium_git}/chromium/src/tools/mb@67fb76704404ce0402775c1fbe65ef1f8821e293', 'url': '{chromium_git}/chromium/src/tools/mb@fd0742eeef91873b741a9b26b17ca662f2bc941c',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -587,7 +587,7 @@ deps = { ...@@ -587,7 +587,7 @@ deps = {
'packages': [ 'packages': [
{ {
'package': 'skia/tools/goldctl/linux-amd64', 'package': 'skia/tools/goldctl/linux-amd64',
'version': 'TV3JKpzwWXfG-NTkaeTjpVEsf8EtzcmW29vd8Rjhy8cC', 'version': '8A8GVNDvQNly-61PpEBfFpqpG9cscGA9DrHNNoc8tSQC',
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
...@@ -598,7 +598,7 @@ deps = { ...@@ -598,7 +598,7 @@ deps = {
'packages': [ 'packages': [
{ {
'package': 'skia/tools/goldctl/windows-amd64', 'package': 'skia/tools/goldctl/windows-amd64',
'version': '0hsVmGWo4dqGIAWMqMjUS_uehrpjItSxcoAW_DYPdycC', 'version': 'SufM9WryJm4lk56xFxO5xa0VKBqk-rQ7kcVCJl111ecC',
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
...@@ -609,7 +609,7 @@ deps = { ...@@ -609,7 +609,7 @@ deps = {
'packages': [ 'packages': [
{ {
'package': 'skia/tools/goldctl/mac-amd64', 'package': 'skia/tools/goldctl/mac-amd64',
'version': 'pc3O9jtat8gz4ljL5-dxH01Ocnr0jrR5TgAicVO43_oC', 'version': 'iqXjvpHQMsiYHTsmCxuGGRSb6zp776WuTrwp1k9p_A4C',
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
......
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