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

Unified Diff: net/net.gyp

Issue 9190031: DnsClient refactoring + features (timeout, suffix search, server rotation). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added comments. Fixed tests. Created 8 years, 11 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
« net/dns/dns_response_unittest.cc ('K') | « net/dns/dns_transaction.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 4a249cf896d2797fc22197de1fed0ff310e99b1c..cea016f1ab971eaf8fab8008cac5cd40a789272d 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -342,8 +342,6 @@
'dns/dns_response.h',
'dns/dns_session.cc',
'dns/dns_session.h',
- 'dns/dns_transaction.cc',
- 'dns/dns_transaction.h',
'dns/serial_worker.cc',
'dns/serial_worker.h',
'dns/watching_file_reader.cc',
@@ -1071,7 +1069,6 @@
'dns/dns_hosts_unittest.cc',
'dns/dns_query_unittest.cc',
'dns/dns_response_unittest.cc',
- 'dns/dns_transaction_unittest.cc',
mmenke 2012/01/13 16:44:37 Looks like you forgot to delete this file from the
'dns/serial_worker_unittest.cc',
'dns/watching_file_reader_unittest.cc',
'ftp/ftp_auth_cache_unittest.cc',
« net/dns/dns_response_unittest.cc ('K') | « net/dns/dns_transaction.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698