diff options
author | eroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-21 22:17:47 +0000 |
---|---|---|
committer | eroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-21 22:17:47 +0000 |
commit | eb8605cc05a24c5d444c43d3c559b44ce7a5a75e (patch) | |
tree | eefc9b78a69d6e740b06cc408cfe0dd8e159bcc4 /net/net.gyp | |
parent | b90490bbcbaad21ce539f1e7bd9dbfbfdeb164e1 (diff) | |
download | chromium_src-eb8605cc05a24c5d444c43d3c559b44ce7a5a75e.zip chromium_src-eb8605cc05a24c5d444c43d3c559b44ce7a5a75e.tar.gz chromium_src-eb8605cc05a24c5d444c43d3c559b44ce7a5a75e.tar.bz2 |
net-internals: Log the addresses that were attempted during a TCP connect, and any OS errors that attempts failed with (windows implementation)
Note that this change is the same as r47764, but for the windows implementation.
BUG=44488
Review URL: http://codereview.chromium.org/2127011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47956 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp index e978135..85daf0c 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -24,6 +24,8 @@ 'base/address_family.h', 'base/address_list.cc', 'base/address_list.h', + 'base/address_list_net_log_param.cc', + 'base/address_list_net_log_param.h', 'base/auth.h', 'base/cache_type.h', 'base/capturing_net_log.cc', |