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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 'http/http_vary_data.cc', 400 'http/http_vary_data.cc',
401 'http/http_vary_data.h', 401 'http/http_vary_data.h',
402 'http/http_version.h', 402 'http/http_version.h',
403 'http/md4.cc', 403 'http/md4.cc',
404 'http/md4.h', 404 'http/md4.h',
405 'http/partial_data.cc', 405 'http/partial_data.cc',
406 'http/partial_data.h', 406 'http/partial_data.h',
407 'http/proxy_client_socket.h', 407 'http/proxy_client_socket.h',
408 'ocsp/nss_ocsp.cc', 408 'ocsp/nss_ocsp.cc',
409 'ocsp/nss_ocsp.h', 409 'ocsp/nss_ocsp.h',
410 'proxy/dhcp_proxy_script_fetcher.cc',
411 'proxy/dhcp_proxy_script_fetcher.h',
412 'proxy/dhcp_proxy_script_fetcher_factory.cc',
413 'proxy/dhcp_proxy_script_fetcher_factory.h',
414 'proxy/dhcp_proxy_script_adapter_fetcher_win.cc',
415 'proxy/dhcp_proxy_script_adapter_fetcher_win.h',
416 'proxy/dhcp_proxy_script_fetcher_win.cc',
417 'proxy/dhcp_proxy_script_fetcher_win.h',
418 'proxy/dhcpcsvc_init_win.cc',
419 'proxy/dhcpcsvc_init_win.h',
410 'proxy/init_proxy_resolver.cc', 420 'proxy/init_proxy_resolver.cc',
411 'proxy/init_proxy_resolver.h', 421 'proxy/init_proxy_resolver.h',
412 'proxy/multi_threaded_proxy_resolver.cc', 422 'proxy/multi_threaded_proxy_resolver.cc',
413 'proxy/multi_threaded_proxy_resolver.h', 423 'proxy/multi_threaded_proxy_resolver.h',
414 'proxy/network_delegate_error_observer.cc', 424 'proxy/network_delegate_error_observer.cc',
415 'proxy/network_delegate_error_observer.h', 425 'proxy/network_delegate_error_observer.h',
416 'proxy/polling_proxy_config_service.cc', 426 'proxy/polling_proxy_config_service.cc',
417 'proxy/polling_proxy_config_service.h', 427 'proxy/polling_proxy_config_service.h',
418 'proxy/proxy_bypass_rules.cc', 428 'proxy/proxy_bypass_rules.cc',
419 'proxy/proxy_bypass_rules.h', 429 'proxy/proxy_bypass_rules.h',
(...skipping 486 matching lines...) Expand 10 before | Expand all | Expand 10 after
906 'http/http_transaction_unittest.h', 916 'http/http_transaction_unittest.h',
907 'http/http_util_unittest.cc', 917 'http/http_util_unittest.cc',
908 'http/http_vary_data_unittest.cc', 918 'http/http_vary_data_unittest.cc',
909 'http/mock_allow_url_security_manager.cc', 919 'http/mock_allow_url_security_manager.cc',
910 'http/mock_allow_url_security_manager.h', 920 'http/mock_allow_url_security_manager.h',
911 'http/mock_gssapi_library_posix.cc', 921 'http/mock_gssapi_library_posix.cc',
912 'http/mock_gssapi_library_posix.h', 922 'http/mock_gssapi_library_posix.h',
913 'http/mock_sspi_library_win.h', 923 'http/mock_sspi_library_win.h',
914 'http/mock_sspi_library_win.cc', 924 'http/mock_sspi_library_win.cc',
915 'http/url_security_manager_unittest.cc', 925 'http/url_security_manager_unittest.cc',
926 'proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc',
927 'proxy/dhcp_proxy_script_fetcher_factory_unittest.cc',
928 'proxy/dhcp_proxy_script_fetcher_win_unittest.cc',
916 'proxy/init_proxy_resolver_unittest.cc', 929 'proxy/init_proxy_resolver_unittest.cc',
917 'proxy/multi_threaded_proxy_resolver_unittest.cc', 930 'proxy/multi_threaded_proxy_resolver_unittest.cc',
918 'proxy/network_delegate_error_observer_unittest.cc', 931 'proxy/network_delegate_error_observer_unittest.cc',
919 'proxy/proxy_bypass_rules_unittest.cc', 932 'proxy/proxy_bypass_rules_unittest.cc',
920 'proxy/proxy_config_service_linux_unittest.cc', 933 'proxy/proxy_config_service_linux_unittest.cc',
921 'proxy/proxy_config_service_win_unittest.cc', 934 'proxy/proxy_config_service_win_unittest.cc',
922 'proxy/proxy_config_unittest.cc', 935 'proxy/proxy_config_unittest.cc',
923 'proxy/proxy_list_unittest.cc', 936 'proxy/proxy_list_unittest.cc',
924 'proxy/proxy_resolver_js_bindings_unittest.cc', 937 'proxy/proxy_resolver_js_bindings_unittest.cc',
925 'proxy/proxy_resolver_v8_unittest.cc', 938 'proxy/proxy_resolver_v8_unittest.cc',
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
1121 'base/cookie_monster_store_test.cc', 1134 'base/cookie_monster_store_test.cc',
1122 'base/cookie_monster_store_test.h', 1135 'base/cookie_monster_store_test.h',
1123 'base/net_test_suite.cc', 1136 'base/net_test_suite.cc',
1124 'base/net_test_suite.h', 1137 'base/net_test_suite.h',
1125 'base/test_completion_callback.cc', 1138 'base/test_completion_callback.cc',
1126 'base/test_completion_callback.h', 1139 'base/test_completion_callback.h',
1127 'disk_cache/disk_cache_test_util.cc', 1140 'disk_cache/disk_cache_test_util.cc',
1128 'disk_cache/disk_cache_test_util.h', 1141 'disk_cache/disk_cache_test_util.h',
1129 'proxy/mock_proxy_resolver.cc', 1142 'proxy/mock_proxy_resolver.cc',
1130 'proxy/mock_proxy_resolver.h', 1143 'proxy/mock_proxy_resolver.h',
1144 'proxy/mock_proxy_script_fetcher.cc',
1145 'proxy/mock_proxy_script_fetcher.h',
1131 'proxy/proxy_config_service_common_unittest.cc', 1146 'proxy/proxy_config_service_common_unittest.cc',
1132 'proxy/proxy_config_service_common_unittest.h', 1147 'proxy/proxy_config_service_common_unittest.h',
1133 'socket/socket_test_util.cc', 1148 'socket/socket_test_util.cc',
1134 'socket/socket_test_util.h', 1149 'socket/socket_test_util.h',
1135 'test/python_utils.cc', 1150 'test/python_utils.cc',
1136 'test/python_utils.h', 1151 'test/python_utils.h',
1137 'test/test_server.cc', 1152 'test/test_server.cc',
1138 'test/test_server_posix.cc', 1153 'test/test_server_posix.cc',
1139 'test/test_server_win.cc', 1154 'test/test_server_win.cc',
1140 'test/test_server.h', 1155 'test/test_server.h',
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
1365 ], 1380 ],
1366 }], 1381 }],
1367 ], 1382 ],
1368 } 1383 }
1369 1384
1370 # Local Variables: 1385 # Local Variables:
1371 # tab-width:2 1386 # tab-width:2
1372 # indent-tabs-mode:nil 1387 # indent-tabs-mode:nil
1373 # End: 1388 # End:
1374 # vim: set expandtab tabstop=2 shiftwidth=2: 1389 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698