diff options
author | guoweis <guoweis@chromium.org> | 2014-11-14 09:42:56 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-11-14 17:43:18 +0000 |
commit | 7eb7ab5d60d5b3ebe49238e36c99a79b99de1163 (patch) | |
tree | 92c2a3f8981fd51d1016110cbcb6e06a7bc8999c /net/net.gypi | |
parent | b025f39f3abea987045fd9165adc1f2cf0dabd2a (diff) | |
download | chromium_src-7eb7ab5d60d5b3ebe49238e36c99a79b99de1163.zip chromium_src-7eb7ab5d60d5b3ebe49238e36c99a79b99de1163.tar.gz chromium_src-7eb7ab5d60d5b3ebe49238e36c99a79b99de1163.tar.bz2 |
Implement GetNetworkList on Mac/iOS to expose IPv6 address attributes.
Enhance attributes mapping to expose IPv6 temporary and deprecated address attributes on Mac. For iOS, it should only be a non-functional refactor change.
Also refactor the code to facilitate testing and add additional testing.
BUG=413437
Review URL: https://codereview.chromium.org/715513005
Cr-Commit-Position: refs/heads/master@{#304231}
Diffstat (limited to 'net/net.gypi')
-rw-r--r-- | net/net.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/net.gypi b/net/net.gypi index a972783..b51c2ec 100644 --- a/net/net.gypi +++ b/net/net.gypi @@ -246,6 +246,8 @@ 'base/net_log_logger.h', 'base/net_log_util.cc', 'base/net_log_util.h', + 'base/net_util_linux.cc', + 'base/net_util_mac.cc', 'base/net_util_win.cc', 'base/network_change_notifier.cc', 'base/network_change_notifier.h', |