Chromium Code Reviews| Index: chrome/chrome_utility.gypi |
| diff --git a/chrome/chrome_utility.gypi b/chrome/chrome_utility.gypi |
| index d986e14b44bc13baedd98ece6e0d36fc80ac6997..3fc590a86e31a088bffb53a1a8940b2bf0737d99 100644 |
| --- a/chrome/chrome_utility.gypi |
| +++ b/chrome/chrome_utility.gypi |
| @@ -153,6 +153,18 @@ |
| '<@(chrome_utility_shared_media_sources)', |
| ], |
| 'conditions': [ |
| + ['OS=="win"', { |
|
scottmg
2015/02/24 22:06:16
What does this have to do with enable_extensions==
jschuh
2015/02/25 18:07:44
Nothing. I put it in the wrong place because I was
|
| + 'link_settings': { |
| + 'msvs_settings': { |
| + 'VCLinkerTool': { |
| + 'DelayLoadDLLs': [ |
| + # Prevent this from loading in the renderer process. |
|
scottmg
2015/02/24 22:08:03
also please add a link to the appcontainer bug her
|
| + 'wininet.dll', |
| + ], |
| + }, |
| + }, |
| + }, |
| + }], |
| ['OS=="win" or OS=="mac"', { |
| 'dependencies': [ |
| '../components/components.gyp:wifi_component', |