diff options
author | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-22 02:22:10 +0000 |
---|---|---|
committer | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-22 02:22:10 +0000 |
commit | 1992715a45a68c5bb09a7deda02ddf66821c3351 (patch) | |
tree | 1ecda08adac8a8f8274a03a662deec350fb799bd /net/net.gyp | |
parent | bd443a5415adab148b10416c6a4f8050fbe54271 (diff) | |
download | chromium_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-x | net/net.gyp | 5 |
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!': [ |