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

Unified Diff: net/net.gyp

Issue 3029035: net: add DnsRRResovler to fetch arbitary DNS resource types. (Closed)
Patch Set: Created 10 years, 5 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/base/dnsrr_resolver_unittest.cc ('K') | « net/base/dnsrr_resolver_unittest.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 b580e0f0c321308faeb0661da83c3ea5220fdd0f..d9e152b1280b73b88b69146a2838989dfc49fbff 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -55,6 +55,8 @@
'base/dns_reload_timer.h',
'base/dns_util.cc',
'base/dns_util.h',
+ 'base/dnsrr_resolver.cc',
+ 'base/dnsrr_resolver.h',
'base/escape.cc',
'base/escape.h',
'base/ev_root_ca_metadata.cc',
@@ -664,6 +666,7 @@
'base/data_url_unittest.cc',
'base/directory_lister_unittest.cc',
'base/dns_util_unittest.cc',
+ 'base/dnsrr_resolver_unittest.cc',
'base/escape_unittest.cc',
'base/file_stream_unittest.cc',
'base/filter_unittest.cc',
« net/base/dnsrr_resolver_unittest.cc ('K') | « net/base/dnsrr_resolver_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698