Commit 249d7db8 by angle-autoroll Committed by Commit Bot

Roll Chromium from 6aa3b21e53d5 to 45064257f2e6 (278 revisions)

https://chromium.googlesource.com/chromium/src.git/+log/6aa3b21e53d5..45064257f2e6 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 cwallez@google.com,ynovikov@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/99c7b26e2b..206dd80fb5 * testing: https://chromium.googlesource.com/chromium/src/testing/+log/eb69420f5c..a6c7ff6dbc * third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/{catapult_..832539cc4d * tools/luci-go: git_revision:77944aa535e42e29faadf6cfa81aee252807d468..git_revision:fd10124659e991321df2f8a5d3749687b54ceb0a * tools/luci-go: git_revision:77944aa535e42e29faadf6cfa81aee252807d468..git_revision:fd10124659e991321df2f8a5d3749687b54ceb0a * tools/luci-go: git_revision:77944aa535e42e29faadf6cfa81aee252807d468..git_revision:fd10124659e991321df2f8a5d3749687b54ceb0a * tools/mb: https://chromium.googlesource.com/chromium/src/tools/mb/+log/05e6764e8c..dbc1962514 No update to Clang. Bug: angleproject:4483 Tbr: cwallez@google.com,ynovikov@google.com Change-Id: I66df89e1fb2a2c51befa08f3d50b8c1ef24a11a0 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2705678Reviewed-by: 's avatarangle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
parent fd132e4e
...@@ -20,7 +20,7 @@ vars = { ...@@ -20,7 +20,7 @@ vars = {
'checkout_angle_internal': False, 'checkout_angle_internal': False,
# Version of Chromium our Chromium-based DEPS are mirrored from. # Version of Chromium our Chromium-based DEPS are mirrored from.
'chromium_revision': '6aa3b21e53d520fa375522b8746ee5ec83c0497f', 'chromium_revision': '45064257f2e6699c7d5a78a1acdae640ddda5fbc',
# 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,
...@@ -70,13 +70,13 @@ vars = { ...@@ -70,13 +70,13 @@ vars = {
# 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:77944aa535e42e29faadf6cfa81aee252807d468', 'luci_go': 'git_revision:fd10124659e991321df2f8a5d3749687b54ceb0a',
} }
deps = { deps = {
'build': { 'build': {
'url': '{chromium_git}/chromium/src/build.git@99c7b26e2becfd23bf78293746801febb8364f4e', 'url': '{chromium_git}/chromium/src/build.git@206dd80fb52a22cf65e3d2e4bea3d51cb61aefd2',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -86,7 +86,7 @@ deps = { ...@@ -86,7 +86,7 @@ deps = {
}, },
'testing': { 'testing': {
'url': '{chromium_git}/chromium/src/testing@eb69420f5c07838e31fe9961c9a372e203590e2a', 'url': '{chromium_git}/chromium/src/testing@a6c7ff6dbcdda483b03bc16e4479e7e0f0a4efcd',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -256,7 +256,7 @@ deps = { ...@@ -256,7 +256,7 @@ deps = {
}, },
'tools/mb': { 'tools/mb': {
'url': '{chromium_git}/chromium/src/tools/mb@05e6764e8ccc83b101e598b5fcf6b82d23a5859f', 'url': '{chromium_git}/chromium/src/tools/mb@dbc1962514d0e128e3f5b70dada59cb482774bcc',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
......
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