From 3483e5ed29059623dbb49ee1e3b4121c29619a4c Mon Sep 17 00:00:00 2001 From: chromium-internal-autoroll Date: Sun, 19 Mar 2023 06:31:21 +0000 Subject: [PATCH] Roll devtools-internal from 39945b0656e5 to da387810bd78 (1 revision) https://chrome-internal.googlesource.com/devtools/devtools-internal.git/+log/39945b0656e5..da387810bd78 Also rolling transitive DEPS: https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/1da44a7d2fb00e6662e66af0424709c9a018304a..1b3207f942e6bc7264f58fe8afc5ca26fc76cc9d If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/devtools-internal-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.com,liviurau@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/main/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Ied90e9bc6836fbf7adea636aea7d7531c83faefd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4348304 Bot-Commit: chromium-internal-autoroll Commit-Queue: chromium-internal-autoroll Cr-Commit-Position: refs/heads/main@{#1119088} --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 1da8738dde991..7c00e74933a5a 100644 --- a/DEPS +++ b/DEPS @@ -391,7 +391,7 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling devtools-frontend # and whatever else without interference from each other. - 'devtools_frontend_revision': '1da44a7d2fb00e6662e66af0424709c9a018304a', + 'devtools_frontend_revision': '1b3207f942e6bc7264f58fe8afc5ca26fc76cc9d', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libprotobuf-mutator # and whatever else without interference from each other. @@ -1225,7 +1225,7 @@ deps = { Var('chromium_git') + '/devtools/devtools-frontend' + '@' + Var('devtools_frontend_revision'), 'src/third_party/devtools-frontend-internal': { - 'url': Var('chrome_git') + '/devtools/devtools-internal.git' + '@' + '39945b0656e5300434a455f4de3e9deb7b403f45', + 'url': Var('chrome_git') + '/devtools/devtools-internal.git' + '@' + 'da387810bd789902d7cf31095a88990639b357bf', 'condition': 'checkout_src_internal', },