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

Unified Diff: scripts/slave/recipes/mojo.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/libyuv/libyuv.py ('k') | scripts/slave/recipes/nacl.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/mojo.py
diff --git a/scripts/slave/recipes/mojo.py b/scripts/slave/recipes/mojo.py
index 3c3dafaff1af139f2d8707bd2e546a3cb6ce350d..d914a92b6674efe9deb6ee41c1dfcd9a449ec82e 100644
--- a/scripts/slave/recipes/mojo.py
+++ b/scripts/slave/recipes/mojo.py
@@ -20,7 +20,7 @@ DEPS = [
def _CheckoutSteps(api, buildername):
# Checkout mojo and its dependencies (specified in DEPS) using gclient
- api.gclient.set_config('mojo', GIT_MODE=True)
+ api.gclient.set_config('mojo')
if 'Android' in buildername:
api.gclient.apply_config('android')
api.bot_update.ensure_checkout(force=True)
« no previous file with comments | « scripts/slave/recipes/libyuv/libyuv.py ('k') | scripts/slave/recipes/nacl.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698