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

Unified Diff: net/BUILD.gn

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 | « no previous file | net/base/address_tracker_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 33a6896a20d9d90b10caee0ff8ca56288c19fa8a..b64440c79c8fcaf61ff84d7bc087c84c0381cc1d 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -442,10 +442,10 @@ component("net") {
# files.
set_sources_assignment_filter([])
sources += [
- "base/net_util_mac.cc",
- "base/net_util_mac.h",
"base/network_change_notifier_mac.cc",
"base/network_config_watcher_mac.cc",
+ "base/network_interfaces_mac.cc",
+ "base/network_interfaces_mac.h",
"base/platform_mime_util_mac.mm",
"proxy/proxy_resolver_mac.cc",
"proxy/proxy_server_mac.cc",
@@ -473,8 +473,8 @@ component("net") {
sources += [
"base/address_tracker_linux.cc",
"base/address_tracker_linux.h",
- "base/net_util_linux.cc",
- "base/net_util_linux.h",
+ "base/network_interfaces_linux.cc",
+ "base/network_interfaces_linux.h",
"base/platform_mime_util_linux.cc",
]
set_sources_assignment_filter(sources_assignment_filter)
« no previous file with comments | « no previous file | net/base/address_tracker_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698