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

Unified Diff: scripts/slave/recipes/gyp.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/recipes/flutter/engine.py ('k') | scripts/slave/recipes/legion/legion.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/gyp.py
diff --git a/scripts/slave/recipes/gyp.py b/scripts/slave/recipes/gyp.py
index afc132fb1d024dfe242044f6ce3d8b0421b455ac..89e037e13e1ee63b9984a94dddb21c63e87a57ed 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', GIT_MODE=True)
+ api.gclient.set_config('gyp')
api.bot_update.ensure_checkout(force=True)
« no previous file with comments | « scripts/slave/recipes/flutter/engine.py ('k') | scripts/slave/recipes/legion/legion.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698