Roll recipe dependencies (trivial).

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

The build that created this CL was
https://ci.chromium.org/b/8779998595766746721

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/4dfbc0a3a9d6a8865925ce287e161433ecc19b74
  4dfbc0a (jojwang@google.com)
      Add superproject got_revisions.

infra:
https://chromium.googlesource.com/infra/infra.git/+log/0f58de5250fa9a499e23c4db437000787c83ece7~..0552f9f29ee9b07d1b5d16491c69cbcb7013593f
  0f58de5 (jojwang@google.com)
      Remove infra's gcloud deps from infra_superproject.
  0552f9f (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll chromiumos/config from 9dafe12759d6 to 2f355751e248 (1 rev...

Please check the following references for more information:
- autoroller, https://chromium.googlesource.com/infra/luci/recipes-py/+/main/doc/workflow.md#autoroller
- rollback, https://chromium.googlesource.com/infra/luci/recipes-py/+/main/doc/workflow.md#rollback
- cross-repo dependencies, https://chromium.googlesource.com/infra/luci/recipes-py/+/main/doc/cross_repo.md

Use https://goo.gl/noib3a to file a bug.

R=gbeaty@chromium.org

Recipe-Tryjob-Bypass-Reason: Autoroller
Ignore-Freeze: Autoroller
Bugdroid-Send-Email: False
Change-Id: I39c8abbf46871c7eb0dee5b435fc1a6e6ea065c5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/4571603
Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
1 file changed
tree: cba5de41ca9b7e4b4ab54740072db7ae58560778
  1. hook-scripts/
  2. infra/
  3. recipes/
  4. scripts/
  5. .gitattributes
  6. .gitignore
  7. .style.yapf
  8. .vpython
  9. .vpython3
  10. .yapfignore
  11. codereview.settings
  12. DEPS
  13. LICENSE
  14. OWNERS
  15. PRESUBMIT.py
  16. PRESUBMIT_test.py
  17. README.md
  18. WATCHLISTS
README.md

Recipes

If you're here to make a change to ‘recipes’ (the code located in the recipes directory), please take a look at the README for more information pertaining to recipes.

Style

The preferred style is PEP8 with two-space indent; that is, the Chromium Python style. Functions use lowercase_with_underscores, with the exception of the special functions RunSteps and RunTests in recipes. Use yapf (git cl format --no-clang-format) to autoformat new code.