Commit cec05883 authored by szager's avatar szager Committed by Commit bot

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}
parent 0f76d30c
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment