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

Unified Diff: build/util/lastchange.py

Issue 14973005: Generate and use LASTCHANGE for blink (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 7 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 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.

Powered by Google App Engine
This is Rietveld 408576698