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

Unified Diff: scripts/slave/recipes/emulator.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/dartium_build.py ('k') | scripts/slave/recipes/flutter/engine.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/emulator.py
diff --git a/scripts/slave/recipes/emulator.py b/scripts/slave/recipes/emulator.py
index 82674fce5f41acea9169a9b95da20d3f1d934bb4..7d8856aaef4bbca2460dd039b1bbcddf4db0bcc7 100644
--- a/scripts/slave/recipes/emulator.py
+++ b/scripts/slave/recipes/emulator.py
@@ -62,7 +62,7 @@ def RunSteps(api, mastername, buildername):
INTERNAL=False,
BUILD_CONFIG=builder['target'])
- api.gclient.set_config('chromium', GIT_MODE=True)
+ api.gclient.set_config('chromium')
api.gclient.apply_config('android')
api.emulator.set_config('base_config')
« no previous file with comments | « scripts/slave/recipes/dart/dartium_build.py ('k') | scripts/slave/recipes/flutter/engine.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698