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

Unified Diff: scripts/slave/recipes/webrtc/auto_roll_webrtc_deps.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/wasm_llvm.py ('k') | scripts/slave/recipes/webrtc/ios.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/webrtc/auto_roll_webrtc_deps.py
diff --git a/scripts/slave/recipes/webrtc/auto_roll_webrtc_deps.py b/scripts/slave/recipes/webrtc/auto_roll_webrtc_deps.py
index 1d03ac0107dd72bd8fdd984137636d640337a78c..031d02973de4e03996a17604867918d56a819b26 100644
--- a/scripts/slave/recipes/webrtc/auto_roll_webrtc_deps.py
+++ b/scripts/slave/recipes/webrtc/auto_roll_webrtc_deps.py
@@ -16,7 +16,7 @@ DEPS = [
def RunSteps(api):
- api.gclient.set_config('webrtc', GIT_MODE=True)
+ api.gclient.set_config('webrtc')
step_result = api.python(
'check roll status',
« no previous file with comments | « scripts/slave/recipes/wasm_llvm.py ('k') | scripts/slave/recipes/webrtc/ios.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698