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

Unified Diff: scripts/slave/recipe_modules/v8/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/syzygy/example.py ('k') | scripts/slave/recipe_modules/webrtc/api.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/v8/api.py
diff --git a/scripts/slave/recipe_modules/v8/api.py b/scripts/slave/recipe_modules/v8/api.py
index 109f74310e793723b2ee9c6d6246e42ef5e47c00..d3d2495e009aac1366a6df276863fa7071d95064 100644
--- a/scripts/slave/recipe_modules/v8/api.py
+++ b/scripts/slave/recipe_modules/v8/api.py
@@ -89,7 +89,7 @@ class V8Api(recipe_api.RecipeApi):
kwargs = self.bot_config.get('v8_config_kwargs', {})
self.set_config('v8', optional=True, **kwargs)
self.m.chromium.set_config('v8', **kwargs)
- self.m.gclient.set_config('v8', GIT_MODE=True, **kwargs)
+ self.m.gclient.set_config('v8', **kwargs)
for c in self.bot_config.get('gclient_apply_config', []):
self.m.gclient.apply_config(c)
« no previous file with comments | « scripts/slave/recipe_modules/syzygy/example.py ('k') | scripts/slave/recipe_modules/webrtc/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698