| Index: chrome/chrome_exe.gypi
|
| diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
|
| index 04d2d9c56f02db71b0830f7b99077b7774ed392a..d8b5bd76614d86556d7d1472cbd8f45b0f80944f 100644
|
| --- a/chrome/chrome_exe.gypi
|
| +++ b/chrome/chrome_exe.gypi
|
| @@ -469,68 +469,6 @@
|
| }],
|
| ],
|
| },
|
| - {
|
| - 'target_name': 'chrome_version_info',
|
| - 'type': '<(library)',
|
| - 'sources': [
|
| - 'common/chrome_version_info.cc',
|
| - 'common/chrome_version_info.h',
|
| - ],
|
| - 'include_dirs': [
|
| - '<(DEPTH)',
|
| - ],
|
| - 'conditions': [
|
| - [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd" or OS == "solaris"', {
|
| - 'include_dirs': [
|
| - '<(SHARED_INTERMEDIATE_DIR)',
|
| - ],
|
| - 'actions': [
|
| - {
|
| - 'action_name': 'posix_version',
|
| - 'variables': {
|
| - 'lastchange_path':
|
| - '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE',
|
| - 'version_py_path': 'tools/build/version.py',
|
| - 'version_path': 'VERSION',
|
| - 'template_input_path': 'common/chrome_version_info_posix.h.version',
|
| - },
|
| - 'conditions': [
|
| - [ 'branding == "Chrome"', {
|
| - 'variables': {
|
| - 'branding_path':
|
| - 'app/theme/google_chrome/BRANDING',
|
| - },
|
| - }, { # else branding!="Chrome"
|
| - 'variables': {
|
| - 'branding_path':
|
| - 'app/theme/chromium/BRANDING',
|
| - },
|
| - }],
|
| - ],
|
| - 'inputs': [
|
| - '<(template_input_path)',
|
| - '<(version_path)',
|
| - '<(branding_path)',
|
| - '<(lastchange_path)',
|
| - ],
|
| - 'outputs': [
|
| - '<(SHARED_INTERMEDIATE_DIR)/chrome/common/chrome_version_info_posix.h',
|
| - ],
|
| - 'action': [
|
| - 'python',
|
| - '<(version_py_path)',
|
| - '-f', '<(version_path)',
|
| - '-f', '<(branding_path)',
|
| - '-f', '<(lastchange_path)',
|
| - '<(template_input_path)',
|
| - '<@(_outputs)',
|
| - ],
|
| - 'message': 'Generating version information',
|
| - },
|
| - ],
|
| - }],
|
| - ]
|
| - }
|
| ],
|
| 'conditions': [
|
| ['OS=="win"', {
|
|
|