Chromium Code Reviews| Index: DEPS |
| diff --git a/DEPS b/DEPS |
| index 82ba343711896621d2b83a6faef8dfc9ca17dc02..af6d82932112ed351a6592f6bbd7e26c664893de 100644 |
| --- a/DEPS |
| +++ b/DEPS |
| @@ -628,6 +628,13 @@ hooks = [ |
| 'action': ['python', 'src/ios/build/util/canary_version.py', |
| '-o', 'src/ios/build/util/CANARY_VERSION'], |
| }, |
| + { |
| + # Update BUILD_DATE |
| + 'name': 'update_build_date', |
| + 'pattern': '.', |
| + 'action': ['python', 'src/build/write_build_date_header.py', |
| + 'src/base/generated_build_date.h'], |
|
M-A Ruel
2016/02/06 02:24:37
The path should be inside PRODUCT_DIR.
|
| + }, |
| # Pull GN binaries. This needs to be before running GYP below. |
| { |
| 'name': 'gn_win', |