Chromium Code Reviews| 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. |