From 0d5ba4e05a9dd4189e1b38294bd608d33f448345 Mon Sep 17 00:00:00 2001 From: angle-autoroll Date: Thu, 29 Sep 2022 07:02:18 +0000 Subject: [PATCH] Roll Chromium from b6105122ebd7 to 5c4a77844a5d (596 revisions) https://chromium.googlesource.com/chromium/src.git/+log/b6105122ebd7..5c4a77844a5d 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 romanl@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry To file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/issues/entry 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/main/autoroll/README.md Changed dependencies * build: https://chromium.googlesource.com/chromium/src/build.git/+log/4f7a8d7266..9868184629 * buildtools: https://chromium.googlesource.com/chromium/src/buildtools.git/+log/f9d0f8488f..133d7cdb35 * buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/71619e734c..11bdb46a42 * testing: https://chromium.googlesource.com/chromium/src/testing/+log/7b6ba87ea3..b1c37f6f10 * third_party/abseil-cpp: https://chromium.googlesource.com/chromium/src/third_party/abseil-cpp/+log/fa30a0badb..751b72a8c1 * third_party/android_deps: https://chromium.googlesource.com/chromium/src/third_party/android_deps/+log/47a0ef5311..e594b95790 * third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/{catapult_..5eb0675d9c * third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/fcf9fc4c36..e3ed6a8e01 * third_party/fuchsia-sdk/sdk: version:9.20220927.1.1..version:9.20220928.2.1 * third_party/r8/d8: xpZ7PmWRng3qxWvJQkt5btj_zJ-3QbBxahH-_MsVX48C..ph4ji7m0nOipD5V48QjtM23WPzpNxYAOFUzDJ6cHBXUC * tools/mb: https://chromium.googlesource.com/chromium/src/tools/mb/+log/6d9f2a7eed..92b729fbc4 * tools/perf: https://chromium.googlesource.com/chromium/src/tools/perf/+log/6886879e42..d88a81a644 No update to Clang. Bug: None Tbr: romanl@google.com Change-Id: I72e08d9867aceabfa7a49e50edb1d93144dd9de2 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3928302 Bot-Commit: angle-autoroll Commit-Queue: angle-autoroll --- DEPS | 24 +++++++++---------- .../Test_spec_JSON.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/DEPS b/DEPS index 42bdfdfa8..3dd61ce61 100644 --- a/DEPS +++ b/DEPS @@ -37,7 +37,7 @@ vars = { 'checkout_android_native_support': 'checkout_android or checkout_chromeos', # Version of Chromium our Chromium-based DEPS are mirrored from. - 'chromium_revision': 'b6105122ebd733c17b06e737817358b8975db226', + 'chromium_revision': '5c4a77844a5d8dbba25362b8ca122e387c462f03', # We never want to checkout chromium, # but need a dummy DEPS entry for the autoroller 'dummy_checkout_chromium': False, @@ -86,7 +86,7 @@ vars = { # the commit queue can handle CLs rolling Fuchsia sdk # and whatever else without interference from each other. - 'fuchsia_version': 'version:9.20220927.1.1', + 'fuchsia_version': 'version:9.20220928.2.1', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling luci-go @@ -126,12 +126,12 @@ vars = { deps = { 'build': { - 'url': '{chromium_git}/chromium/src/build.git@4f7a8d726692762c27650586fe4596b9de5ada43', + 'url': '{chromium_git}/chromium/src/build.git@9868184629470a1ee517073a4218b1742bd9c1f6', 'condition': 'not build_with_chromium', }, 'buildtools': { - 'url': '{chromium_git}/chromium/src/buildtools.git@f9d0f8488f83f4f81139c297d7702006138c1ba6', + 'url': '{chromium_git}/chromium/src/buildtools.git@133d7cdb35bf80c4a17bd4977bfc385ffeb4743d', 'condition': 'not build_with_chromium', }, @@ -163,7 +163,7 @@ deps = { }, 'buildtools/third_party/libc++/trunk': { - 'url': '{chromium_git}/external/github.com/llvm/llvm-project/libcxx.git@71619e734caf944bdc576a70c5ca4830e2723830', + 'url': '{chromium_git}/external/github.com/llvm/llvm-project/libcxx.git@11bdb46a42a9947797fb273821769a59fa2becbb', 'condition': 'not build_with_chromium', }, @@ -189,12 +189,12 @@ deps = { }, 'testing': { - 'url': '{chromium_git}/chromium/src/testing@7b6ba87ea3955509e9c9205c24c7f313e7f41fa0', + 'url': '{chromium_git}/chromium/src/testing@b1c37f6f10f362aa276faf5528e999514a0f7353', 'condition': 'not build_with_chromium', }, 'third_party/abseil-cpp': { - 'url': '{chromium_git}/chromium/src/third_party/abseil-cpp@fa30a0badb7b13a9cfa9c885c21377028487e03a', + 'url': '{chromium_git}/chromium/src/third_party/abseil-cpp@751b72a8c1370f4586f5f726e396262f98f4dcdb', 'condition': 'not build_with_chromium', }, @@ -259,7 +259,7 @@ deps = { }, 'third_party/android_deps': { - 'url': '{chromium_git}/chromium/src/third_party/android_deps@47a0ef5311538ad849a7d3b5b646aa2154dbfb0e', + 'url': '{chromium_git}/chromium/src/third_party/android_deps@e594b95790de4c234092a2410986e3f5bbd6adb0', 'condition': 'checkout_android and not build_with_chromium', }, @@ -362,7 +362,7 @@ deps = { }, 'third_party/depot_tools': { - 'url': '{chromium_git}/chromium/tools/depot_tools.git@fcf9fc4c36d6a3b244fd95fbceaa7b9030e67362', + 'url': '{chromium_git}/chromium/tools/depot_tools.git@e3ed6a8e015bada7f2708d990b5e8c4d01bcf047', 'condition': 'not build_with_chromium', }, @@ -539,7 +539,7 @@ deps = { 'packages': [ { 'package': 'chromium/third_party/r8', - 'version': 'xpZ7PmWRng3qxWvJQkt5btj_zJ-3QbBxahH-_MsVX48C', + 'version': 'ph4ji7m0nOipD5V48QjtM23WPzpNxYAOFUzDJ6cHBXUC', }, ], 'condition': 'checkout_android and not build_with_chromium', @@ -637,7 +637,7 @@ deps = { }, 'tools/mb': { - 'url': '{chromium_git}/chromium/src/tools/mb@6d9f2a7eede9708666d9ad20c06c6990326d5299', + 'url': '{chromium_git}/chromium/src/tools/mb@92b729fbc4fc0c94d6c618e4a4e31c99774a3c34', 'condition': 'not build_with_chromium', }, @@ -652,7 +652,7 @@ deps = { }, 'tools/perf': { - 'url': '{chromium_git}/chromium/src/tools/perf@6886879e4236ff57e2fa156d375be9f29142af17', + 'url': '{chromium_git}/chromium/src/tools/perf@d88a81a644f5f9e42e001a5c9ad0db09f924363b', 'condition': 'not build_with_chromium', }, diff --git a/scripts/code_generation_hashes/Test_spec_JSON.json b/scripts/code_generation_hashes/Test_spec_JSON.json index 01a51d327..a750bb04d 100644 --- a/scripts/code_generation_hashes/Test_spec_JSON.json +++ b/scripts/code_generation_hashes/Test_spec_JSON.json @@ -16,5 +16,5 @@ "testing/buildbot/generate_buildbot_json.py": "1d6e57d43c9957b92dfc03880c69bb92", "testing/buildbot/mixins.pyl": - "ff5a87cd1b11c3a002fce1b95b7ba537" + "aadebb163aa7cf892482a65e2b4072ba" } \ No newline at end of file