summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
authorwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-22 02:22:10 +0000
committerwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-22 02:22:10 +0000
commit1992715a45a68c5bb09a7deda02ddf66821c3351 (patch)
tree1ecda08adac8a8f8274a03a662deec350fb799bd /net/net.gyp
parentbd443a5415adab148b10416c6a4f8050fbe54271 (diff)
downloadchromium_src-1992715a45a68c5bb09a7deda02ddf66821c3351.zip
chromium_src-1992715a45a68c5bb09a7deda02ddf66821c3351.tar.gz
chromium_src-1992715a45a68c5bb09a7deda02ddf66821c3351.tar.bz2
Implement NetworkChangeNotifierWin.
Uses the NotifyAddrChange() API to detect ip address changes. BUG=http://crbug.com/26156 Review URL: http://codereview.chromium.org/551077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36837 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rwxr-xr-xnet/net.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp
index f16ebab..9a8824b 100755
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -524,6 +524,11 @@
'dependencies': [
'tld_cleanup',
],
+ 'link_settings': {
+ 'libraries': [
+ '-lIphlpapi.lib',
+ ],
+ },
},
{ # else: OS != "win"
'sources!': [