summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
authorszym@chromium.org <szym@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-01 05:41:30 +0000
committerszym@chromium.org <szym@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-01 05:41:30 +0000
commitd75edae0fee063c13086ce10ba443deb4968fbde (patch)
tree544030d83e306da0e115f2d1b518fe1699c9c370 /net/net.gyp
parent47a0b0018dd5d400d9eba166c61582fb38eae807 (diff)
downloadchromium_src-d75edae0fee063c13086ce10ba443deb4968fbde.zip
chromium_src-d75edae0fee063c13086ce10ba443deb4968fbde.tar.gz
chromium_src-d75edae0fee063c13086ce10ba443deb4968fbde.tar.bz2
Refactoring and remaining work on DnsConfigService:
- Isolate WatchingFileReader for reusability and testability - ParseHosts to parse /etc/hosts - tests BUG=90881 TEST=./net_unittests --gtest_filter='DnsConfig*:DnsHosts*:WatchingFileReader*' Review URL: http://codereview.chromium.org/7753027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99135 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r--net/net.gyp7
1 files changed, 7 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp
index 73b6d62..a551c5e 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -303,12 +303,16 @@
'dns/dns_config_service.h',
'dns/dns_config_service_posix.cc',
'dns/dns_config_service_posix.h',
+ 'dns/dns_hosts.cc',
+ 'dns/dns_hosts.h',
'dns/dns_query.cc',
'dns/dns_query.h',
'dns/dns_response.cc',
'dns/dns_response.h',
'dns/dns_transaction.cc',
'dns/dns_transaction.h',
+ 'dns/watching_file_reader.cc',
+ 'dns/watching_file_reader.h',
'ftp/ftp_auth_cache.cc',
'ftp/ftp_auth_cache.h',
'ftp/ftp_ctrl_response_buffer.cc',
@@ -968,9 +972,12 @@
'disk_cache/storage_block_unittest.cc',
'dns/async_host_resolver_unittest.cc',
'dns/dns_config_service_posix_unittest.cc',
+ 'dns/dns_config_service_unittest.cc',
+ 'dns/dns_hosts_unittest.cc',
'dns/dns_query_unittest.cc',
'dns/dns_response_unittest.cc',
'dns/dns_transaction_unittest.cc',
+ 'dns/watching_file_reader_unittest.cc',
'ftp/ftp_auth_cache_unittest.cc',
'ftp/ftp_ctrl_response_buffer_unittest.cc',
'ftp/ftp_directory_listing_parser_ls_unittest.cc',