| Index: chrome/installer/installer_tools.gyp
|
| diff --git a/chrome/installer/installer_tools.gyp b/chrome/installer/installer_tools.gyp
|
| index 7af6c489db5f98c92ecb839a6b828bbab00a1f10..b9508fda542d39a08263d9a5a35ea1fa8345dac8 100644
|
| --- a/chrome/installer/installer_tools.gyp
|
| +++ b/chrome/installer/installer_tools.gyp
|
| @@ -4,7 +4,7 @@
|
|
|
| {
|
| 'variables': {
|
| - 'version_py': '<(DEPTH)/chrome/tools/build/version.py',
|
| + 'version_py': '<(DEPTH)/build/util/version.py',
|
| 'version_path': '<(DEPTH)/chrome/VERSION',
|
| 'lastchange_path': '<(DEPTH)/build/util/LASTCHANGE',
|
| # 'branding_dir' is set in the 'conditions' section at the bottom.
|
|
|