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

Unified Diff: net/net_common.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: fix mac unittest 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
« net/net.gypi ('K') | « net/net.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net_common.gypi
diff --git a/net/net_common.gypi b/net/net_common.gypi
index 77134f5d2a3f4bff826e05f140eb15ec1fd852dc..c951d3651e109a85bb3cb1cb66ea9143f083823f 100644
--- a/net/net_common.gypi
+++ b/net/net_common.gypi
@@ -393,18 +393,18 @@
['include', '^base/platform_mime_util_linux\\.cc$'],
['include', '^base/address_tracker_linux\\.cc$'],
['include', '^base/address_tracker_linux\\.h$'],
- ['include', '^base/net_util_linux\\.cc$'],
- ['include', '^base/net_util_linux\\.h$'],
+ ['include', '^base/network_interfaces_linux\\.cc$'],
+ ['include', '^base/network_interfaces_linux\\.h$'],
],
}],
['OS == "ios"', {
'sources/': [
['include', '^base/mac/url_conversions\\.h$'],
['include', '^base/mac/url_conversions\\.mm$'],
- ['include', '^base/net_util_mac\\.cc$'],
- ['include', '^base/net_util_mac\\.h$'],
['include', '^base/network_change_notifier_mac\\.cc$'],
['include', '^base/network_config_watcher_mac\\.cc$'],
+ ['include', '^base/network_interfaces_mac\\.cc$'],
+ ['include', '^base/network_interfaces_mac\\.h$'],
['include', '^base/platform_mime_util_mac\\.mm$'],
# The iOS implementation only partially uses NSS and thus does not
# defines |use_nss_certs|. In particular the |USE_NSS_CERTS|
« net/net.gypi ('K') | « net/net.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698