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

Unified Diff: scripts/slave/recipe_modules/chromium/api.py

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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipe_modules/chromium/api.py
diff --git a/scripts/slave/recipe_modules/chromium/api.py b/scripts/slave/recipe_modules/chromium/api.py
index acd9bc1fdd23195e4878c31d494c48f3f6a89498..cc71d65e176e46497a758b1aac20d072c67d14c0 100644
--- a/scripts/slave/recipe_modules/chromium/api.py
+++ b/scripts/slave/recipe_modules/chromium/api.py
@@ -156,6 +156,7 @@ class ChromiumApi(recipe_api.RecipeApi):
'--show-path',
'python',
self.package_repo_resource('scripts', 'slave', 'compile.py'),
+ '--gsutil-py-path', self.m.depot_tools.gsutil_py_path,
'--ninja-path', self.m.depot_tools.ninja_path,
'--target', target or self.c.build_config_fs,
'--src-dir', self.m.path['checkout'],
« no previous file with comments | « scripts/slave/goma_utils.py ('k') | scripts/slave/recipe_modules/chromium/example.expected/basic_out_dir.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698