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

Unified Diff: scripts/slave/recipes/flutter/engine.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/emulator.py ('k') | scripts/slave/recipes/gyp.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/flutter/engine.py
diff --git a/scripts/slave/recipes/flutter/engine.py b/scripts/slave/recipes/flutter/engine.py
index 3facfb6ee636ab2bdb39ff9aad96abac21bc1d4d..3f1c89c9943427eb38abbc757c74ee9a12e2cd1b 100644
--- a/scripts/slave/recipes/flutter/engine.py
+++ b/scripts/slave/recipes/flutter/engine.py
@@ -257,7 +257,7 @@ def BuildIOS(api):
def GetCheckout(api):
- src_cfg = api.gclient.make_config(GIT_MODE=True)
+ src_cfg = api.gclient.make_config()
soln = src_cfg.solutions.add()
soln.name = 'src/flutter'
soln.url = \
« no previous file with comments | « scripts/slave/recipes/emulator.py ('k') | scripts/slave/recipes/gyp.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698