Roll recipe dependencies (trivial).

This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (depot_tools) into this repository.

depot_tools:
1bd4ffa295~..493faf16216e7375a51be0139645969d93895520
  1bd4ffa (linxinan@google.com)
      Remove wait-for-merge from gerrit client tool
  493faf1 (linxinan@google.com)
      Add new API to update files by gerrit module

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.

R=borenet@google.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: Id6a42f64d028aa078b48d8e63d28358653b31fd6
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/433756
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
This commit is contained in:
recipe-roller 2021-07-27 18:50:50 -07:00 committed by SkCQ
parent 2527fd0b8d
commit 77292ac4a1
2 changed files with 5 additions and 5 deletions

View File

@ -503,10 +503,10 @@ Run the DM test.
&mdash; **def [RunSteps](/infra/bots/recipe_modules/vars/examples/full.py#15)(api):** &mdash; **def [RunSteps](/infra/bots/recipe_modules/vars/examples/full.py#15)(api):**
[depot_tools/recipe_modules/bot_update]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/d9798a68c455be96b8f80e1c5c6401ccf8696340/recipes/README.recipes.md#recipe_modules-bot_update [depot_tools/recipe_modules/bot_update]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/493faf16216e7375a51be0139645969d93895520/recipes/README.recipes.md#recipe_modules-bot_update
[depot_tools/recipe_modules/gclient]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/d9798a68c455be96b8f80e1c5c6401ccf8696340/recipes/README.recipes.md#recipe_modules-gclient [depot_tools/recipe_modules/gclient]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/493faf16216e7375a51be0139645969d93895520/recipes/README.recipes.md#recipe_modules-gclient
[depot_tools/recipe_modules/git]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/d9798a68c455be96b8f80e1c5c6401ccf8696340/recipes/README.recipes.md#recipe_modules-git [depot_tools/recipe_modules/git]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/493faf16216e7375a51be0139645969d93895520/recipes/README.recipes.md#recipe_modules-git
[depot_tools/recipe_modules/tryserver]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/d9798a68c455be96b8f80e1c5c6401ccf8696340/recipes/README.recipes.md#recipe_modules-tryserver [depot_tools/recipe_modules/tryserver]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/493faf16216e7375a51be0139645969d93895520/recipes/README.recipes.md#recipe_modules-tryserver
[recipe_engine/recipe_modules/context]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/b26ca6d25250558db80f05c8a515fea2c00b0a2a/README.recipes.md#recipe_modules-context [recipe_engine/recipe_modules/context]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/b26ca6d25250558db80f05c8a515fea2c00b0a2a/README.recipes.md#recipe_modules-context
[recipe_engine/recipe_modules/file]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/b26ca6d25250558db80f05c8a515fea2c00b0a2a/README.recipes.md#recipe_modules-file [recipe_engine/recipe_modules/file]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/b26ca6d25250558db80f05c8a515fea2c00b0a2a/README.recipes.md#recipe_modules-file
[recipe_engine/recipe_modules/json]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/b26ca6d25250558db80f05c8a515fea2c00b0a2a/README.recipes.md#recipe_modules-json [recipe_engine/recipe_modules/json]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/b26ca6d25250558db80f05c8a515fea2c00b0a2a/README.recipes.md#recipe_modules-json

View File

@ -14,7 +14,7 @@
"deps": { "deps": {
"depot_tools": { "depot_tools": {
"branch": "master", "branch": "master",
"revision": "d9798a68c455be96b8f80e1c5c6401ccf8696340", "revision": "493faf16216e7375a51be0139645969d93895520",
"url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git" "url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git"
}, },
"recipe_engine": { "recipe_engine": {