| Index: scripts/slave/recipes/dart/dart2js.py
|
| diff --git a/scripts/slave/recipes/dart/dart2js.py b/scripts/slave/recipes/dart/dart2js.py
|
| index 0aa1a02d18a95835d9b340ae0fe50e5b42e8ffbc..fbd8ac4a587480882984e68b694b053d6f7338a6 100644
|
| --- a/scripts/slave/recipes/dart/dart2js.py
|
| +++ b/scripts/slave/recipes/dart/dart2js.py
|
| @@ -74,7 +74,7 @@ def RunSteps(api):
|
| for option in options:
|
| assert all_options.has_key(option)
|
|
|
| - api.gclient.set_config('dart')
|
| + api.gclient.set_config('dart', GIT_MODE=True)
|
| api.path.c.dynamic_paths['tools'] = None
|
| api.bot_update.ensure_checkout(force=True)
|
| api.path['tools'] = api.path['checkout'].join('tools')
|
|
|