| Index: scripts/slave/recipe_modules/skia/api.py
|
| diff --git a/scripts/slave/recipe_modules/skia/api.py b/scripts/slave/recipe_modules/skia/api.py
|
| index 32ee13b7780860b0d6b476f0c99e5467f9fc485c..fb0f1a2f0198de76136974f94ab1b262fd4f418f 100644
|
| --- a/scripts/slave/recipe_modules/skia/api.py
|
| +++ b/scripts/slave/recipe_modules/skia/api.py
|
| @@ -295,7 +295,7 @@ class SkiaApi(recipe_api.RecipeApi):
|
|
|
| def checkout_steps(self):
|
| """Run the steps to obtain a checkout of Skia."""
|
| - cfg_kwargs = {}
|
| + cfg_kwargs = {'GIT_MODE': True}
|
| if not self.persistent_checkout:
|
| # We should've obtained the Skia checkout through isolates, so we don't
|
| # need to perform the checkout ourselves.
|
|
|