Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(291)

Unified Diff: scripts/slave/recipe_modules/chromium/api.py

Issue 75163006: WebRTC Android APK trybot recipe (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Addressed comments and refactored Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 da29efcda23f7201846cd8189b96f2311480c439..091b022c79217818143a571fc9e0d0fadfd1c1a2 100644
--- a/scripts/slave/recipe_modules/chromium/api.py
+++ b/scripts/slave/recipe_modules/chromium/api.py
@@ -153,3 +153,7 @@ 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'))

Powered by Google App Engine
This is Rietveld 408576698