From 9238f1a828cbc0110abe931737a7a8bef465683a Mon Sep 17 00:00:00 2001 From: recipe-roller Date: Tue, 26 Nov 2019 16:34:47 -0800 Subject: [PATCH] Roll recipe dependencies (trivial). This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/9aa46f0fd476ce9bba0380209e52ae48b88222a1 [resultdb] Add resultdb protos (nodir@chromium.org) TBR=borenet@google.com Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Ie62687480824a057d0e19cca7ff40f4b9ead1b49 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/256897 Reviewed-by: Recipe Roller Commit-Queue: Recipe Roller --- infra/config/recipes.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg index 251acb8013..5df22ed236 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -14,12 +14,12 @@ "deps": { "depot_tools": { "branch": "master", - "revision": "5e94b80c348b570ccba50a7e68d7b97c614a233e", + "revision": "341d41ba593dcbe4bf4ec222cd7a71bc1f6a94a0", "url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git" }, "recipe_engine": { "branch": "master", - "revision": "1b8cdb3fb0283ac8f93a7ca517b278b1ace51353", + "revision": "9aa46f0fd476ce9bba0380209e52ae48b88222a1", "url": "https://chromium.googlesource.com/infra/luci/recipes-py.git" } },