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

Unified Diff: scripts/slave/recipes/custom_tabs_client.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/crashpad/continuous.py ('k') | scripts/slave/recipes/dart/dart.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/custom_tabs_client.py
diff --git a/scripts/slave/recipes/custom_tabs_client.py b/scripts/slave/recipes/custom_tabs_client.py
index b2697e3be7a86a48a4cf197efdd2e4970bf296a8..d73dcb454ae4112915d391f05219fad7765a83ca 100644
--- a/scripts/slave/recipes/custom_tabs_client.py
+++ b/scripts/slave/recipes/custom_tabs_client.py
@@ -12,7 +12,7 @@ DEPS = [
def _CheckoutSteps(api):
# Checkout custom-tabs-client. The config is implemented at:
# scripts/slave/recipe_modules/gclient/config.py
- api.gclient.set_config('custom_tabs_client', GIT_MODE=True)
+ api.gclient.set_config('custom_tabs_client')
api.bot_update.ensure_checkout(force=True)
api.gclient.runhooks()
« no previous file with comments | « scripts/slave/recipes/crashpad/continuous.py ('k') | scripts/slave/recipes/dart/dart.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698