diff options
author | recipe-roller <recipe-roller@chromium.org> | 2017-05-13 16:41:32 -0700 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2017-05-14 00:04:18 +0000 |
commit | 7fbc3fca9ca6e421f69744f60949d0b4308cce04 (patch) | |
tree | fe8c4e2adc964b89780ba44c58d8ff8cf62cc3df | |
parent | 60751d7a069fb540aa468068f792fb6f4999832d (diff) |
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/e9c7176184ed588bbf66335e834834496f28cf9c [url] Cleanup, bugfix, step_test_data. (dnj@google.com)
TBR=borenet@google.com
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: Ieb498433b8c6e93c36195327c25cd766d07fe64f
Reviewed-on: https://skia-review.googlesource.com/16838
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
-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 8660170e6f..dfb5c1da1c 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -14,17 +14,17 @@ "deps": { "build": { "branch": "master", - "revision": "586dc56b93325e4b7103399464910a3c3f130866", + "revision": "93247542d86a09bde1a0e5b8b5e8447788aa42c2", "url": "https://chromium.googlesource.com/chromium/tools/build.git" }, "depot_tools": { "branch": "master", - "revision": "ba1ed450433675b55e6c5ce72784e71b59737fb9", + "revision": "58c3c5f2d423e4346f5c546dc396f0a014ce321c", "url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git" }, "recipe_engine": { "branch": "master", - "revision": "0070123d9c8f830d813e6ec1064b9bf24a5b29db", + "revision": "e9c7176184ed588bbf66335e834834496f28cf9c", "url": "https://chromium.googlesource.com/external/github.com/luci/recipes-py.git" } }, |