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

Unified Diff: DEPS

Issue 9169105: don't always run LASTCHANGE (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 11 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 | « .gitignore ('k') | build/util/build_util.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index f855c6c8cd6613a33080b808a4d22a0508587cc0..d6fc55dd0a6d170aac6e14e274e35f11eba8fd99 100644
--- a/DEPS
+++ b/DEPS
@@ -485,6 +485,12 @@ hooks = [
"action": ["python", "src/build/win/setup_cygwin_mount.py", "--win-only"],
},
{
+ # Update LASTCHANGE.
+ "pattern": ".",
+ "action": ["python", "src/build/util/lastchange.py",
+ "-o", "src/build/util/LASTCHANGE"],
+ },
+ {
# A change to a .gyp, .gypi, or to GYP itself should run the generator.
"pattern": ".",
"action": ["python", "src/build/gyp_chromium"],
« no previous file with comments | « .gitignore ('k') | build/util/build_util.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698