chromium-src-build/config/win
Brian Sheedy d66d3611f3 Revert "Add dbghelp.dll to delay load list"
This reverts commit 4edc050329e259e71389115a2bcf1c4b693b57a3.

Reason for revert: Breaks minidump generation on Windows

Original change's description:
> Add dbghelp.dll to delay load list
>
> Currently, many of the binaries have a static dependency on dbghelp.dll.
> This results in dbghelp getting loaded in all chrome processes. Upon
> inspection, dbghelp.dll is only necessary for stack sampling and mini
> dump handing in crashpad. Stack sampling is only enabled by default on
> unofficial builds of dev and canary.  All other times we are needlessly
> loading this module which brings in 300k of image file refset and 60k
> of Copy on Write costs per process.  This change adds it to the delay
> load list.
>
> Change-Id: I13da0ce0735431c5c51cdbc9ba2cfea0cc3cded7
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2336541
> Commit-Queue: Chris Davis <chrdavis@microsoft.com>
> Reviewed-by: Cliff Smolinsky <cliffsmo@microsoft.com>
> Reviewed-by: Bruce Dawson <brucedawson@chromium.org>
> Reviewed-by: Nico Weber <thakis@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#796707}

TBR=thakis@chromium.org,brucedawson@chromium.org,cliffsmo@microsoft.com,chrdavis@microsoft.com

Change-Id: I6051562e22eaa9e778b7077c3efab1129bdfd77c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2350744
Commit-Queue: Brian Sheedy <bsheedy@chromium.org>
Reviewed-by: Brian Sheedy <bsheedy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#797080}
GitOrigin-RevId: 7bbae44fb25fadac09d029bb7d935781b6833e81
2020-08-11 19:12:36 -07:00
..
BUILD.gn Revert "Add dbghelp.dll to delay load list" 2020-08-11 19:12:36 -07:00
console_app.gni Support win_console_app for content_shell. 2016-01-19 17:41:43 +00:00
control_flow_guard.gni Allow CFG guards to be generated with gn config. 2020-07-21 13:24:22 -07:00
manifest.gni Disable the segment heap by default and add a GN flag to control it. 2020-07-13 15:03:13 -07:00
visual_studio_version.gni Reland of win: Remove unneeded references to visual_studio_version now that it's always 2015. (patchset #2 id:150001 of https://codereview.chromium.org/2531333004/ ) 2016-12-02 16:00:41 +00:00