Commit e72fa36e by angle-autoroll Committed by Commit Bot

Roll Chromium from 518c3462c0a9 to fff9d6fb8ddf (568 revisions)

https://chromium.googlesource.com/chromium/src.git/+log/518c3462c0a9..fff9d6fb8ddf 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/9afdbde777..4ff4105cd8 * testing: https://chromium.googlesource.com/chromium/src/testing/+log/af6ff0bdef..504fae9f10 * third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/{catapult_..1fbada9f29 * third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/1039f6ca14..cb17bc6028 * third_party/r8: 9JovxpDv8ZqFl60_eHo4hT-Ez0CelcMCoM9Cv5UJMz4C..gXyBDv_fM87KnLcxvF5AGV5lwnm-JXIALYH8zrzdoaMC * third_party/zlib: https://chromium.googlesource.com/chromium/src/third_party/zlib/+log/eb9ce8c993..618ddecd59 * tools/clang: https://chromium.googlesource.com/chromium/src/tools/clang.git/+log/dbcffda598..e76c8f17cf * tools/luci-go: git_revision:91769f0e2541d15de294dfc780205e98b49f7431..git_revision:1b50bbe2f93441dd227ad6e6684fa9be4ab0dec2 * tools/luci-go: git_revision:91769f0e2541d15de294dfc780205e98b49f7431..git_revision:1b50bbe2f93441dd227ad6e6684fa9be4ab0dec2 * tools/luci-go: git_revision:91769f0e2541d15de294dfc780205e98b49f7431..git_revision:1b50bbe2f93441dd227ad6e6684fa9be4ab0dec2 * tools/mb: https://chromium.googlesource.com/chromium/src/tools/mb/+log/d9766067a3..df10bb0bf8 * tools/skia_goldctl/linux: UV02xIZDvNaCcrummY2Hd5zNO4S7F3pl_ZatqFmeRboC..EWfIod1MP71b48GlHnS5Rv9JpBzeTRQ6viIPDfFUSFEC * tools/skia_goldctl/mac: aG3drSoyskf8FOxdSDXo_p3ub85yK9mX_DmXJa605cUC..5o7ziB6qRrSdtYJwKop8-5OFmvVQcxuNkGY1DRYggMsC * tools/skia_goldctl/win: OB_O_MOYSLYScAVrzlIsc9a0JIf54AiYzG1WNNSCtyIC..O2WsBEJgyjTsib6LvzoNqqXwfSylJFfTRxEKYr-IsocC No update to Clang. Bug: None Tbr: timvp@google.com Change-Id: I70f2c157f5165905a9d3aca98dfccb7768b87d0e Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2885448 Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
parent 2ba3763e
...@@ -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': '518c3462c0a98e8a24c89c9fcf72202555a7172f', 'chromium_revision': 'fff9d6fb8ddf35413e0dec3f87be23eea188a309',
# 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': '98fd7ff368b6f03ad93dc1ebf9e1c5635071f73b', 'catapult_revision': '1fbada9f29bc96a2c09248c01b91e6fe44279fcc',
# 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:91769f0e2541d15de294dfc780205e98b49f7431', 'luci_go': 'git_revision:1b50bbe2f93441dd227ad6e6684fa9be4ab0dec2',
# 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@9afdbde77726f4a93e35c274dd0291c034ab86a8', 'url': '{chromium_git}/chromium/src/build.git@4ff4105cd868fb28100b596f7c20d34199789e51',
'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@af6ff0bdefa6bb895634f9bb6ca602ba85dbe352', 'url': '{chromium_git}/chromium/src/testing@504fae9f10770caa5692c8655de23683b78505e6',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -315,7 +315,7 @@ deps = { ...@@ -315,7 +315,7 @@ deps = {
}, },
'third_party/depot_tools': { 'third_party/depot_tools': {
'url': '{chromium_git}/chromium/tools/depot_tools.git@1039f6ca14dda6ff3f145bbcd38db643665cd43e', 'url': '{chromium_git}/chromium/tools/depot_tools.git@cb17bc602880062ea728a78449fb87d778791dc2',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -457,7 +457,7 @@ deps = { ...@@ -457,7 +457,7 @@ deps = {
'packages': [ 'packages': [
{ {
'package': 'chromium/third_party/r8', 'package': 'chromium/third_party/r8',
'version': '9JovxpDv8ZqFl60_eHo4hT-Ez0CelcMCoM9Cv5UJMz4C', 'version': 'gXyBDv_fM87KnLcxvF5AGV5lwnm-JXIALYH8zrzdoaMC',
}, },
], ],
'condition': 'checkout_android and not build_with_chromium', 'condition': 'checkout_android and not build_with_chromium',
...@@ -504,7 +504,7 @@ deps = { ...@@ -504,7 +504,7 @@ deps = {
}, },
'third_party/zlib': { 'third_party/zlib': {
'url': '{chromium_git}/chromium/src/third_party/zlib@eb9ce8c993117f27ea0e5bccc0f2fee2a5323066', 'url': '{chromium_git}/chromium/src/third_party/zlib@618ddecd59c3083cac13610c94a429f9f2d7c63d',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -514,7 +514,7 @@ deps = { ...@@ -514,7 +514,7 @@ deps = {
}, },
'tools/clang': { 'tools/clang': {
'url': '{chromium_git}/chromium/src/tools/clang.git@dbcffda598a4956fc34be5e9e3021998fa8c358f', 'url': '{chromium_git}/chromium/src/tools/clang.git@e76c8f17cf2833813d671674cd89f01f3a21e851',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -549,7 +549,7 @@ deps = { ...@@ -549,7 +549,7 @@ deps = {
}, },
'tools/mb': { 'tools/mb': {
'url': '{chromium_git}/chromium/src/tools/mb@d9766067a3bb8e3d6e94bc0444702e73670ccab4', 'url': '{chromium_git}/chromium/src/tools/mb@df10bb0bf85a2d80140e16332f69ff5e3a9196dd',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -572,7 +572,7 @@ deps = { ...@@ -572,7 +572,7 @@ deps = {
'packages': [ 'packages': [
{ {
'package': 'skia/tools/goldctl/linux-amd64', 'package': 'skia/tools/goldctl/linux-amd64',
'version': 'UV02xIZDvNaCcrummY2Hd5zNO4S7F3pl_ZatqFmeRboC', 'version': 'EWfIod1MP71b48GlHnS5Rv9JpBzeTRQ6viIPDfFUSFEC',
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
...@@ -583,7 +583,7 @@ deps = { ...@@ -583,7 +583,7 @@ deps = {
'packages': [ 'packages': [
{ {
'package': 'skia/tools/goldctl/windows-amd64', 'package': 'skia/tools/goldctl/windows-amd64',
'version': 'OB_O_MOYSLYScAVrzlIsc9a0JIf54AiYzG1WNNSCtyIC', 'version': 'O2WsBEJgyjTsib6LvzoNqqXwfSylJFfTRxEKYr-IsocC',
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
...@@ -594,7 +594,7 @@ deps = { ...@@ -594,7 +594,7 @@ deps = {
'packages': [ 'packages': [
{ {
'package': 'skia/tools/goldctl/mac-amd64', 'package': 'skia/tools/goldctl/mac-amd64',
'version': 'aG3drSoyskf8FOxdSDXo_p3ub85yK9mX_DmXJa605cUC', 'version': '5o7ziB6qRrSdtYJwKop8-5OFmvVQcxuNkGY1DRYggMsC',
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
"infra/specs/waterfalls.pyl": "infra/specs/waterfalls.pyl":
"47c2f121c522b88f0c973803bff72ed8", "47c2f121c522b88f0c973803bff72ed8",
"testing/buildbot/generate_buildbot_json.py": "testing/buildbot/generate_buildbot_json.py":
"c04d166b1cee26a4db52c1b1613c8462", "1e81e9c9e086c49b14ba038a49e4bab9",
"testing/buildbot/mixins.pyl": "testing/buildbot/mixins.pyl":
"740f76768734c647dac0e1fa1c16835d" "eade5b84f1cc68ed7c9e67637c6515b9"
} }
\ No newline at end of file
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