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