summaryrefslogtreecommitdiffstats
path: root/build/internal
diff options
context:
space:
mode:
authorbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-02 20:40:49 +0000
committerbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-02 20:40:49 +0000
commit82b28308c492d4f4ae6077fb42757be27caa60bf (patch)
tree502a47f79e671d75dec0335d2fad334873ec33f1 /build/internal
parent57cc7b2d90e6cfee9079f23281cd78f23fc961c2 (diff)
downloadchromium_src-82b28308c492d4f4ae6077fb42757be27caa60bf.zip
chromium_src-82b28308c492d4f4ae6077fb42757be27caa60bf.tar.gz
chromium_src-82b28308c492d4f4ae6077fb42757be27caa60bf.tar.bz2
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: svn://svn.chromium.org/chrome/trunk/src@2808 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/internal')
-rw-r--r--build/internal/essential.vsprops2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/internal/essential.vsprops b/build/internal/essential.vsprops
index 0264286..21460a9 100644
--- a/build/internal/essential.vsprops
+++ b/build/internal/essential.vsprops
@@ -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"