| Index: scripts/slave/recipes/skia/swarm_test.py
|
| diff --git a/scripts/slave/recipes/skia/swarm_test.py b/scripts/slave/recipes/skia/swarm_test.py
|
| index 14a524c9444d8e40e416e552bab47e38def6fdca..f66bd7318867c79083f8192e40cb9cbe6b472339 100644
|
| --- a/scripts/slave/recipes/skia/swarm_test.py
|
| +++ b/scripts/slave/recipes/skia/swarm_test.py
|
| @@ -7,6 +7,7 @@
|
|
|
|
|
| DEPS = [
|
| + 'depot_tools/infra_paths',
|
| 'recipe_engine/json',
|
| 'recipe_engine/path',
|
| 'recipe_engine/platform',
|
| @@ -73,9 +74,9 @@ def GenTests(api):
|
| buildnumber=5,
|
| revision='abc123',
|
| swarm_out_dir='[SWARM_OUT_DIR]') +
|
| - api.path.exists(
|
| - api.path['slave_build'].join('skia'),
|
| - api.path['slave_build'].join('tmp', 'uninteresting_hashes.txt')
|
| + api.infra_paths.exists(
|
| + api.infra_paths['slave_build'].join('skia'),
|
| + api.infra_paths['slave_build'].join('tmp', 'uninteresting_hashes.txt')
|
| )
|
| )
|
| if ('Android' in builder and
|
|
|