Revert hard-coded src.git DEPS file name.

This is breaking the ability to specify an alternate DEPS file, and do
things like sync release tags where DEPS is still from svn and we need
.DEPS.git to do a git checkout.

R=iannucci@chromium.org, szager@chromium.org
BUG=407049

Review URL: https://codereview.chromium.org/511533003

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@291665 0039d316-1c4b-4281-b951-d872f2087c98
changes/01/332501/1
mmoss@chromium.org 11 years ago
parent 749fbd9a50
commit 8f93f79bce

@ -220,9 +220,6 @@ class DependencySettings(GClientKeywords):
# These are not mutable:
self._parent = parent
self._safesync_url = safesync_url
if url == CHROMIUM_SRC_URL:
self._deps_file = 'DEPS'
else:
self._deps_file = deps_file
self._url = url
# 'managed' determines whether or not this dependency is synced/updated by

Loading…
Cancel
Save