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

Unified Diff: scripts/slave/recipes/libyuv/libyuv.py

Issue 2339433003: LibYUV: Add cleanup steps. (Closed)
Patch Set: Created 4 years, 3 months 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/libyuv/libyuv.py
diff --git a/scripts/slave/recipes/libyuv/libyuv.py b/scripts/slave/recipes/libyuv/libyuv.py
index 2d4cebfe462dee50c7218284dddbb5edf8eafef0..50c597f3f56513f080c46c88f464362f7aee56e3 100644
--- a/scripts/slave/recipes/libyuv/libyuv.py
+++ b/scripts/slave/recipes/libyuv/libyuv.py
@@ -25,6 +25,12 @@ def RunSteps(api):
libyuv.apply_bot_config(libyuv.BUILDERS, libyuv.RECIPE_CONFIGS)
api.bot_update.ensure_checkout()
+
+ if self.m.chromium.c.TARGET_PLATFORM == 'android':
+ self.m.chromium_android.clean_local_files()
kjellander_chromium 2016/09/13 11:59:17 I'm afraid this might break due to self.c.BUILD_CO
+ else:
+ self.m.chromium.cleanup_temp()
+
api.chromium.ensure_goma()
api.chromium.runhooks()
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698