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

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

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge 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/skia/cmake_flavor.py
diff --git a/scripts/slave/recipe_modules/skia/cmake_flavor.py b/scripts/slave/recipe_modules/skia/cmake_flavor.py
index 8a6166767f60b590090f790c8dcd5461a9f79f75..2b5b7156991b12e3b66b48a0107c7853a8cb545f 100644
--- a/scripts/slave/recipe_modules/skia/cmake_flavor.py
+++ b/scripts/slave/recipe_modules/skia/cmake_flavor.py
@@ -9,7 +9,7 @@ import default_flavor
class CMakeFlavorUtils(default_flavor.DefaultFlavorUtils):
def compile(self, target):
"""Build Skia with CMake. Ignores `target`."""
- cmake_build = self._skia_api.m.path['slave_build'].join(
+ cmake_build = self._skia_api.m.infra_paths['slave_build'].join(
'skia', 'cmake', 'cmake_build')
self._skia_api.run(self._skia_api.m.step, 'cmake_build', cmd=[cmake_build],
cwd=self._skia_api.m.path['checkout'])
« no previous file with comments | « scripts/slave/recipe_modules/skia/appurify_flavor.py ('k') | scripts/slave/recipe_modules/skia/coverage_flavor.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698