| Index: build/chrome_settings.gypi
|
| diff --git a/build/chrome_settings.gypi b/build/chrome_settings.gypi
|
| index e9c753554de3b593998c445d6a337b6ed5ab0bfd..646b2098b63440c743b17fbccfe2abe2f3065d64 100644
|
| --- a/build/chrome_settings.gypi
|
| +++ b/build/chrome_settings.gypi
|
| @@ -8,6 +8,8 @@
|
| 'variables': {
|
| # TODO: remove this helper when we have loops in GYP
|
| 'apply_locales_cmd': ['python', '<(DEPTH)/build/apply_locales.py'],
|
| + 'grit_defines': ['-D', 'version=<(version_full)'],
|
| + 'includes': ['util/version.gypi'],
|
|
|
| 'conditions': [
|
| ['OS=="mac"', {
|
|
|