summaryrefslogtreecommitdiffstats
path: root/tools/auto_bisect
diff options
context:
space:
mode:
authorszager <szager@chromium.org>2014-08-24 22:32:21 -0700
committerCommit bot <commit-bot@chromium.org>2014-08-25 05:33:23 +0000
commitcec058832b3666289ea652d44bb622f9ab2c826f (patch)
treeaca24ea4ee980764a53e122dfae9e13080023264 /tools/auto_bisect
parent0f76d30c42ca7c794562f64e642e1db4d405caa2 (diff)
downloadchromium_src-cec058832b3666289ea652d44bb622f9ab2c826f.zip
chromium_src-cec058832b3666289ea652d44bb622f9ab2c826f.tar.gz
chromium_src-cec058832b3666289ea652d44bb622f9ab2c826f.tar.bz2
Drop obsolete --git-deps parameter to gclient.
BUG=406935 R=cmp@chromium.org,iannucci@chromium.org Review URL: https://codereview.chromium.org/502863002 Cr-Commit-Position: refs/heads/master@{#291641}
Diffstat (limited to 'tools/auto_bisect')
-rw-r--r--tools/auto_bisect/bisect_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/auto_bisect/bisect_utils.py b/tools/auto_bisect/bisect_utils.py
index 226df7b..56a4cd8 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