Roll recipe dependencies (trivial).

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

build:
  https://crrev.com/0529b1f6c76b9a7fd1b96d347deb379211e2e30a (gbeaty@chromium.org)
    Use led for triggering builds if running an led build.
  https://crrev.com/bda8d63bfb14742bdb85bddad008ae16bcdd79b8 (ddoman@chromium.org)
    [resultdb] doc _wrap_cmd_with_result_adapter() and check param types
fuchsia:
  https://crrev.com/4b4c71cb8e1755d5d4ef59caa1d1df64ee7d4f69 (olivernewman@google.com)
    [auto_roller] Add a message when restoring a CL
  https://crrev.com/52e84c5acc288c17668827ce5f9e93efe8bb0663 (atyfto@google.com)
    [checkout] Skip patching infra/recipes by default

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

TBR=athom@google.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I260946b23813ab2fb862d09c1407cfda04047009
Reviewed-on: https://dart-review.googlesource.com/c/recipes/+/168586
Reviewed-by: Dart CI <dart-luci-ci-builder@dart-ci.iam.gserviceaccount.com>
Commit-Queue: Dart CI <dart-luci-ci-builder@dart-ci.iam.gserviceaccount.com>
diff --git a/README.recipes.md b/README.recipes.md
index b072147..93fcdcf 100644
--- a/README.recipes.md
+++ b/README.recipes.md
@@ -236,7 +236,7 @@
 
 &mdash; **def [RunSteps](/recipes/roller/roll_to_dev.py#38)(api, properties):**
 
-[build/recipe_modules/goma]: https://chromium.googlesource.com/chromium/tools/build.git/+/8bd003418b55e713c1ad5a73942c094f03d6d8ab/recipes/README.recipes.md#recipe_modules-goma
+[build/recipe_modules/goma]: https://chromium.googlesource.com/chromium/tools/build.git/+/bda8d63bfb14742bdb85bddad008ae16bcdd79b8/recipes/README.recipes.md#recipe_modules-goma
 [depot_tools/recipe_modules/bot_update]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/792630c498fc14ec1525e3b85591f96d4326432e/recipes/README.recipes.md#recipe_modules-bot_update
 [depot_tools/recipe_modules/depot_tools]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/792630c498fc14ec1525e3b85591f96d4326432e/recipes/README.recipes.md#recipe_modules-depot_tools
 [depot_tools/recipe_modules/gclient]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/792630c498fc14ec1525e3b85591f96d4326432e/recipes/README.recipes.md#recipe_modules-gclient
@@ -246,7 +246,7 @@
 [depot_tools/recipe_modules/osx_sdk]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/792630c498fc14ec1525e3b85591f96d4326432e/recipes/README.recipes.md#recipe_modules-osx_sdk
 [depot_tools/recipe_modules/presubmit]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/792630c498fc14ec1525e3b85591f96d4326432e/recipes/README.recipes.md#recipe_modules-presubmit
 [depot_tools/recipe_modules/tryserver]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/792630c498fc14ec1525e3b85591f96d4326432e/recipes/README.recipes.md#recipe_modules-tryserver
-[fuchsia/recipe_modules/gerrit]: /+/5d452b05039252c487a36298415c773ae5f564fb/README.recipes.md#recipe_modules-gerrit
+[fuchsia/recipe_modules/gerrit]: /+/52e84c5acc288c17668827ce5f9e93efe8bb0663/README.recipes.md#recipe_modules-gerrit
 [recipe_engine/recipe_modules/buildbucket]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/70514f2891aaac01472c04a498cc724a6f54c7d7/README.recipes.md#recipe_modules-buildbucket
 [recipe_engine/recipe_modules/cipd]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/70514f2891aaac01472c04a498cc724a6f54c7d7/README.recipes.md#recipe_modules-cipd
 [recipe_engine/recipe_modules/context]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/70514f2891aaac01472c04a498cc724a6f54c7d7/README.recipes.md#recipe_modules-context
diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg
index ad55418..d3da098 100644
--- a/infra/config/recipes.cfg
+++ b/infra/config/recipes.cfg
@@ -21,7 +21,7 @@
   "deps": {
     "build": {
       "branch": "refs/heads/master",
-      "revision": "8bd003418b55e713c1ad5a73942c094f03d6d8ab",
+      "revision": "bda8d63bfb14742bdb85bddad008ae16bcdd79b8",
       "url": "https://chromium.googlesource.com/chromium/tools/build.git"
     },
     "depot_tools": {
@@ -31,7 +31,7 @@
     },
     "fuchsia": {
       "branch": "refs/heads/master",
-      "revision": "5d452b05039252c487a36298415c773ae5f564fb",
+      "revision": "52e84c5acc288c17668827ce5f9e93efe8bb0663",
       "url": "https://fuchsia.googlesource.com/infra/recipes.git"
     },
     "recipe_engine": {