Remove the network state notifier and the corresponding DLL. This is likely causing some startup performance regressions, and we don't really need it now anyway. We should have a different design when we implement this in the future.

BUG=3076
Review URL: http://codereview.chromium.org/6404

git-svn-id: http://src.chromium.org/svn/trunk/src/build@2808 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
brettw@google.com 2008-10-02 20:40:49 +00:00
Родитель 3b02591f38
Коммит 14f11e29ef
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -30,7 +30,7 @@
<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 iphlpapi.lib"
AdditionalDependencies="wininet.lib version.lib msimg32.lib ws2_32.lib usp10.lib psapi.lib"
AdditionalLibraryDirectories="$(SDKLibs)"
DelayLoadDLLs="dwmapi.dll,uxtheme.dll"
GenerateDebugInformation="true"