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

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

Issue 1777303002: Skia bots: use deps_os = 'all' (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 9 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/skia/housekeeper_percommit.expected/Housekeeper-PerCommit.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/skia/api.py
diff --git a/scripts/slave/recipe_modules/skia/api.py b/scripts/slave/recipe_modules/skia/api.py
index 9010e1ea407b6a91686f676e1d7510c1cbc88907..5330411a7af39b984edd21ee72c506ce0de89bfc 100644
--- a/scripts/slave/recipe_modules/skia/api.py
+++ b/scripts/slave/recipe_modules/skia/api.py
@@ -292,6 +292,7 @@ class SkiaApi(recipe_api.RecipeApi):
# Run 'gclient sync'.
gclient_cfg.got_revision_mapping['skia'] = 'got_revision'
+ gclient_cfg.deps_os['skia'] = 'all'
update_step = self.m.gclient.checkout(gclient_config=gclient_cfg)
self.got_revision = update_step.presentation.properties['got_revision']
« no previous file with comments | « no previous file | scripts/slave/recipes/skia/housekeeper_percommit.expected/Housekeeper-PerCommit.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698