Hook up chrome.exe manifest in the Windows GN build.
commit983c0562bba1e4d93bb7ee489f56bcbd61fc55f9
authorbrettw <brettw@chromium.org>
Wed, 22 Jul 2015 04:26:49 +0000 (21 21:26 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 22 Jul 2015 04:27:41 +0000 (22 04:27 +0000)
tree34dc4d88c58d0ff04997f39850fe7062ce0c09b9
parent0355eead6c2048131771feb493187f6f80155cf6
Hook up chrome.exe manifest in the Windows GN build.

This generates a proper version manifest for chrome.exe and also for the version assembly.

This adds a new way to get the chrome version info programatically at GN time. Although this adds another exec_script call, it removes four such calls in remoting so there is a net speed increase.

BUG=

Review URL: https://codereview.chromium.org/1250853007

Cr-Commit-Position: refs/heads/master@{#339833}
.gn
build/util/version.gni [new file with mode: 0644]
chrome/BUILD.gn
chrome/app/version_assembly/BUILD.gn [new file with mode: 0644]
chrome/chrome_exe.gypi
chrome/version.gni
remoting/BUILD.gn
remoting/remoting_version.gni
remoting/webapp/build_template.gni