From 57d13cbd6bbab360abb61a7dccac02e8ad8b7d1e Mon Sep 17 00:00:00 2001 From: recipe-roller Date: Tue, 15 Jan 2019 14:51:06 -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/2f65b24e319f41a6009c857b1928cb2f7aea9c45 Remove env, unused third party dependencies. (iannucci@chromium.org) TBR=borenet@google.com Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I72208d17411fc188a8e3626e38185854a64c0019 Reviewed-on: https://skia-review.googlesource.com/c/184197 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 c808c281ac..c5fa5cb2d5 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -14,12 +14,12 @@ "deps": { "depot_tools": { "branch": "master", - "revision": "e229a0e3c5f8646cd6c486ea12c9ef28113e91b6", + "revision": "a94e65e63cb45c8390fb6caf41ceea6e7a776b77", "url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git" }, "recipe_engine": { "branch": "master", - "revision": "ad6fe3b8570a2ad3562510e3e563cbf32c01204b", + "revision": "2f65b24e319f41a6009c857b1928cb2f7aea9c45", "url": "https://chromium.googlesource.com/infra/luci/recipes-py.git" } },