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

Unified Diff: scripts/slave/recipes/skia/swarm_housekeeper.expected/Housekeeper-PerCommit.json

Issue 2284973002: Skia recipe: Use [depot_tools]/gsutil.py instead of [depot_tools]/third_party/gsutil/gsutil (Closed)
Patch Set: Rebase Created 4 years, 4 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/swarm_housekeeper.expected/Housekeeper-PerCommit.json
diff --git a/scripts/slave/recipes/skia/swarm_housekeeper.expected/Housekeeper-PerCommit.json b/scripts/slave/recipes/skia/swarm_housekeeper.expected/Housekeeper-PerCommit.json
index 2434ccd96855c665f7012272523fab875a39f443..8d4732a933eb4037ad1bc9ff882bf58b04c4ed7a 100644
--- a/scripts/slave/recipes/skia/swarm_housekeeper.expected/Housekeeper-PerCommit.json
+++ b/scripts/slave/recipes/skia/swarm_housekeeper.expected/Housekeeper-PerCommit.json
@@ -78,7 +78,7 @@
"cmd": [
"python",
"RECIPE_MODULE[build::skia]/resources/generate_and_upload_doxygen.py",
- "[DEPOT_TOOLS]/third_party/gsutil/gsutil"
+ "[DEPOT_TOOLS]/gsutil.py"
],
"cwd": "[SLAVE_BUILD]/skia",
"env": {
@@ -99,7 +99,7 @@
"--githash",
"abc123",
"--gsutil_path",
- "[DEPOT_TOOLS]/third_party/gsutil/gsutil"
+ "[DEPOT_TOOLS]/gsutil.py"
],
"cwd": "[SLAVE_BUILD]/skia",
"env": {

Powered by Google App Engine
This is Rietveld 408576698