Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(307)

Unified Diff: scripts/slave/recipe_modules/webrtc/api.py

Issue 2282913002: Delete all references to GIT_MODE=True from build (Closed)
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « scripts/slave/recipe_modules/v8/api.py ('k') | scripts/slave/recipes/android/builder.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 278328de1be0cc34c0da896a17a0bf1a5df9bd2d..b6f79c97c23f982e3899fbe1dd0f3858f1bc348b 100644
--- a/scripts/slave/recipe_modules/webrtc/api.py
+++ b/scripts/slave/recipe_modules/webrtc/api.py
@@ -107,8 +107,7 @@ 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'],
- GIT_MODE=True)
+ self.m.gclient.set_config(self.recipe_config['gclient_config'])
# Support applying configs both at the bot and the recipe config level.
for c in self.bot_config.get('chromium_apply_config', []):
« no previous file with comments | « scripts/slave/recipe_modules/v8/api.py ('k') | scripts/slave/recipes/android/builder.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698