diff options
-rw-r--r-- | infra/config/recipes.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg index a567b0db1c..6c38944fc1 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -5,17 +5,17 @@ deps { project_id: "build" url: "https://chromium.googlesource.com/chromium/tools/build.git" branch: "master" - revision: "b061208b3f8e9f45d4c436ad19d383dfb0ee5d98" + revision: "33982e022c21a821bfa3e340bde30974e6ffa5fa" } deps { project_id: "depot_tools" url: "https://chromium.googlesource.com/chromium/tools/depot_tools.git" branch: "master" - revision: "b655dbda883a2668433a54166ff1f42cddd13c8e" + revision: "9701c7c16dc3afd5bade605d4c4ac911c2478aa1" } deps { project_id: "recipe_engine" url: "https://chromium.googlesource.com/external/github.com/luci/recipes-py.git" branch: "master" - revision: "24a5bf068cee997aec0c60df51ca81bfa5ac5416" + revision: "799034e5ee1634cf2d88b0a666e0d8ca934cd895" } |