Index: chrome/chrome_utility.gypi |
diff --git a/chrome/chrome_utility.gypi b/chrome/chrome_utility.gypi |
index d986e14b44bc13baedd98ece6e0d36fc80ac6997..9c13e8ef073ad782d4553b840dcfbaf83926f284 100644 |
--- a/chrome/chrome_utility.gypi |
+++ b/chrome/chrome_utility.gypi |
@@ -120,6 +120,19 @@ |
'<@(chrome_utility_sources)', |
], |
'conditions': [ |
+ ['OS=="win"', { |
+ 'link_settings': { |
+ 'msvs_settings': { |
+ 'VCLinkerTool': { |
+ 'DelayLoadDLLs': [ |
+ # Prevent wininet from loading in the renderer. |
+ # http://crbug.com/460679 |
+ 'wininet.dll', |
+ ], |
+ }, |
+ }, |
+ }, |
+ }], |
['OS!="win" and OS!="mac" and use_openssl==1', { |
'sources!': [ |
'utility/importer/nss_decryptor.cc', |