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

Unified Diff: scripts/slave/recipes/dart/dart_vm.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/dart/dart_cross_tester.py ('k') | scripts/slave/recipes/dart/dartium_build.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/dart/dart_vm.py
diff --git a/scripts/slave/recipes/dart/dart_vm.py b/scripts/slave/recipes/dart/dart_vm.py
index 83ba055df2906dfc7b092bbea1280eb5ff0830f5..7921c72e2d1f660423e2b635f44353558f8ceee9 100644
--- a/scripts/slave/recipes/dart/dart_vm.py
+++ b/scripts/slave/recipes/dart/dart_vm.py
@@ -124,7 +124,7 @@ for mode in ['debug', 'release', 'product']:
def RunSteps(api):
- api.gclient.set_config('dart', GIT_MODE=True)
+ api.gclient.set_config('dart')
api.path.c.dynamic_paths['tools'] = None
api.bot_update.ensure_checkout(force=True)
api.path['tools'] = api.path['checkout'].join('tools')
« no previous file with comments | « scripts/slave/recipes/dart/dart_cross_tester.py ('k') | scripts/slave/recipes/dart/dartium_build.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698