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",