| Index: scripts/slave/recipe_modules/webrtc/api.py
|
| diff --git a/scripts/slave/recipe_modules/webrtc/api.py b/scripts/slave/recipe_modules/webrtc/api.py
|
| index b6f79c97c23f982e3899fbe1dd0f3858f1bc348b..278328de1be0cc34c0da896a17a0bf1a5df9bd2d 100644
|
| --- a/scripts/slave/recipe_modules/webrtc/api.py
|
| +++ b/scripts/slave/recipe_modules/webrtc/api.py
|
| @@ -107,7 +107,8 @@ class WebRTCApi(recipe_api.RecipeApi):
|
|
|
| self.m.chromium.set_config(self.recipe_config['chromium_config'],
|
| **chromium_kwargs)
|
| - self.m.gclient.set_config(self.recipe_config['gclient_config'])
|
| + self.m.gclient.set_config(self.recipe_config['gclient_config'],
|
| + GIT_MODE=True)
|
|
|
| # Support applying configs both at the bot and the recipe config level.
|
| for c in self.bot_config.get('chromium_apply_config', []):
|
|
|