summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
Diffstat (limited to 'chrome')
-rw-r--r--chrome/chrome.gyp4
-rw-r--r--chrome/chrome_common.gypi2
-rw-r--r--chrome/chrome_installer.gypi2
-rw-r--r--chrome/installer/installer_tools.gyp2
-rw-r--r--chrome/installer/mini_installer.gyp2
-rw-r--r--chrome/installer/mini_installer_syzygy.gyp2
-rw-r--r--chrome/installer/upgrade_test.gyp2
7 files changed, 8 insertions, 8 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 61f7e67..a3fd78a 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"', {
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 78b7a23..06add7f 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -326,7 +326,7 @@
'action_name': 'posix_version',
'variables': {
'lastchange_path':
- '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE',
+ '<(DEPTH)/build/util/LASTCHANGE',
'version_py_path': 'tools/build/version.py',
'version_path': 'VERSION',
'template_input_path': 'common/chrome_version_info_posix.h.version',
diff --git a/chrome/chrome_installer.gypi b/chrome/chrome_installer.gypi
index 5036727..77e138c 100644
--- a/chrome/chrome_installer.gypi
+++ b/chrome/chrome_installer.gypi
@@ -4,7 +4,7 @@
{
'variables': {
- 'lastchange_path': '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE',
+ 'lastchange_path': '<(DEPTH)/build/util/LASTCHANGE',
# 'branding_dir' is set in the 'conditions' section at the bottom.
},
'conditions': [
diff --git a/chrome/installer/installer_tools.gyp b/chrome/installer/installer_tools.gyp
index e2c381e..644137c 100644
--- a/chrome/installer/installer_tools.gyp
+++ b/chrome/installer/installer_tools.gyp
@@ -6,7 +6,7 @@
'variables': {
'version_py': '<(DEPTH)/chrome/tools/build/version.py',
'version_path': '<(DEPTH)/chrome/VERSION',
- 'lastchange_path': '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE',
+ 'lastchange_path': '<(DEPTH)/build/util/LASTCHANGE',
# 'branding_dir' is set in the 'conditions' section at the bottom.
'msvs_use_common_release': 0,
'msvs_use_common_linker_extras': 0,
diff --git a/chrome/installer/mini_installer.gyp b/chrome/installer/mini_installer.gyp
index 822a085c..8ce8228 100644
--- a/chrome/installer/mini_installer.gyp
+++ b/chrome/installer/mini_installer.gyp
@@ -2,7 +2,7 @@
'variables': {
'version_py': '../../chrome/tools/build/version.py',
'version_path': '../../chrome/VERSION',
- 'lastchange_path': '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE',
+ 'lastchange_path': '<(DEPTH)/build/util/LASTCHANGE',
# 'branding_dir' is set in the 'conditions' section at the bottom.
'msvs_use_common_release': 0,
'msvs_use_common_linker_extras': 0,
diff --git a/chrome/installer/mini_installer_syzygy.gyp b/chrome/installer/mini_installer_syzygy.gyp
index 461dd59..974d516 100644
--- a/chrome/installer/mini_installer_syzygy.gyp
+++ b/chrome/installer/mini_installer_syzygy.gyp
@@ -5,7 +5,7 @@
'variables': {
'version_py': '<(DEPTH)/chrome/tools/build/version.py',
'version_path': '<(DEPTH)/chrome/VERSION',
- 'lastchange_path': '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE',
+ 'lastchange_path': '<(DEPTH)/build/util/LASTCHANGE',
# 'branding_dir' is set in the 'conditions' section at the bottom.
'msvs_use_common_release': 0,
'msvs_use_common_linker_extras': 0,
diff --git a/chrome/installer/upgrade_test.gyp b/chrome/installer/upgrade_test.gyp
index 5a610dd..4d703509 100644
--- a/chrome/installer/upgrade_test.gyp
+++ b/chrome/installer/upgrade_test.gyp
@@ -6,7 +6,7 @@
'variables': {
'version_py': '../../chrome/tools/build/version.py',
'version_path': '../../chrome/VERSION',
- 'lastchange_path': '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE',
+ 'lastchange_path': '<(DEPTH)/build/util/LASTCHANGE',
# 'branding_dir' is set in the 'conditions' section at the bottom.
'msvs_use_common_release': 0,
'msvs_use_common_linker_extras': 0,