Chromium Code Reviews| Index: scripts/slave/recipes/gyp.py |
| diff --git a/scripts/slave/recipes/gyp.py b/scripts/slave/recipes/gyp.py |
| index 89e037e13e1ee63b9984a94dddb21c63e87a57ed..afc132fb1d024dfe242044f6ce3d8b0421b455ac 100644 |
| --- a/scripts/slave/recipes/gyp.py |
| +++ b/scripts/slave/recipes/gyp.py |
| @@ -13,7 +13,7 @@ DEPS = [ |
| def RunSteps(api): |
| - api.gclient.set_config('gyp') |
| + api.gclient.set_config('gyp', GIT_MODE=True) |
| api.bot_update.ensure_checkout(force=True) |