| Index: scripts/slave/recipes/crashpad/continuous.py
|
| diff --git a/scripts/slave/recipes/crashpad/continuous.py b/scripts/slave/recipes/crashpad/continuous.py
|
| index 305901b1f1a2039db5f688dd18d28d09e7b7cc2e..01381e080009d824d9ef7c42a97d7065e1729e1d 100644
|
| --- a/scripts/slave/recipes/crashpad/continuous.py
|
| +++ b/scripts/slave/recipes/crashpad/continuous.py
|
| @@ -6,6 +6,7 @@
|
| """
|
|
|
| DEPS = [
|
| + 'file',
|
| 'gclient',
|
| 'path',
|
| 'platform',
|
| @@ -21,7 +22,7 @@ def GenSteps(api):
|
| api.gclient.checkout()
|
|
|
| if 'clobber' in api.properties:
|
| - api.path.rmtree('out', api.path['checkout'].join('out'))
|
| + api.file.rmtree('out', api.path['checkout'].join('out'))
|
|
|
| api.gclient.runhooks()
|
|
|
|
|