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