| Index: build/util/lastchange.py
|
| diff --git a/build/util/lastchange.py b/build/util/lastchange.py
|
| index dba8e54da40f3fdfe2ee6447b0cace0d0ad47526..3c1ce28e28ae33965546328a4c338af64a4792c4 100755
|
| --- a/build/util/lastchange.py
|
| +++ b/build/util/lastchange.py
|
| @@ -149,7 +149,7 @@ def FetchGitSVNRevision(directory, svn_url_regex):
|
|
|
|
|
| def FetchVersionInfo(default_lastchange, directory=None,
|
| - directory_regex_prior_to_src_url='chrome|svn'):
|
| + directory_regex_prior_to_src_url='chrome|blink|svn'):
|
| """
|
| Returns the last change (in the form of a branch, revision tuple),
|
| from some appropriate revision control system.
|
|
|