Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2897)

Unified Diff: build/internal/essential.vsprops

Issue 67137: Add delay loading of dbghelp.dll into essential.vsprops. (Closed)
Patch Set: Created 11 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/internal/essential.vsprops
diff --git a/build/internal/essential.vsprops b/build/internal/essential.vsprops
index a23b426c32d461c172aa382e93752218eeabbbec..6b0f1c4f8bce3d1f0f3650e2eaa9bfe3b5e4d591 100644
--- a/build/internal/essential.vsprops
+++ b/build/internal/essential.vsprops
@@ -30,9 +30,9 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/safeseh /dynamicbase /ignore:4199 /ignore:4221 /nxcompat"
- AdditionalDependencies="wininet.lib version.lib msimg32.lib ws2_32.lib usp10.lib psapi.lib"
+ AdditionalDependencies="wininet.lib version.lib msimg32.lib ws2_32.lib usp10.lib psapi.lib dbghelp.lib"
AdditionalLibraryDirectories="$(SDKLibs);$(OutDir)\lib"
- DelayLoadDLLs="dwmapi.dll,uxtheme.dll"
+ DelayLoadDLLs="dbghelp.dll,dwmapi.dll,uxtheme.dll"
MapFileName="$(OutDir)\$(TargetName).map"
ImportLibrary="$(OutDir)\lib\$(TargetName).lib"
TargetMachine="1"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698