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

Unified Diff: gclient.py

Issue 511533003: Revert hard-coded src.git DEPS file name. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
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: gclient.py
diff --git a/gclient.py b/gclient.py
index 4663a1e0b33ea9157b804c19e431b39ee30addd4..3007487a5930d0f09aeac1260defe3be12bd4360 100755
--- a/gclient.py
+++ b/gclient.py
@@ -220,10 +220,7 @@ 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._deps_file = deps_file
self._url = url
# 'managed' determines whether or not this dependency is synced/updated by
# gclient after gclient checks it out initially. The difference between
« 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