| Index: chrome/installer/mini_installer.gyp
|
| diff --git a/chrome/installer/mini_installer.gyp b/chrome/installer/mini_installer.gyp
|
| index c81271ce1ab0553975a45eec7bc0a0048532693e..0a2d79e526de45f55e3f61b3c94d84d285bafd71 100755
|
| --- a/chrome/installer/mini_installer.gyp
|
| +++ b/chrome/installer/mini_installer.gyp
|
| @@ -111,14 +111,12 @@
|
| '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)',
|
|
|