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

Unified Diff: scripts/slave/recipes/flutter/engine.expected/mac.json

Issue 2035863004: gsutil: use depot_tools.gsutil_py_path instead of path['depot_tools'] (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 6 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/flutter/engine.expected/mac.json
diff --git a/scripts/slave/recipes/flutter/engine.expected/mac.json b/scripts/slave/recipes/flutter/engine.expected/mac.json
index 7e4844eefe8c708c3e4fa77ff8db1ccdc3e4a438..12772c47a94924c44562ee4afd957ddf5e4bb6cb 100644
--- a/scripts/slave/recipes/flutter/engine.expected/mac.json
+++ b/scripts/slave/recipes/flutter/engine.expected/mac.json
@@ -222,7 +222,7 @@
"-u",
"RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
"--",
- "[DEPOT_TOOLS]/gsutil.py",
+ "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
"----",
"cp",
"[TMP_BASE]/tmp_tmp_1/artifacts.zip",
@@ -276,7 +276,7 @@
"-u",
"RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
"--",
- "[DEPOT_TOOLS]/gsutil.py",
+ "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
"----",
"cp",
"[TMP_BASE]/tmp_tmp_2/artifacts.zip",
@@ -330,7 +330,7 @@
"-u",
"RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
"--",
- "[DEPOT_TOOLS]/gsutil.py",
+ "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
"----",
"cp",
"[TMP_BASE]/tmp_tmp_3/artifacts.zip",
@@ -517,7 +517,7 @@
"-u",
"RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
"--",
- "[DEPOT_TOOLS]/gsutil.py",
+ "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
"----",
"cp",
"[TMP_BASE]/tmp_tmp_4/artifacts.zip",
@@ -611,7 +611,7 @@
"-u",
"RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
"--",
- "[DEPOT_TOOLS]/gsutil.py",
+ "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
"----",
"cp",
"[TMP_BASE]/tmp_tmp_5/artifacts.zip",
@@ -705,7 +705,7 @@
"-u",
"RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
"--",
- "[DEPOT_TOOLS]/gsutil.py",
+ "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
"----",
"cp",
"[TMP_BASE]/tmp_tmp_6/artifacts.zip",

Powered by Google App Engine
This is Rietveld 408576698