summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
authoreroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-21 22:17:47 +0000
committereroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-21 22:17:47 +0000
commiteb8605cc05a24c5d444c43d3c559b44ce7a5a75e (patch)
treeeefc9b78a69d6e740b06cc408cfe0dd8e159bcc4 /net/net.gyp
parentb90490bbcbaad21ce539f1e7bd9dbfbfdeb164e1 (diff)
downloadchromium_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.gyp2
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',