From f30e75e73dce6e1832a703fd8ad76f2082dea768 Mon Sep 17 00:00:00 2001 From: recipe-roller Date: Mon, 10 Jun 2019 08:05:09 -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. depot_tools: https://crrev.com/26e62df9518bb9a243111ced132ecf6b17510a75 [bb] Roll to d0bb723b (nodir@google.com) recipe_engine: https://crrev.com/4629cdf6803b6ba978f97f6f1ee7b65b37f33acf cq: remove .deps attribute from CLs passed to recipe. (tandrii@chromium.org) TBR=borenet@google.com Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I74cd79288e53db550e6f83f1532b2efdd1d28ce4 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/219916 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 17334b6c6f..256ca3d609 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -14,12 +14,12 @@ "deps": { "depot_tools": { "branch": "master", - "revision": "80de3a4af4b84feb94a2242a30d8b7ecc6f7023f", + "revision": "e30736fb090c7f3cd82efee1fa20f7af11dda5b3", "url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git" }, "recipe_engine": { "branch": "master", - "revision": "a823eb259ca185dd70efbf8abd89e8e785da636b", + "revision": "4629cdf6803b6ba978f97f6f1ee7b65b37f33acf", "url": "https://chromium.googlesource.com/infra/luci/recipes-py.git" } },