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

Unified Diff: scripts/slave/recipes/skia/housekeeper_percommit.py

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge Created 4 years, 8 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
Index: scripts/slave/recipes/skia/housekeeper_percommit.py
diff --git a/scripts/slave/recipes/skia/housekeeper_percommit.py b/scripts/slave/recipes/skia/housekeeper_percommit.py
index c7a984e1d8871061d5edbf7408a04f73825f8b90..a32448b2ab100eab8b3fb1123ff166e2f4c200a8 100644
--- a/scripts/slave/recipes/skia/housekeeper_percommit.py
+++ b/scripts/slave/recipes/skia/housekeeper_percommit.py
@@ -7,6 +7,7 @@
DEPS = [
+ 'depot_tools/infra_paths',
'recipe_engine/path',
'recipe_engine/properties',
'recipe_engine/python',
@@ -31,7 +32,7 @@ def RunSteps(api):
# TODO(borenet): Detect static initializers?
- gsutil_path = api.path['depot_tools'].join('third_party', 'gsutil',
+ gsutil_path = api.infra_paths['depot_tools'].join('third_party', 'gsutil',
'gsutil')
if not api.skia.is_trybot:
api.skia.run(

Powered by Google App Engine
This is Rietveld 408576698