summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--base/base.gyp4
-rw-r--r--build/util/build_util.gyp1
-rwxr-xr-xchrome/chrome.gyp1
-rw-r--r--chrome/installer/installer.gyp8
-rwxr-xr-xchrome/installer/mini_installer.gyp4
5 files changed, 12 insertions, 6 deletions
diff --git a/base/base.gyp b/base/base.gyp
index 9a139d0..1c1b296 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)',
diff --git a/build/util/build_util.gyp b/build/util/build_util.gyp
index 982c29a..f747557 100644
--- a/build/util/build_util.gyp
+++ b/build/util/build_util.gyp
@@ -20,7 +20,6 @@
'./lastchange.py',
],
'outputs': [
- '<(lastchange_out_path)',
'<(lastchange_out_path).always',
],
'action': [
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 9931fda..963bfbb 100755
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -1402,7 +1402,6 @@
'<(template_input_path)',
'<(version_path)',
'<(branding_path)',
- '<(lastchange_path)',
],
'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_version.rc',
diff --git a/chrome/installer/installer.gyp b/chrome/installer/installer.gyp
index 818817d..00883543 100644
--- a/chrome/installer/installer.gyp
+++ b/chrome/installer/installer.gyp
@@ -224,7 +224,6 @@
'inputs': [
'<(template_input_path)',
'<(version_path)',
- '<(lastchange_path)',
'<(branding_dir)/BRANDING',
],
'outputs': [
@@ -238,6 +237,9 @@
'<(template_input_path)',
'<@(_outputs)',
],
+ 'dependencies': [
+ '../../build/util/build_util.gyp:lastchange',
+ ],
'process_outputs_as_sources': 1,
'message': 'Generating version information'
},
@@ -426,7 +428,6 @@
'inputs': [
'<(branding_dir)/BRANDING',
'<(version_path)',
- '<(lastchange_path)',
],
'outputs': [
'<(PRODUCT_DIR)/installer/version.txt',
@@ -439,6 +440,9 @@
'-f', '<(lastchange_path)',
'-o', '<@(_outputs)'
],
+ 'dependencies': [
+ '../../build/util/build_util.gyp:lastchange',
+ ],
},
],
},
diff --git a/chrome/installer/mini_installer.gyp b/chrome/installer/mini_installer.gyp
index 0a2d79e..c81271c 100755
--- a/chrome/installer/mini_installer.gyp
+++ b/chrome/installer/mini_installer.gyp
@@ -111,12 +111,14 @@
'inputs': [
'<(template_input_path)',
'<(version_path)',
- '<(lastchange_path)',
'<(branding_dir)/BRANDING',
],
'outputs': [
'<(INTERMEDIATE_DIR)/mini_installer_exe_version.rc',
],
+ 'dependencies': [
+ '../../build/util/build_util.gyp:lastchange',
+ ],
'action': [
'python', '<(version_py)',
'-f', '<(version_path)',