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

Unified Diff: net/net.gyp

Issue 7518028: DnsConfigService and a posix implementation (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Changed Delegate -> Observer(List); internal handling of Watch failures. Created 9 years, 4 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
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index fdef765f44772e21d79eead21db96bdd7484ed57..339e1a22324e0469b93ad6de685ac1dafc731e1a 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -288,6 +288,8 @@
'disk_cache/trace.h',
'dns/async_host_resolver.cc',
'dns/async_host_resolver.h',
+ 'dns/dns_config_service_posix.cc',
+ 'dns/dns_config_service.h',
'dns/dns_query.cc',
'dns/dns_query.h',
'dns/dns_response.cc',
@@ -925,6 +927,7 @@
'disk_cache/mapped_file_unittest.cc',
'disk_cache/storage_block_unittest.cc',
'dns/async_host_resolver_unittest.cc',
+ 'dns/dns_config_service_posix_unittest.cc',
'dns/dns_query_unittest.cc',
'dns/dns_response_unittest.cc',
'dns/dns_transaction_unittest.cc',
« net/dns/dns_config_service_posix_unittest.cc ('K') | « net/dns/dns_config_service_posix_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698