summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authormdempsky <mdempsky@chromium.org>2015-10-21 12:56:28 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-21 19:57:22 +0000
commit31f086c2013853749cac45522eb950b9d0ab0302 (patch)
tree0d97d68e74c590e2f264485617dc6a935277150c /chrome/chrome.gyp
parent9a021f104edefa759648517b9b7a6eaf3c3674e2 (diff)
downloadchromium_src-31f086c2013853749cac45522eb950b9d0ab0302.zip
chromium_src-31f086c2013853749cac45522eb950b9d0ab0302.tar.gz
chromium_src-31f086c2013853749cac45522eb950b9d0ab0302.tar.bz2
Cleanup chrome/common/chrome_version.h handling
Rename "version.h" to "chrome/common/chrome_version.h" Update #include and GYP/GN references Generate on all platforms Remove redundant generated chrome/common/chrome_version.cc.version Fix DEPS include_rules BUG=542807 Committed: https://crrev.com/59647ecac9524d954010d3d10b539ee4a340bf94 Cr-Commit-Position: refs/heads/master@{#355196} Review URL: https://codereview.chromium.org/1405633002 Cr-Commit-Position: refs/heads/master@{#355377}
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r--chrome/chrome.gyp35
1 files changed, 0 insertions, 35 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 5fae3f0..c9986e1 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -415,41 +415,6 @@
],
},
{
- # GN version: //chrome:version_header
- 'target_name': 'chrome_version_header',
- 'type': 'none',
- 'hard_dependency': 1,
- 'actions': [
- {
- 'action_name': 'version_header',
- 'variables': {
- 'lastchange_path':
- '<(DEPTH)/build/util/LASTCHANGE',
- 'branding_path': 'app/theme/<(branding_path_component)/BRANDING',
- },
- 'inputs': [
- '<(version_path)',
- '<(branding_path)',
- '<(lastchange_path)',
- 'version.h.in',
- ],
- 'outputs': [
- '<(SHARED_INTERMEDIATE_DIR)/version.h',
- ],
- 'action': [
- 'python',
- '<(version_py_path)',
- '-f', '<(version_path)',
- '-f', '<(branding_path)',
- '-f', '<(lastchange_path)',
- 'version.h.in',
- '<@(_outputs)',
- ],
- 'message': 'Generating version header file: <@(_outputs)',
- },
- ],
- },
- {
'target_name': 'crash_service',
'type': 'executable',
'dependencies': [