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

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

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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 a32448b2ab100eab8b3fb1123ff166e2f4c200a8..c7a984e1d8871061d5edbf7408a04f73825f8b90 100644
--- a/scripts/slave/recipes/skia/housekeeper_percommit.py
+++ b/scripts/slave/recipes/skia/housekeeper_percommit.py
@@ -7,7 +7,6 @@
DEPS = [
- 'depot_tools/infra_paths',
'recipe_engine/path',
'recipe_engine/properties',
'recipe_engine/python',
@@ -32,7 +31,7 @@ def RunSteps(api):
# TODO(borenet): Detect static initializers?
- gsutil_path = api.infra_paths['depot_tools'].join('third_party', 'gsutil',
+ gsutil_path = api.path['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