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

Unified Diff: DEPS

Issue 10388213: Don't generate LASTCHANGE at build time. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update copyright date in export_tarball Created 8 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 | base/base.gypi » ('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 051b13b68c751b83e69e642a992bc6dd0d9c17fc..688f9fffedc07c3804621d1adbf8576bf40aafbb 100644
--- a/DEPS
+++ b/DEPS
@@ -531,7 +531,8 @@ hooks = [
"action": ["python", "src/build/win/setup_cygwin_mount.py", "--win-only"],
},
{
- # Update LASTCHANGE.
+ # Update LASTCHANGE. This is also run by export_tarball.py in
+ # src/tools/export_tarball - please keep them in sync.
"pattern": ".",
"action": ["python", "src/build/util/lastchange.py",
"-o", "src/build/util/LASTCHANGE"],
« no previous file with comments | « no previous file | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698