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

Unified Diff: DEPS

Issue 1641413002: Makes GetBuildTime behave identically on all build types. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Hook based approach Created 4 years, 10 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 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',

Powered by Google App Engine
This is Rietveld 408576698