Commit d677330f by angle-autoroll Committed by Commit Bot

Roll Chromium from fa63f1264116 to d163fd7c6905 (388 revisions)

https://chromium.googlesource.com/chromium/src.git/+log/fa63f1264116..d163fd7c6905 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 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/d6803e2773..ac7b73c91d * buildtools: https://chromium.googlesource.com/chromium/src/buildtools.git/+log/fe293b0f5a..80d14c91e9 * testing: https://chromium.googlesource.com/chromium/src/testing/+log/8e668d627a..cadb271846 * third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/{catapult_..832539cc4d * third_party/zlib: https://chromium.googlesource.com/chromium/src/third_party/zlib/+log/bf44340d1b..348acca950 * tools/clang: https://chromium.googlesource.com/chromium/src/tools/clang.git/+log/6cf138ce6f..bf8c8f36a1 No update to Clang. Bug: None Tbr: ynovikov@google.com Change-Id: I881cf7ed23e21bf7bc61093c0aa78bdb49c90af4 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2714189Reviewed-by: 's avatarangle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
parent 1a70e5a0
...@@ -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': 'fa63f1264116c28b62f2d211eed98ad592d8fac1', 'chromium_revision': 'd163fd7c6905e456501aba914a24c20b62b4c6dc',
# 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,
...@@ -76,17 +76,17 @@ vars = { ...@@ -76,17 +76,17 @@ vars = {
deps = { deps = {
'build': { 'build': {
'url': '{chromium_git}/chromium/src/build.git@d6803e2773f7ecf64dc908afc6626531a2eb72ed', 'url': '{chromium_git}/chromium/src/build.git@ac7b73c91d0a8d8f59b8aea088aeba554b108e23',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
'buildtools': { 'buildtools': {
'url': '{chromium_git}/chromium/src/buildtools.git@fe293b0f5a00752cb8d7d8e85717a8b2d8fb66ed', 'url': '{chromium_git}/chromium/src/buildtools.git@80d14c91e9cf416cdd4faba4b9265191fd6f5a5b',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
'testing': { 'testing': {
'url': '{chromium_git}/chromium/src/testing@8e668d627a9fcca785e45f45353fc47296b6f861', 'url': '{chromium_git}/chromium/src/testing@cadb271846622d4e933b0606379d3fcb448423b7',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -216,12 +216,12 @@ deps = { ...@@ -216,12 +216,12 @@ deps = {
}, },
'third_party/zlib': { 'third_party/zlib': {
'url': '{chromium_git}/chromium/src/third_party/zlib@bf44340d1b6be1af8950bbdf664fec0cf5a831cc', 'url': '{chromium_git}/chromium/src/third_party/zlib@348acca950b1d6de784a954f4fda0952046c652c',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
'tools/clang': { 'tools/clang': {
'url': '{chromium_git}/chromium/src/tools/clang.git@6cf138ce6f581c771ddcefe2fd57e17ea7ec7f88', 'url': '{chromium_git}/chromium/src/tools/clang.git@bf8c8f36a153859f0c9f33235814feae8243f501',
'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