Commit 48640e2e by angle-autoroll Committed by Commit Bot

Roll Chromium from 3b747dab7bb3 to 9b886afc6e79 (485 revisions)

https://chromium.googlesource.com/chromium/src.git/+log/3b747dab7bb3..9b886afc6e79 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 timvp@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/00d8280637..c81ea93291 * buildtools: https://chromium.googlesource.com/chromium/src/buildtools.git/+log/b0912f9572..20b1d0fc13 * testing: https://chromium.googlesource.com/chromium/src/testing/+log/32fdfcc5af..31a90015dd * third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/{catapult_..a532699d20 * third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/5ab2f3314c..cd152033d0 * third_party/zlib: https://chromium.googlesource.com/chromium/src/third_party/zlib/+log/2b99b37874..5ce08a7f2e * tools/luci-go: git_revision:808e8d99fad90d180286ce6d176de6373a5e1398..git_revision:bbac8f199026d706b08e53ca46d1a9560ae580d2 * tools/luci-go: git_revision:808e8d99fad90d180286ce6d176de6373a5e1398..git_revision:bbac8f199026d706b08e53ca46d1a9560ae580d2 * tools/luci-go: git_revision:808e8d99fad90d180286ce6d176de6373a5e1398..git_revision:bbac8f199026d706b08e53ca46d1a9560ae580d2 * tools/skia_goldctl/linux: 6gOkUwwapS1GyCkAQb7-gPiKnvzdUOyDzkT4NzmnYJEC..BLHYEUi0wOYe5D_InWXtD8US7l_PMOrKHLuKt16L46QC * tools/skia_goldctl/mac: 43qoaMWgldhQiaXzcCNggSSWDmZQTNrK0cGEt5yysgsC..qofjOtuSqFXnMKjZ9c7c-oVh9HeWjGW4h4F3y-vrfEkC * tools/skia_goldctl/win: oodEEBUIHfKw18_-31PAsu3SFiLqvtsFDgbn6ohK5R4C..P9wyIW02W7EqtyT9cZJj6g0HOcjRHAhN5KECwmhgRjUC No update to Clang. Bug: None Tbr: timvp@google.com Change-Id: Iedbaff423759a2752c3c341a3abb6b08424515e0 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2899842 Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
parent 1af7caa4
...@@ -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': '3b747dab7bb30dfb39dcf76d1d7ad62f3ded7a76', 'chromium_revision': '9b886afc6e7921e41d47194179785146555ec879',
# 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': 'affd272f9ee374467307e6b5af1f0c3f1b0c16e8', 'catapult_revision': 'a532699d20b76c97dbb0b00e60849dc1e4b2e935',
# 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:808e8d99fad90d180286ce6d176de6373a5e1398', 'luci_go': 'git_revision:bbac8f199026d706b08e53ca46d1a9560ae580d2',
# 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,12 +112,12 @@ vars = { ...@@ -112,12 +112,12 @@ vars = {
deps = { deps = {
'build': { 'build': {
'url': '{chromium_git}/chromium/src/build.git@00d82806379a0b64f29a103a3bbeaf0e6c4ceea1', 'url': '{chromium_git}/chromium/src/build.git@c81ea932910009ab8b785ff4a2728a2b3952a5f3',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
'buildtools': { 'buildtools': {
'url': '{chromium_git}/chromium/src/buildtools.git@b0912f95729164d4881525e9355f5019d31ea01b', 'url': '{chromium_git}/chromium/src/buildtools.git@20b1d0fc13ebaa263a1248f08814f523a86e6bed',
'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@32fdfcc5af1878172638aa51acfe53b465a19bac', 'url': '{chromium_git}/chromium/src/testing@31a90015ddd2082b1ce8269962603fa244da9c7a',
'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@5ab2f3314cfc45bdc4957fd2a760fd1f8e96ec90', 'url': '{chromium_git}/chromium/tools/depot_tools.git@cd152033d0a33281e28848a551c7a39e93e91e49',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -509,7 +509,7 @@ deps = { ...@@ -509,7 +509,7 @@ deps = {
}, },
'third_party/zlib': { 'third_party/zlib': {
'url': '{chromium_git}/chromium/src/third_party/zlib@2b99b378749fa2a1957c1580fdd7cd0cd3bd2e49', 'url': '{chromium_git}/chromium/src/third_party/zlib@5ce08a7f2e45fd8e38bbfb7fa3d1e83495187b86',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -582,7 +582,7 @@ deps = { ...@@ -582,7 +582,7 @@ deps = {
'packages': [ 'packages': [
{ {
'package': 'skia/tools/goldctl/linux-amd64', 'package': 'skia/tools/goldctl/linux-amd64',
'version': '6gOkUwwapS1GyCkAQb7-gPiKnvzdUOyDzkT4NzmnYJEC', 'version': 'BLHYEUi0wOYe5D_InWXtD8US7l_PMOrKHLuKt16L46QC',
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
...@@ -593,7 +593,7 @@ deps = { ...@@ -593,7 +593,7 @@ deps = {
'packages': [ 'packages': [
{ {
'package': 'skia/tools/goldctl/windows-amd64', 'package': 'skia/tools/goldctl/windows-amd64',
'version': 'oodEEBUIHfKw18_-31PAsu3SFiLqvtsFDgbn6ohK5R4C', 'version': 'P9wyIW02W7EqtyT9cZJj6g0HOcjRHAhN5KECwmhgRjUC',
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
...@@ -604,7 +604,7 @@ deps = { ...@@ -604,7 +604,7 @@ deps = {
'packages': [ 'packages': [
{ {
'package': 'skia/tools/goldctl/mac-amd64', 'package': 'skia/tools/goldctl/mac-amd64',
'version': '43qoaMWgldhQiaXzcCNggSSWDmZQTNrK0cGEt5yysgsC', 'version': 'qofjOtuSqFXnMKjZ9c7c-oVh9HeWjGW4h4F3y-vrfEkC',
}, },
], ],
'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