diff options
author | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-22 03:04:26 +0000 |
---|---|---|
committer | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-22 03:04:26 +0000 |
commit | fe0f84184b33ea539c79102eb13f7401baaeb892 (patch) | |
tree | bf19da0bbde0ca4df133b974ba823bf199d94071 /net/net.gyp | |
parent | 25e65ec8c39b3ba0a420f60d6c5c6021ef317b56 (diff) | |
download | chromium_src-fe0f84184b33ea539c79102eb13f7401baaeb892.zip chromium_src-fe0f84184b33ea539c79102eb13f7401baaeb892.tar.gz chromium_src-fe0f84184b33ea539c79102eb13f7401baaeb892.tar.bz2 |
Revert 36837 (caused XP unit_tests crashes) - Implement NetworkChangeNotifierWin.
Uses the NotifyAddrChange() API to detect ip address changes.
BUG=http://crbug.com/26156
Review URL: http://codereview.chromium.org/551077
TBR=willchan@chromium.org
Review URL: http://codereview.chromium.org/543167
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36842 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rwxr-xr-x | net/net.gyp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/net/net.gyp b/net/net.gyp index 9a8824b..f16ebab 100755 --- a/net/net.gyp +++ b/net/net.gyp @@ -524,11 +524,6 @@ 'dependencies': [ 'tld_cleanup', ], - 'link_settings': { - 'libraries': [ - '-lIphlpapi.lib', - ], - }, }, { # else: OS != "win" 'sources!': [ |