| Index: scripts/slave/recipes/skia/swarm_compile.py
|
| diff --git a/scripts/slave/recipes/skia/swarm_compile.py b/scripts/slave/recipes/skia/swarm_compile.py
|
| index 3205826ae2d7315998965deca637a93930a43313..bc1348b93281e73ae29b5b1f23f91a1db0254fa5 100644
|
| --- a/scripts/slave/recipes/skia/swarm_compile.py
|
| +++ b/scripts/slave/recipes/skia/swarm_compile.py
|
| @@ -7,6 +7,7 @@
|
|
|
|
|
| DEPS = [
|
| + 'depot_tools/infra_paths',
|
| 'recipe_engine/json',
|
| 'recipe_engine/path',
|
| 'recipe_engine/platform',
|
| @@ -52,8 +53,8 @@ def GenTests(api):
|
| 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['slave_build'].join('skia'),
|
| + api.infra_paths['slave_build'].join('tmp', 'uninteresting_hashes.txt')
|
| )
|
| )
|
| if 'Win' in builder:
|
|
|