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

Unified Diff: DEPS

Issue 40833003: Make the last change hook also generate C header files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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 e1b1c9fd9312bfa68c881625eb13bac90a0d4502..4f7c54166f46a92f97343c5f68ebbd3bf7753ee7 100644
--- a/DEPS
+++ b/DEPS
@@ -595,7 +595,9 @@ hooks = [
"name": "lastchange",
"pattern": ".",
"action": ["python", "src/build/util/lastchange.py",
- "-o", "src/build/util/LASTCHANGE"],
+ "-o", "src/build/util/LASTCHANGE",
+ "--header=src/build/util/last_change.h",
viettrungluu 2013/10/24 21:06:40 I don't know that it's a great idea to generate a
+ "--define=LAST_CHANGE"],
},
{
# Update LASTCHANGE.blink. This is also run by export_tarball.py in
@@ -604,7 +606,9 @@ hooks = [
"pattern": ".",
"action": ["python", "src/build/util/lastchange.py",
"-s", "src/third_party/WebKit",
- "-o", "src/build/util/LASTCHANGE.blink"],
+ "-o", "src/build/util/LASTCHANGE.blink",
+ "--header=src/build/util/last_change_blink.h",
+ "--define=LAST_CHANGE_BLINK"],
},
{
# A change to a .gyp, .gypi, or to GYP itself should run the generator.
« no previous file with comments | « .gitignore ('k') | build/util/lastchange.py » ('j') | build/util/lastchange.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698