Chromium Code Reviews

Unified Diff: scripts/slave/recipes/chromium.expected/dynamic_gtest_on_builder.json

Issue 1896113002: compile.py: explicitly pass gsutil.py path for uploading goma logs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: scripts/slave/recipes/chromium.expected/dynamic_gtest_on_builder.json
diff --git a/scripts/slave/recipes/chromium.expected/dynamic_gtest_on_builder.json b/scripts/slave/recipes/chromium.expected/dynamic_gtest_on_builder.json
index 38878b027368532a33292b29815892c11b814209..2b1205b8c0c7e96d4e71acca8df4393cb2a47e8b 100644
--- a/scripts/slave/recipes/chromium.expected/dynamic_gtest_on_builder.json
+++ b/scripts/slave/recipes/chromium.expected/dynamic_gtest_on_builder.json
@@ -288,6 +288,8 @@
"--show-path",
"python",
"RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
+ "--gsutil-py-path",
+ "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
"--ninja-path",
"RECIPE_PACKAGE_REPO[depot_tools]/ninja",
"--target",

Powered by Google App Engine