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

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

Issue 2175153002: libyuv: Use goma from cipd (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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 | scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_android32_mips_debug.json » ('j') | 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 f90ee125d6d3bb778eaf21800898edb55460dc9f..67d8cbbd5bb6029f64c2dfa4ee2762b0ca0a9689 100644
--- a/scripts/slave/recipes/libyuv/libyuv.py
+++ b/scripts/slave/recipes/libyuv/libyuv.py
@@ -871,6 +871,7 @@ def RunSteps(api):
api.chromium.apply_config('trybot_flavor')
api.bot_update.ensure_checkout(force=True)
+ api.chromium.ensure_goma()
api.chromium.runhooks()
if api.chromium.c.project_generator.tool == 'gn':
« no previous file with comments | « no previous file | scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_android32_mips_debug.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698