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

Unified Diff: net/net.gyp

Issue 6831025: Adds support for the DHCP portion of the WPAD (proxy auto-discovery) protocol. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix memory leaks in unit test. Created 9 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
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 4aeea978675e53efb4af1e8bd6d11d62d6ccc3d2..979ff9e1649ee2279b5d8d1e5e8c205a65c02d97 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -407,6 +407,16 @@
'http/proxy_client_socket.h',
'ocsp/nss_ocsp.cc',
'ocsp/nss_ocsp.h',
+ 'proxy/dhcp_proxy_script_fetcher.cc',
+ 'proxy/dhcp_proxy_script_fetcher.h',
+ 'proxy/dhcp_proxy_script_fetcher_factory.cc',
+ 'proxy/dhcp_proxy_script_fetcher_factory.h',
+ 'proxy/dhcp_proxy_script_adapter_fetcher_win.cc',
+ 'proxy/dhcp_proxy_script_adapter_fetcher_win.h',
+ 'proxy/dhcp_proxy_script_fetcher_win.cc',
+ 'proxy/dhcp_proxy_script_fetcher_win.h',
+ 'proxy/dhcpcsvc_init_win.cc',
+ 'proxy/dhcpcsvc_init_win.h',
'proxy/init_proxy_resolver.cc',
'proxy/init_proxy_resolver.h',
'proxy/multi_threaded_proxy_resolver.cc',
@@ -913,6 +923,9 @@
'http/mock_sspi_library_win.h',
'http/mock_sspi_library_win.cc',
'http/url_security_manager_unittest.cc',
+ 'proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc',
+ 'proxy/dhcp_proxy_script_fetcher_factory_unittest.cc',
+ 'proxy/dhcp_proxy_script_fetcher_win_unittest.cc',
'proxy/init_proxy_resolver_unittest.cc',
'proxy/multi_threaded_proxy_resolver_unittest.cc',
'proxy/network_delegate_error_observer_unittest.cc',
@@ -1128,6 +1141,8 @@
'disk_cache/disk_cache_test_util.h',
'proxy/mock_proxy_resolver.cc',
'proxy/mock_proxy_resolver.h',
+ 'proxy/mock_proxy_script_fetcher.cc',
+ 'proxy/mock_proxy_script_fetcher.h',
'proxy/proxy_config_service_common_unittest.cc',
'proxy/proxy_config_service_common_unittest.h',
'socket/socket_test_util.cc',

Powered by Google App Engine
This is Rietveld 408576698