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

Unified Diff: DEPS

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: DEPS
diff --git a/DEPS b/DEPS
index 9e06f8fa4eddebf8bd3a9591f733be5404873d00..a0b70d57bfe02d2365d297d91ac93db3f2833dbe 100644
--- a/DEPS
+++ b/DEPS
@@ -662,6 +662,14 @@ hooks = [
"-o", "src/build/util/LASTCHANGE"],
},
{
+ # Update LASTCHANGE.blink. 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",
+ "-s", "src/third_party/WebKit",
+ "-o", "src/build/util/LASTCHANGE.blink"],
+ },
+ {
# 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/lastchange.py » ('j') | tools/export_tarball/export_tarball.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698