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

Unified Diff: tools/auto_bisect/bisect_utils.py

Issue 502863002: Drop obsolete --git-deps parameter to gclient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/auto_bisect/bisect_utils.py
diff --git a/tools/auto_bisect/bisect_utils.py b/tools/auto_bisect/bisect_utils.py
index 226df7b2ff8e39f545b0af9b9ebedbc19abfdda5..56a4cd8519c53766fb4aeaa09fab04dc3b948b1d 100644
--- a/tools/auto_bisect/bisect_utils.py
+++ b/tools/auto_bisect/bisect_utils.py
@@ -281,7 +281,7 @@ def RunGClientAndCreateConfig(opts, custom_deps=None, cwd=None):
spec += GCLIENT_SPEC_ANDROID
return_code = RunGClient(
- ['config', '--spec=%s' % spec, '--git-deps'], cwd=cwd)
+ ['config', '--spec=%s' % spec], cwd=cwd)
return return_code
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698