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

Unified Diff: scripts/slave/recipes/dart/dart.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/custom_tabs_client.py ('k') | scripts/slave/recipes/dart/dart2js.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/dart/dart.py
diff --git a/scripts/slave/recipes/dart/dart.py b/scripts/slave/recipes/dart/dart.py
index 901c7efaa35984b9314f251f40da5a919004f62e..686131e07612f79a16718febd2fb746bbd5de502 100644
--- a/scripts/slave/recipes/dart/dart.py
+++ b/scripts/slave/recipes/dart/dart.py
@@ -19,7 +19,7 @@ DEPS = [
def RunSteps(api):
buildername = str(api.properties.get('buildername')) # Convert from unicode.
- api.gclient.set_config('dart', GIT_MODE=True)
+ api.gclient.set_config('dart')
if 'vm-precomp-android' in buildername:
api.gclient.apply_config('android')
« no previous file with comments | « scripts/slave/recipes/custom_tabs_client.py ('k') | scripts/slave/recipes/dart/dart2js.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698