From 6ebf1157c8e96e205872470cc1d22a1dcb8d2afb Mon Sep 17 00:00:00 2001 From: recipe-roller Date: Wed, 2 Oct 2019 12:15:54 -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/beadb7584b9086527329b8054230344de88d1873 Revert "[futures:examples/background_helper] Speculatively switch to os._exit" (tandrii@google.com) TBR=borenet@google.com Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Ia26af8c1e3b086295fe729715753d0fa704df1b8 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/245716 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 e4b7d3b0ff..9a3f12744a 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -14,12 +14,12 @@ "deps": { "depot_tools": { "branch": "master", - "revision": "6b4c2a88f36eba12106e899b19c54c7b1d51b793", + "revision": "6154fb127e5cb4d9e7acfcabf2551566ad66f5cc", "url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git" }, "recipe_engine": { "branch": "master", - "revision": "39baf65a40b3d08e7cd414493fe607eaf18637d0", + "revision": "beadb7584b9086527329b8054230344de88d1873", "url": "https://chromium.googlesource.com/infra/luci/recipes-py.git" } },