Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1089)

Unified Diff: net/net.gyp

Issue 10689015: [net] Adds AddressTrackerLinux which keeps track of interface addresses using rtnetlink. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Responded to vandebo's review. Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index a56d052f0f6e0cd060cb1e8807b6afc28efea7f7..9420df7bc0ae609eb1070f098e4e6c2db20fc6bb 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -57,6 +57,8 @@
'base/address_family.h',
'base/address_list.cc',
'base/address_list.h',
+ 'base/address_tracker_linux.cc',
+ 'base/address_tracker_linux.h',
'base/asn1_util.cc',
'base/asn1_util.h',
'base/auth.cc',
@@ -194,8 +196,6 @@
'base/network_change_notifier_linux.h',
'base/network_change_notifier_mac.cc',
'base/network_change_notifier_mac.h',
- 'base/network_change_notifier_netlink_linux.cc',
- 'base/network_change_notifier_netlink_linux.h',
'base/network_change_notifier_win.cc',
'base/network_change_notifier_win.h',
'base/network_config_watcher_mac.cc',
« net/base/address_tracker_linux.cc ('K') | « net/base/network_change_notifier_netlink_linux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698