aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/skpbench.py
diff options
context:
space:
mode:
authorGravatar Eric Boren <borenet@google.com>2017-05-22 08:35:36 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-05-22 13:08:25 +0000
commitf94514b0ff8eccb2eaef8c77bee8c5f462b83b90 (patch)
tree208fa3043a2858cfc052c6af8a26a04e68868626 /infra/bots/recipes/skpbench.py
parent66f6b1fb48c82505397e8b787f7abc780e8f6029 (diff)
[recipes] Copy file, isolate, swarming, swarming_client from build.git
Rename swarming -> skia_swarming. Some required heavy modification to remove other dependencies on modules in build.git. Expected changes: - RECIPE_MODULE[build::<module>] -> RECIPE_MODULE[skia::<module>] - No more runit; directly run through Python. Bug: skia:6628 Change-Id: I1b1370ed387966222ce10731771dbde9020cf542 Reviewed-on: https://skia-review.googlesource.com/17448 Commit-Queue: Eric Boren <borenet@google.com> Reviewed-by: Ravi Mistry <rmistry@google.com>
Diffstat (limited to 'infra/bots/recipes/skpbench.py')
-rw-r--r--infra/bots/recipes/skpbench.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/bots/recipes/skpbench.py b/infra/bots/recipes/skpbench.py
index 08b60d9b23..1d416f7897 100644
--- a/infra/bots/recipes/skpbench.py
+++ b/infra/bots/recipes/skpbench.py
@@ -10,8 +10,8 @@ import calendar
DEPS = [
- 'build/file',
'core',
+ 'file',
'recipe_engine/context',
'recipe_engine/path',
'recipe_engine/properties',