Commit 6d2e67da authored by Bruce Dawson's avatar Bruce Dawson Committed by Commit Bot

Improve chrome_exe_manifest comment

As the chrome_exe_manifest gains new uses the comment should be
maintained. This change acknowledges the addition of the segment heap
tag.

Bug: 1014701
Change-Id: I2dc3fbf1b3678ee21fa3695b75c4ad5ba13e7a1e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2268225Reviewed-by: default avatarGabriel Charette <gab@chromium.org>
Commit-Queue: Bruce Dawson <brucedawson@chromium.org>
Cr-Commit-Position: refs/heads/master@{#783018}
parent eb3d8e84
...@@ -18,7 +18,8 @@ process_version("chrome_exe_version_manifest") { ...@@ -18,7 +18,8 @@ process_version("chrome_exe_version_manifest") {
} }
# Generates the manifest for chrome.exe. This is the normal manifest stuff plus # Generates the manifest for chrome.exe. This is the normal manifest stuff plus
# the version information. # opting in to the segment heap (Windows 10 2004 and above), and the version
# information.
windows_manifest("chrome_exe_manifest") { windows_manifest("chrome_exe_manifest") {
sources = [ sources = [
as_invoker_manifest, as_invoker_manifest,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment