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

Unified Diff: chrome/chrome.gyp

Issue 9169105: don't always run LASTCHANGE (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 11 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 | « build/util/build_util.gyp ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 61f7e67a1e40c7f5c8a17f7abd41a51e253a0570..a3fd78a8ead999862c646b9ba7574c3037be8cee 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -1160,7 +1160,7 @@
'extension': 'ver',
'variables': {
'lastchange_path':
- '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE',
+ '<(DEPTH)/build/util/LASTCHANGE',
'template_input_path': 'app/chrome_version.rc.version',
},
'conditions': [
@@ -1209,7 +1209,7 @@
'action_name': 'version_header',
'variables': {
'lastchange_path':
- '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE',
+ '<(DEPTH)/build/util/LASTCHANGE',
},
'conditions': [
[ 'branding == "Chrome"', {
« no previous file with comments | « build/util/build_util.gyp ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698