From cc4520387305a773484fa9ab785770fbf7206524 Mon Sep 17 00:00:00 2001 From: recipe-roller Date: Tue, 21 Jan 2020 11:05:38 -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/4ca9794b2e5b9fc85fd080bf5c19fa2d0f22cc3d [resultdb] Wait for tasks to complete (nodir@chromium.org) TBR=borenet@google.com Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I8ea4e2bf04dd69f7ae5646402a5895a0a72f47c8 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/265576 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 8c1fc33821..ad17600156 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -14,12 +14,12 @@ "deps": { "depot_tools": { "branch": "master", - "revision": "8effa4d0637c83d2e8cd5869c90ced50cdf3c099", + "revision": "d339e36642df06f0e26f9a5143ce044bf9376b72", "url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git" }, "recipe_engine": { "branch": "master", - "revision": "ec5140c30b91e961996b5bd690b8c27f01dd9c56", + "revision": "4ca9794b2e5b9fc85fd080bf5c19fa2d0f22cc3d", "url": "https://chromium.googlesource.com/infra/luci/recipes-py.git" } },