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"', { |