commit | 15a48be892b15ac3acc0eb4b823abfbaf75dfa15 | [log] [tgz] |
---|---|---|
author | mdempsky <[email protected]> | Wed Oct 21 23:37:53 2015 |
committer | Commit bot <[email protected]> | Wed Oct 21 23:38:38 2015 |
tree | a28144b6cb538ba9c35492dcb45a5b580f152187 | |
parent | fab6928ec86fd06059a60088b8d9e8b6b635a746 [diff] [blame] |
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} Committed: https://crrev.com/31f086c2013853749cac45522eb950b9d0ab0302 Cr-Commit-Position: refs/heads/master@{#355377} Review URL: https://codereview.chromium.org/1405633002 Cr-Commit-Position: refs/heads/master@{#355434}
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn index cbe30c5..758104a0 100644 --- a/chrome/browser/BUILD.gn +++ b/chrome/browser/BUILD.gn
@@ -766,7 +766,7 @@ ] deps += [ ":chrome_process_finder", - "//chrome:version_header", + "//chrome/common:version_header", "//chrome/installer/util:strings", "//chrome_elf", "//chrome_elf:constants",