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

Unified Diff: net/net.gyp

Issue 14697022: Cache for mDNS records (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@record_parsed_klassbit
Patch Set: Created 7 years, 7 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/record_rdata.cc ('K') | « net/dns/record_rdata_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 10d7d3bbb750037a6711ddb0c0faa764deb8531f..a509aec5e2abddb4a5a4e6b066a75232d6969b53 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -443,6 +443,8 @@
'dns/host_resolver_proc.h',
'dns/mapped_host_resolver.cc',
'dns/mapped_host_resolver.h',
+ 'dns/mdns_cache.cc',
+ 'dns/mdns_cache.h',
'dns/notify_watcher_mac.cc',
'dns/notify_watcher_mac.h',
'dns/record_parsed.cc',
@@ -1294,6 +1296,8 @@
}],
[ 'enable_mdns != 1', {
'sources!' : [
+ 'dns/mdns_cache.cc',
+ 'dns/mdns_cache.h',
'dns/record_parsed.cc',
'dns/record_parsed.h',
'dns/record_rdata.cc',
@@ -1531,6 +1535,7 @@
'dns/host_cache_unittest.cc',
'dns/host_resolver_impl_unittest.cc',
'dns/mapped_host_resolver_unittest.cc',
+ 'dns/mdns_cache_unittest.cc',
'dns/serial_worker_unittest.cc',
'dns/record_parsed_unittest.cc',
'dns/record_rdata_unittest.cc',
@@ -1918,6 +1923,7 @@
[ 'enable_mdns != 1', {
'sources!' : [
+ 'dns/mdns_cache_unittest.cc',
'dns/record_parsed_unittest.cc',
'dns/record_rdata_unittest.cc',
],
« net/dns/record_rdata.cc ('K') | « net/dns/record_rdata_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698