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

Unified Diff: net/net.gypi

Issue 1154323007: Split network_interfaces.h off of net_utils.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ip_util
Patch Set: address matt's comments Created 5 years, 7 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
« no previous file with comments | « net/base/network_interfaces_win.cc ('k') | net/net_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 355b9d09c10de2aeb37946d43d32144417737679..ea6269cf0f8048a445baf8f4527ddcbe1c32c2bf 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -45,7 +45,9 @@
'base/net_string_util.h',
'base/net_util.cc',
'base/net_util.h',
- 'base/net_util_posix.cc',
+ 'base/network_interfaces.cc',
+ 'base/network_interfaces.h',
+ 'base/network_interfaces_posix.cc',
'base/openssl_private_key_store.h',
'base/openssl_private_key_store_android.cc',
'base/openssl_private_key_store_memory.cc',
@@ -258,9 +260,6 @@
'base/mime_util.h',
'base/net_errors_win.cc',
'base/net_info_source_list.h',
- 'base/net_util_linux.cc',
- 'base/net_util_mac.cc',
- 'base/net_util_win.cc',
'base/network_activity_monitor.cc',
'base/network_activity_monitor.h',
'base/network_change_notifier.cc',
@@ -274,6 +273,9 @@
'base/network_change_notifier_win.h',
'base/network_config_watcher_mac.cc',
'base/network_config_watcher_mac.h',
+ 'base/network_interfaces_linux.cc',
+ 'base/network_interfaces_mac.cc',
+ 'base/network_interfaces_win.cc',
'base/network_delegate.cc',
'base/network_delegate.h',
'base/network_delegate_impl.cc',
@@ -1313,6 +1315,7 @@
'base/network_activity_monitor_unittest.cc',
'base/network_change_notifier_unittest.cc',
'base/network_change_notifier_win_unittest.cc',
+ 'base/network_interfaces_unittest.cc',
'base/network_quality_estimator_unittest.cc',
'base/prioritized_dispatcher_unittest.cc',
'base/priority_queue_unittest.cc',
« no previous file with comments | « net/base/network_interfaces_win.cc ('k') | net/net_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698