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

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

Issue 1750853005: Skia bots: use deps_os = 'all' (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Use "all" Created 4 years, 10 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 3defd36f47e14ff91b57897b0e5a4a9aa0963557..87221d731ef1ecb8bd48ac194a92a127c8a968cf 100644
--- a/scripts/slave/recipe_modules/skia/api.py
+++ b/scripts/slave/recipe_modules/skia/api.py
@@ -244,6 +244,7 @@ class SkiaApi(recipe_api.RecipeApi):
skia.name = 'skia'
skia.url = global_constants.SKIA_REPO
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