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

Side by Side Diff: net/net.gyp

Issue 7019015: Revert 85646 - 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: 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
« no previous file with comments | « net/base/net_log_event_type_list.h ('k') | net/proxy/dhcp_proxy_script_adapter_fetcher_win.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
420 'proxy/init_proxy_resolver.cc', 410 'proxy/init_proxy_resolver.cc',
421 'proxy/init_proxy_resolver.h', 411 'proxy/init_proxy_resolver.h',
422 'proxy/multi_threaded_proxy_resolver.cc', 412 'proxy/multi_threaded_proxy_resolver.cc',
423 'proxy/multi_threaded_proxy_resolver.h', 413 'proxy/multi_threaded_proxy_resolver.h',
424 'proxy/network_delegate_error_observer.cc', 414 'proxy/network_delegate_error_observer.cc',
425 'proxy/network_delegate_error_observer.h', 415 'proxy/network_delegate_error_observer.h',
426 'proxy/polling_proxy_config_service.cc', 416 'proxy/polling_proxy_config_service.cc',
427 'proxy/polling_proxy_config_service.h', 417 'proxy/polling_proxy_config_service.h',
428 'proxy/proxy_bypass_rules.cc', 418 'proxy/proxy_bypass_rules.cc',
429 'proxy/proxy_bypass_rules.h', 419 'proxy/proxy_bypass_rules.h',
(...skipping 486 matching lines...) Expand 10 before | Expand all | Expand 10 after
916 'http/http_transaction_unittest.h', 906 'http/http_transaction_unittest.h',
917 'http/http_util_unittest.cc', 907 'http/http_util_unittest.cc',
918 'http/http_vary_data_unittest.cc', 908 'http/http_vary_data_unittest.cc',
919 'http/mock_allow_url_security_manager.cc', 909 'http/mock_allow_url_security_manager.cc',
920 'http/mock_allow_url_security_manager.h', 910 'http/mock_allow_url_security_manager.h',
921 'http/mock_gssapi_library_posix.cc', 911 'http/mock_gssapi_library_posix.cc',
922 'http/mock_gssapi_library_posix.h', 912 'http/mock_gssapi_library_posix.h',
923 'http/mock_sspi_library_win.h', 913 'http/mock_sspi_library_win.h',
924 'http/mock_sspi_library_win.cc', 914 'http/mock_sspi_library_win.cc',
925 'http/url_security_manager_unittest.cc', 915 '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',
929 'proxy/init_proxy_resolver_unittest.cc', 916 'proxy/init_proxy_resolver_unittest.cc',
930 'proxy/multi_threaded_proxy_resolver_unittest.cc', 917 'proxy/multi_threaded_proxy_resolver_unittest.cc',
931 'proxy/network_delegate_error_observer_unittest.cc', 918 'proxy/network_delegate_error_observer_unittest.cc',
932 'proxy/proxy_bypass_rules_unittest.cc', 919 'proxy/proxy_bypass_rules_unittest.cc',
933 'proxy/proxy_config_service_linux_unittest.cc', 920 'proxy/proxy_config_service_linux_unittest.cc',
934 'proxy/proxy_config_service_win_unittest.cc', 921 'proxy/proxy_config_service_win_unittest.cc',
935 'proxy/proxy_config_unittest.cc', 922 'proxy/proxy_config_unittest.cc',
936 'proxy/proxy_list_unittest.cc', 923 'proxy/proxy_list_unittest.cc',
937 'proxy/proxy_resolver_js_bindings_unittest.cc', 924 'proxy/proxy_resolver_js_bindings_unittest.cc',
938 'proxy/proxy_resolver_v8_unittest.cc', 925 'proxy/proxy_resolver_v8_unittest.cc',
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
1134 'base/cookie_monster_store_test.cc', 1121 'base/cookie_monster_store_test.cc',
1135 'base/cookie_monster_store_test.h', 1122 'base/cookie_monster_store_test.h',
1136 'base/net_test_suite.cc', 1123 'base/net_test_suite.cc',
1137 'base/net_test_suite.h', 1124 'base/net_test_suite.h',
1138 'base/test_completion_callback.cc', 1125 'base/test_completion_callback.cc',
1139 'base/test_completion_callback.h', 1126 'base/test_completion_callback.h',
1140 'disk_cache/disk_cache_test_util.cc', 1127 'disk_cache/disk_cache_test_util.cc',
1141 'disk_cache/disk_cache_test_util.h', 1128 'disk_cache/disk_cache_test_util.h',
1142 'proxy/mock_proxy_resolver.cc', 1129 'proxy/mock_proxy_resolver.cc',
1143 'proxy/mock_proxy_resolver.h', 1130 'proxy/mock_proxy_resolver.h',
1144 'proxy/mock_proxy_script_fetcher.cc',
1145 'proxy/mock_proxy_script_fetcher.h',
1146 'proxy/proxy_config_service_common_unittest.cc', 1131 'proxy/proxy_config_service_common_unittest.cc',
1147 'proxy/proxy_config_service_common_unittest.h', 1132 'proxy/proxy_config_service_common_unittest.h',
1148 'socket/socket_test_util.cc', 1133 'socket/socket_test_util.cc',
1149 'socket/socket_test_util.h', 1134 'socket/socket_test_util.h',
1150 'test/python_utils.cc', 1135 'test/python_utils.cc',
1151 'test/python_utils.h', 1136 'test/python_utils.h',
1152 'test/test_server.cc', 1137 'test/test_server.cc',
1153 'test/test_server_posix.cc', 1138 'test/test_server_posix.cc',
1154 'test/test_server_win.cc', 1139 'test/test_server_win.cc',
1155 'test/test_server.h', 1140 'test/test_server.h',
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
1380 ], 1365 ],
1381 }], 1366 }],
1382 ], 1367 ],
1383 } 1368 }
1384 1369
1385 # Local Variables: 1370 # Local Variables:
1386 # tab-width:2 1371 # tab-width:2
1387 # indent-tabs-mode:nil 1372 # indent-tabs-mode:nil
1388 # End: 1373 # End:
1389 # vim: set expandtab tabstop=2 shiftwidth=2: 1374 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « net/base/net_log_event_type_list.h ('k') | net/proxy/dhcp_proxy_script_adapter_fetcher_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698