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

Unified Diff: net/net.gyp

Issue 156963003: Support replacement of IP address resolutions via command line flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: General cleanup Created 6 years, 10 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/mapped_ip_resolver.cc ('K') | « net/dns/mapped_ip_resolver.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 f4997585c7f63be3aeef42154ec33e853c0c1ae6..cb0ce2df40a36e7559dbcbad68a66c1822c701df 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -142,6 +142,10 @@
'base/iovec.h',
'base/ip_endpoint.cc',
'base/ip_endpoint.h',
+ 'base/ip_mapping_rules.cc',
+ 'base/ip_mapping_rules.h',
+ 'base/ip_pattern.cc',
+ 'base/ip_pattern.h',
'base/keygen_handler.cc',
'base/keygen_handler.h',
'base/keygen_handler_mac.cc',
@@ -504,6 +508,8 @@
'dns/host_resolver_proc.h',
'dns/mapped_host_resolver.cc',
'dns/mapped_host_resolver.h',
+ 'dns/mapped_ip_resolver.cc',
+ 'dns/mapped_ip_resolver.h',
'dns/mdns_cache.cc',
'dns/mdns_cache.h',
'dns/mdns_client.cc',
@@ -1654,6 +1660,8 @@
'base/host_mapping_rules_unittest.cc',
'base/host_port_pair_unittest.cc',
'base/ip_endpoint_unittest.cc',
+ 'base/ip_mapping_rules_unittest.cc',
+ 'base/ip_pattern_unittest.cc',
'base/keygen_handler_unittest.cc',
'base/mime_sniffer_unittest.cc',
'base/mime_util_unittest.cc',
« net/dns/mapped_ip_resolver.cc ('K') | « net/dns/mapped_ip_resolver.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698