Commit f6e983b8 by angle-autoroll Committed by Commit Bot

Roll Chromium from 78d150eb2790 to edbb6564c87b (486 revisions)

https://chromium.googlesource.com/chromium/src.git/+log/78d150eb2790..edbb6564c87b 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/4317485981..6186e428fc * testing: https://chromium.googlesource.com/chromium/src/testing/+log/ddb20d82f3..1c37217884 * tools/clang: https://chromium.googlesource.com/chromium/src/tools/clang.git/+log/f513a0bef6..c5290b5af7 * tools/memory: https://chromium.googlesource.com/chromium/src/tools/memory/+log/ee1e244813..f685c086bd No update to Clang. Bug: angleproject:5124 Tbr: timvp@google.com Change-Id: I853a2ef9421337c2d345a082c053aff24d23fdaa Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2451603Reviewed-by: 's avatarangle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
parent 08142700
...@@ -28,7 +28,7 @@ vars = { ...@@ -28,7 +28,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': '78d150eb2790d43fb6314deb51f9053b926c347a', 'chromium_revision': 'edbb6564c87bdb24603792c6f66275bde02d5eb3',
# 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,
...@@ -108,7 +108,7 @@ vars = { ...@@ -108,7 +108,7 @@ vars = {
deps = { deps = {
'build': { 'build': {
'url': '{chromium_git}/chromium/src/build.git@431748598128cb192fbcc55486c4177d8ea00108', 'url': '{chromium_git}/chromium/src/build.git@6186e428fcd10faba1ce4c1728be654470e9ee95',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -118,7 +118,7 @@ deps = { ...@@ -118,7 +118,7 @@ deps = {
}, },
'testing': { 'testing': {
'url': '{chromium_git}/chromium/src/testing@ddb20d82f3a2e0cc70fbf75d428da9c09dfb3d02', 'url': '{chromium_git}/chromium/src/testing@1c3721788447a2b52f0ac353057642cf28cf16d6',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -279,7 +279,7 @@ deps = { ...@@ -279,7 +279,7 @@ deps = {
}, },
'tools/clang': { 'tools/clang': {
'url': '{chromium_git}/chromium/src/tools/clang.git@f513a0bef645e51aa34690f665a9d4d396142f5b', 'url': '{chromium_git}/chromium/src/tools/clang.git@c5290b5af7a91dd8aea12021107a62a21b2c9818',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -324,7 +324,7 @@ deps = { ...@@ -324,7 +324,7 @@ deps = {
}, },
'tools/memory': { 'tools/memory': {
'url': '{chromium_git}/chromium/src/tools/memory@ee1e2448132431e7519c2a72ff612e079f13a9d6', 'url': '{chromium_git}/chromium/src/tools/memory@f685c086bde38d670a7a3b30ebe1a076d404c140',
'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