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

Unified Diff: base/base.gyp

Issue 579014: Make LASTCHANGE work properly for make build. (Closed)
Patch Set: Created 10 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
« no previous file with comments | « no previous file | build/util/build_util.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 9a139d0c8eab761798ad8c3133b4de3c6ef9774a..1c1b296174ae90f7df007146d6a47de812a4d491 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -306,11 +306,13 @@
'<(template_input_path)',
'<(version_path)',
'<(branding_path)',
- '<(lastchange_path)',
],
'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/base/file_version_info_linux.h',
],
+ 'dependencies': [
+ '../../build/util/build_util.gyp:lastchange',
+ ],
'action': [
'python',
'<(version_py_path)',
« no previous file with comments | « no previous file | build/util/build_util.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698