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

Unified Diff: scripts/slave/recipes/boringssl.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/bisection/android_bisect.py ('k') | scripts/slave/recipes/boringssl_docs.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/boringssl.py
diff --git a/scripts/slave/recipes/boringssl.py b/scripts/slave/recipes/boringssl.py
index d048cd19ebbea78adfa7945dfec12ff4715c6731..1668982246337e7e045ecf4d360c6ffa519c81ea 100644
--- a/scripts/slave/recipes/boringssl.py
+++ b/scripts/slave/recipes/boringssl.py
@@ -138,7 +138,7 @@ PROPERTIES = {
def RunSteps(api, buildername):
# Sync and pull in everything.
- api.gclient.set_config('boringssl', GIT_MODE=True)
+ api.gclient.set_config('boringssl')
if _HasToken(buildername, 'android'):
api.gclient.c.target_os.add('android')
api.bot_update.ensure_checkout(force=True)
« no previous file with comments | « scripts/slave/recipes/bisection/android_bisect.py ('k') | scripts/slave/recipes/boringssl_docs.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698