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

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

Issue 1922503002: build: use explicit path for cros (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
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/full_chromium_chromiumos_ChromiumOS_amd64_generic_Compile.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 0b948e6bcca5b5638090c5823474523f6c194535..83ab2f235b4237e0fab600a749dd74a7900ae07d 100644
--- a/scripts/slave/recipe_modules/chromium/api.py
+++ b/scripts/slave/recipe_modules/chromium/api.py
@@ -449,7 +449,7 @@ class ChromiumApi(recipe_api.RecipeApi):
"""
assert self.c.TARGET_CROS_BOARD
wrapper = [
- 'cros', 'chrome-sdk',
+ self.m.depot_tools.cros_path, 'chrome-sdk',
'--board=%s' % (self.c.TARGET_CROS_BOARD,),
'--nocolor',]
wrapper += self.c.cros_sdk.args
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/full_chromium_chromiumos_ChromiumOS_amd64_generic_Compile.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698