Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Commit

Permalink
Remove dll which renderer will delayload
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdh committed Mar 27, 2017
1 parent c789dde commit 0241c02
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/win/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ executable("electron_app") {
"/DELAYLOAD:dbghelp.dll",
"/DELAYLOAD:dwmapi.dll",
"/DELAYLOAD:uxtheme.dll",
"/DELAYLOAD:ole32.dll",
"/DELAYLOAD:oleaut32.dll",
"/DELAYLOAD:comdlg32.dll",
"/DELAYLOAD:crypt32.dll",
Expand All @@ -90,7 +89,6 @@ executable("electron_app") {
"/DELAYLOAD:winhttp.dll",
"/DELAYLOAD:wininet.dll",
"/DELAYLOAD:winspool.drv",
"/DELAYLOAD:ws2_32.dll",
"/DELAYLOAD:wsock32.dll",
"/DELAYLOAD:d3d11.dll",
"/DELAYLOAD:d3d9.dll",
Expand Down

0 comments on commit 0241c02

Please sign in to comment.