| Index: scripts/slave/recipe_modules/chromium/api.py
|
| diff --git a/scripts/slave/recipe_modules/chromium/api.py b/scripts/slave/recipe_modules/chromium/api.py
|
| index 3e3f3aa611077d45340d3f945c50481ec227aaad..f2b5616606319a1c51bc22aa995306e1fea74c2d 100644
|
| --- a/scripts/slave/recipe_modules/chromium/api.py
|
| +++ b/scripts/slave/recipe_modules/chromium/api.py
|
| @@ -161,6 +161,11 @@ class ChromiumApi(recipe_api.RecipeApi):
|
| kwargs['env'] = env
|
| return self.m.gclient.runhooks(**kwargs)
|
|
|
| + def cleanup_temp(self):
|
| + return self.m.python(
|
| + 'cleanup_temp',
|
| + self.m.path.build('scripts', 'slave', 'cleanup_temp.py'))
|
| +
|
| def checkdeps(self, suffix=None, **kwargs):
|
| name = 'checkdeps'
|
| if suffix:
|
|
|