| 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'])
|
|
|