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

Unified Diff: build/util/lastchange.py

Issue 1982423002: Get rid of LASTCHANGE.blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: build/util/lastchange.py
diff --git a/build/util/lastchange.py b/build/util/lastchange.py
index c81e0bd52ecd5dd4a63abc3b139a5de1cc525beb..12b17a0f5c724e56da234e9bc1776e7507c7983b 100755
--- a/build/util/lastchange.py
+++ b/build/util/lastchange.py
@@ -168,7 +168,7 @@ def FetchGitSVNRevision(directory, svn_url_regex, go_deeper):
def FetchVersionInfo(default_lastchange, directory=None,
- directory_regex_prior_to_src_url='chrome|blink|svn',
+ directory_regex_prior_to_src_url='chrome|svn',
go_deeper=False, hash_only=False):
"""
Returns the last change (in the form of a branch, revision tuple),

Powered by Google App Engine
This is Rietveld 408576698