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

Unified Diff: buildspec_to_git.py

Issue 291483002: CleanDeps() svn_deps_vars param is obsolete. (Closed) Base URL: http://src.chromium.org/svn/trunk/tools/deps2git
Patch Set: Created 6 years, 7 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: buildspec_to_git.py
diff --git a/buildspec_to_git.py b/buildspec_to_git.py
index 4f5be7aef16a2a45d558b1e8d3cde7516607683b..9f481e2855299850e475ae89fa4b41d2e170a2ba 100644
--- a/buildspec_to_git.py
+++ b/buildspec_to_git.py
@@ -19,8 +19,7 @@ DEPS_OVERRIDES = {
# pylint: disable=W0613
-def CleanDeps(deps, deps_os, include_rules, skip_child_includes, hooks,
- svn_deps_vars):
+def CleanDeps(deps, deps_os, include_rules, skip_child_includes, hooks):
global webkit_git
webkit_rev = None
for os, deps_section in ([(None, deps)] +
« 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