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

Unified Diff: scripts/slave/recipe_modules/chromium/api.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/recipe_modules/chromite/api.py ('k') | scripts/slave/recipe_modules/chromium_android/api.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium/api.py
diff --git a/scripts/slave/recipe_modules/chromium/api.py b/scripts/slave/recipe_modules/chromium/api.py
index af29442bcd6982fbbe0c880b0b37466244248359..4bf16fcb1ff5d4fe022ec137d34b3812effcc745 100644
--- a/scripts/slave/recipe_modules/chromium/api.py
+++ b/scripts/slave/recipe_modules/chromium/api.py
@@ -149,7 +149,7 @@ class ChromiumApi(recipe_api.RecipeApi):
# calling chromium.set_config(), above, because otherwise the chromium
# call would reset the gclient config to its defaults.
self.m.gclient.set_config(
- 'chromium', GIT_MODE=True,
+ 'chromium',
PATCH_PROJECT=self.m.properties.get('patch_project'))
for c in bot_config.get('gclient_apply_config', []):
self.m.gclient.apply_config(c)
« no previous file with comments | « scripts/slave/recipe_modules/chromite/api.py ('k') | scripts/slave/recipe_modules/chromium_android/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698