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

Unified Diff: scripts/slave/recipe_modules/skia/chromeos_flavor.py

Issue 1916263003: Reland "Skia: Maintain a checkout on swarming (compile) bots" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fix expectations after roll 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 | « scripts/slave/recipe_modules/skia/api.py ('k') | scripts/slave/recipe_modules/skia/cmake_flavor.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/skia/chromeos_flavor.py
diff --git a/scripts/slave/recipe_modules/skia/chromeos_flavor.py b/scripts/slave/recipe_modules/skia/chromeos_flavor.py
index 5e13c8183a7679f0bd79091b70c94be030798c2b..1d201b75ca6b2b6b7910a43436fd5cea5210ecab 100644
--- a/scripts/slave/recipe_modules/skia/chromeos_flavor.py
+++ b/scripts/slave/recipe_modules/skia/chromeos_flavor.py
@@ -32,7 +32,7 @@ class ChromeOSFlavorUtils(ssh_flavor.SSHFlavorUtils):
"""Build the given target."""
# Add depot_tools/third_party/gsutil to PATH.
env = {'PATH': '%(PATH)s:/home/chrome-bot/depot_tools/third_party/gsutil'}
- skia_dir = self._skia_api.m.path['checkout']
+ skia_dir = self._skia_api.skia_dir
cmd = [skia_dir.join('platform_tools', 'chromeos', 'bin', 'chromeos_make'),
'-d', self.board,
target]
« no previous file with comments | « scripts/slave/recipe_modules/skia/api.py ('k') | scripts/slave/recipe_modules/skia/cmake_flavor.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698