| Index: chrome/chrome_common.gypi
|
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
|
| index d90ab6b8c7f9d23b961752547db498f2c7adf6ea..ffd0eb5df19e28cbb397aee68b97398a9b32c3c7 100644
|
| --- a/chrome/chrome_common.gypi
|
| +++ b/chrome/chrome_common.gypi
|
| @@ -583,9 +583,8 @@
|
| {
|
| 'action_name': 'posix_version',
|
| 'variables': {
|
| - 'lastchange_path':
|
| - '<(DEPTH)/build/util/LASTCHANGE',
|
| - 'version_py_path': 'tools/build/version.py',
|
| + 'lastchange_path': '<(DEPTH)/build/util/LASTCHANGE',
|
| + 'version_py_path': '<(DEPTH)/build/util/version.py',
|
| 'version_path': 'VERSION',
|
| 'template_input_path': 'common/chrome_version_info_posix.h.version',
|
| },
|
|
|