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

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: Add timeout on Win32 DHCP API. Created 9 years, 8 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 535 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 'http/http_vary_data.cc', 546 'http/http_vary_data.cc',
547 'http/http_vary_data.h', 547 'http/http_vary_data.h',
548 'http/http_version.h', 548 'http/http_version.h',
549 'http/md4.cc', 549 'http/md4.cc',
550 'http/md4.h', 550 'http/md4.h',
551 'http/partial_data.cc', 551 'http/partial_data.cc',
552 'http/partial_data.h', 552 'http/partial_data.h',
553 'http/proxy_client_socket.h', 553 'http/proxy_client_socket.h',
554 'ocsp/nss_ocsp.cc', 554 'ocsp/nss_ocsp.cc',
555 'ocsp/nss_ocsp.h', 555 'ocsp/nss_ocsp.h',
556 'proxy/dhcp_proxy_script_fetcher.cc',
557 'proxy/dhcp_proxy_script_fetcher.h',
558 'proxy/dhcp_proxy_script_fetcher_factory.cc',
559 'proxy/dhcp_proxy_script_fetcher_factory.h',
560 'proxy/dhcp_proxy_script_adapter_fetcher_win.cc',
561 'proxy/dhcp_proxy_script_adapter_fetcher_win.h',
562 'proxy/dhcp_proxy_script_fetcher_win.cc',
563 'proxy/dhcp_proxy_script_fetcher_win.h',
564 'proxy/dhcpcsvc_init_win.cc',
565 'proxy/dhcpcsvc_init_win.h',
556 'proxy/init_proxy_resolver.cc', 566 'proxy/init_proxy_resolver.cc',
557 'proxy/init_proxy_resolver.h', 567 'proxy/init_proxy_resolver.h',
558 'proxy/multi_threaded_proxy_resolver.cc', 568 'proxy/multi_threaded_proxy_resolver.cc',
559 'proxy/multi_threaded_proxy_resolver.h', 569 'proxy/multi_threaded_proxy_resolver.h',
560 'proxy/polling_proxy_config_service.cc', 570 'proxy/polling_proxy_config_service.cc',
561 'proxy/polling_proxy_config_service.h', 571 'proxy/polling_proxy_config_service.h',
562 'proxy/proxy_bypass_rules.cc', 572 'proxy/proxy_bypass_rules.cc',
563 'proxy/proxy_bypass_rules.h', 573 'proxy/proxy_bypass_rules.h',
564 'proxy/proxy_config.cc', 574 'proxy/proxy_config.cc',
565 'proxy/proxy_config.h', 575 'proxy/proxy_config.h',
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
968 'http/http_transaction_unittest.h', 978 'http/http_transaction_unittest.h',
969 'http/http_util_unittest.cc', 979 'http/http_util_unittest.cc',
970 'http/http_vary_data_unittest.cc', 980 'http/http_vary_data_unittest.cc',
971 'http/mock_allow_url_security_manager.cc', 981 'http/mock_allow_url_security_manager.cc',
972 'http/mock_allow_url_security_manager.h', 982 'http/mock_allow_url_security_manager.h',
973 'http/mock_gssapi_library_posix.cc', 983 'http/mock_gssapi_library_posix.cc',
974 'http/mock_gssapi_library_posix.h', 984 'http/mock_gssapi_library_posix.h',
975 'http/mock_sspi_library_win.h', 985 'http/mock_sspi_library_win.h',
976 'http/mock_sspi_library_win.cc', 986 'http/mock_sspi_library_win.cc',
977 'http/url_security_manager_unittest.cc', 987 'http/url_security_manager_unittest.cc',
988 'proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc',
989 'proxy/dhcp_proxy_script_fetcher_factory_unittest.cc',
990 'proxy/dhcp_proxy_script_fetcher_win_unittest.cc',
978 'proxy/init_proxy_resolver_unittest.cc', 991 'proxy/init_proxy_resolver_unittest.cc',
979 'proxy/multi_threaded_proxy_resolver_unittest.cc', 992 'proxy/multi_threaded_proxy_resolver_unittest.cc',
980 'proxy/proxy_bypass_rules_unittest.cc', 993 'proxy/proxy_bypass_rules_unittest.cc',
981 'proxy/proxy_config_service_linux_unittest.cc', 994 'proxy/proxy_config_service_linux_unittest.cc',
982 'proxy/proxy_config_service_win_unittest.cc', 995 'proxy/proxy_config_service_win_unittest.cc',
983 'proxy/proxy_config_unittest.cc', 996 'proxy/proxy_config_unittest.cc',
984 'proxy/proxy_list_unittest.cc', 997 'proxy/proxy_list_unittest.cc',
985 'proxy/proxy_resolver_js_bindings_unittest.cc', 998 'proxy/proxy_resolver_js_bindings_unittest.cc',
986 'proxy/proxy_resolver_v8_unittest.cc', 999 'proxy/proxy_resolver_v8_unittest.cc',
987 'proxy/proxy_script_fetcher_impl_unittest.cc', 1000 'proxy/proxy_script_fetcher_impl_unittest.cc',
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
1180 'base/cookie_monster_store_test.cc', 1193 'base/cookie_monster_store_test.cc',
1181 'base/cookie_monster_store_test.h', 1194 'base/cookie_monster_store_test.h',
1182 'base/net_test_suite.cc', 1195 'base/net_test_suite.cc',
1183 'base/net_test_suite.h', 1196 'base/net_test_suite.h',
1184 'base/test_completion_callback.cc', 1197 'base/test_completion_callback.cc',
1185 'base/test_completion_callback.h', 1198 'base/test_completion_callback.h',
1186 'disk_cache/disk_cache_test_util.cc', 1199 'disk_cache/disk_cache_test_util.cc',
1187 'disk_cache/disk_cache_test_util.h', 1200 'disk_cache/disk_cache_test_util.h',
1188 'proxy/mock_proxy_resolver.cc', 1201 'proxy/mock_proxy_resolver.cc',
1189 'proxy/mock_proxy_resolver.h', 1202 'proxy/mock_proxy_resolver.h',
1203 'proxy/mock_proxy_script_fetcher.cc',
1204 'proxy/mock_proxy_script_fetcher.h',
1190 'proxy/proxy_config_service_common_unittest.cc', 1205 'proxy/proxy_config_service_common_unittest.cc',
1191 'proxy/proxy_config_service_common_unittest.h', 1206 'proxy/proxy_config_service_common_unittest.h',
1192 'socket/socket_test_util.cc', 1207 'socket/socket_test_util.cc',
1193 'socket/socket_test_util.h', 1208 'socket/socket_test_util.h',
1194 'test/python_utils.cc', 1209 'test/python_utils.cc',
1195 'test/python_utils.h', 1210 'test/python_utils.h',
1196 'test/test_server.cc', 1211 'test/test_server.cc',
1197 'test/test_server_posix.cc', 1212 'test/test_server_posix.cc',
1198 'test/test_server_win.cc', 1213 'test/test_server_win.cc',
1199 'test/test_server.h', 1214 'test/test_server.h',
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
1424 ], 1439 ],
1425 }], 1440 }],
1426 ], 1441 ],
1427 } 1442 }
1428 1443
1429 # Local Variables: 1444 # Local Variables:
1430 # tab-width:2 1445 # tab-width:2
1431 # indent-tabs-mode:nil 1446 # indent-tabs-mode:nil
1432 # End: 1447 # End:
1433 # vim: set expandtab tabstop=2 shiftwidth=2: 1448 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698