DescriptionSplit GN installer_util into one that has no strings.
After a lot of study, the GYP build of chrome.exe is smaller partially because it doesn't include all of these generated strings. The strings are not needed by chrome.exe, but there is no sub-part of chrome/installer/util that can be factored such that the part that chrome.exe uses does not depend on the strings.
This patch makes two targets, one for if you want the strings, and one for if you don't. This is rather precarious so I named the non-string-including target in a very detailed way. The result is the final link matches GYP in this respect, and saves about 200KB on chrome.exe
TBR=dpranke@chromium.org
Committed: https://crrev.com/d1ceb87cd865e2777059c5afe031dae57c8e7914
Cr-Commit-Position: refs/heads/master@{#366618}
Patch Set 1 #
Total comments: 5
Patch Set 2 : Comment #
Messages
Total messages: 26 (12 generated)
|