From 14d69cdda04dc2ccff71941a2b8e6ef45d938502 Mon Sep 17 00:00:00 2001 From: recipe-roller Date: Thu, 30 May 2019 15:24:06 -0700 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/e634bbd816e69976845479453d01a96d78ab2593 Add back windows 32bit support. (iannucci@chromium.org) TBR=borenet@google.com Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I830a37480233cddc81a3895b36d838fd202a6bc7 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/217257 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 6df2b7224a..9eb31a07c1 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -14,12 +14,12 @@ "deps": { "depot_tools": { "branch": "master", - "revision": "3acbc749e4a60ea817bd7bd1c6b8115861ac344f", + "revision": "bad01ad3adaaa017b780f020d85a1e3b34f89c98", "url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git" }, "recipe_engine": { "branch": "master", - "revision": "57101cd8c0028985759fb381f064ee77b3e0adbc", + "revision": "e634bbd816e69976845479453d01a96d78ab2593", "url": "https://chromium.googlesource.com/infra/luci/recipes-py.git" } },