From 4b30fd8a4ce07ca4b058a5458bc5663c69f45930 Mon Sep 17 00:00:00 2001 From: recipe-roller Date: Wed, 17 May 2017 02:31:28 -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/3b8a0585e3c7390a7c1c339c6b70d042de8f913c [engine] make all ad-hoc steps properly colored (iannucci@chromium.org) TBR=borenet@google.com Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I8e3011f3e90f4c038bfe8e69e0e2f1738724cb18 Reviewed-on: https://skia-review.googlesource.com/17160 Reviewed-by: Recipe Roller Commit-Queue: Recipe Roller --- infra/config/recipes.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg index 7855997492..05acdeaa5d 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -14,17 +14,17 @@ "deps": { "build": { "branch": "master", - "revision": "77009791cb6e257f8decb1e19a29058023893f78", + "revision": "39f4d80563f3bd91aa308eed61a201879613f8e9", "url": "https://chromium.googlesource.com/chromium/tools/build.git" }, "depot_tools": { "branch": "master", - "revision": "110794e9296526387c5021065a4086a5c7222300", + "revision": "4a28cac715bb37782fca641eb8fcd8583b5f1960", "url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git" }, "recipe_engine": { "branch": "master", - "revision": "632d231c826e13b02ade64d77ed2a41e25aa6fb3", + "revision": "3b8a0585e3c7390a7c1c339c6b70d042de8f913c", "url": "https://chromium.googlesource.com/external/github.com/luci/recipes-py.git" } },