| Index: build/grit_action.gypi
|
| diff --git a/build/grit_action.gypi b/build/grit_action.gypi
|
| index f294ff0a16b9caaa01b1dcf4c535efa9cdaaf3e5..b24f0f8d715cd0333db9b9cb9e16a7635657878a 100644
|
| --- a/build/grit_action.gypi
|
| +++ b/build/grit_action.gypi
|
| @@ -19,7 +19,7 @@
|
| 'grit_resource_ids%': '<(DEPTH)/tools/gritsettings/resource_ids',
|
| # This makes it possible to add more defines in specific targets,
|
| # instead of build/common.gypi .
|
| - 'grit_additional_defines%': ['-D', 'version=<(version_full)'],
|
| + 'grit_additional_defines%': [],
|
| 'grit_rc_header_format%': [],
|
| 'grit_whitelist%': '',
|
|
|
| @@ -37,9 +37,6 @@
|
| }],
|
| ],
|
| },
|
| - 'includes': [
|
| - '../build/util/version.gypi'
|
| - ],
|
| 'conditions': [
|
| ['"<(grit_whitelist)"==""', {
|
| 'variables': {
|
|
|