Skip to content

Commit

Permalink
Roll Depot Tools from 0b943400a459 to a51863b2f826 (1 revision)
Browse files Browse the repository at this point in the history
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/0b943400a459..a51863b2f826

2023-10-12 asvitkine@chromium.org Fix missing \n in an error message.

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/depot-tools-chromium-autoroll
Please CC ajp@google.com,aravindvasudev@google.com,gavinmak@google.com,sokcevic@chromium.org 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 report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md

Bug: None
Tbr: ajp@google.com,aravindvasudev@google.com,gavinmak@google.com,sokcevic@chromium.org
Change-Id: I7f75f0a167422adcfd63f8d3b1e44834a4d4bfd8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4937052
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1209097}
  • Loading branch information
chromium-autoroll authored and Chromium LUCI CQ committed Oct 12, 2023
1 parent 41044a1 commit f992354
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -1298,7 +1298,7 @@ deps = {
},

'src/third_party/depot_tools':
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '0b943400a45966122a123c27f4f290ab309d893a',
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'a51863b2f82626587641543b60f249431c48d1ec',

'src/third_party/devtools-frontend/src':
Var('chromium_git') + '/devtools/devtools-frontend' + '@' + Var('devtools_frontend_revision'),
Expand Down
2 changes: 1 addition & 1 deletion third_party/depot_tools
Submodule depot_tools updated from 0b9434 to a51863

0 comments on commit f992354

Please sign in to comment.