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: Responding to review comments. 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 540 matching lines...) Expand 10 before | Expand all | Expand 10 after
551 'http/http_vary_data.cc', 551 'http/http_vary_data.cc',
552 'http/http_vary_data.h', 552 'http/http_vary_data.h',
553 'http/http_version.h', 553 'http/http_version.h',
554 'http/md4.cc', 554 'http/md4.cc',
555 'http/md4.h', 555 'http/md4.h',
556 'http/partial_data.cc', 556 'http/partial_data.cc',
557 'http/partial_data.h', 557 'http/partial_data.h',
558 'http/proxy_client_socket.h', 558 'http/proxy_client_socket.h',
559 'ocsp/nss_ocsp.cc', 559 'ocsp/nss_ocsp.cc',
560 'ocsp/nss_ocsp.h', 560 'ocsp/nss_ocsp.h',
561 'proxy/dhcp_proxy_script_fetcher.cc',
562 'proxy/dhcp_proxy_script_fetcher.h',
563 'proxy/dhcp_proxy_script_fetcher_factory.cc',
564 'proxy/dhcp_proxy_script_fetcher_factory.h',
565 'proxy/dhcp_proxy_script_adapter_fetcher_win.cc',
566 'proxy/dhcp_proxy_script_adapter_fetcher_win.h',
567 'proxy/dhcp_proxy_script_fetcher_win.cc',
568 'proxy/dhcp_proxy_script_fetcher_win.h',
569 'proxy/dhcpcsvc_init_win.cc',
570 'proxy/dhcpcsvc_init_win.h',
561 'proxy/init_proxy_resolver.cc', 571 'proxy/init_proxy_resolver.cc',
562 'proxy/init_proxy_resolver.h', 572 'proxy/init_proxy_resolver.h',
563 'proxy/multi_threaded_proxy_resolver.cc', 573 'proxy/multi_threaded_proxy_resolver.cc',
564 'proxy/multi_threaded_proxy_resolver.h', 574 'proxy/multi_threaded_proxy_resolver.h',
565 'proxy/polling_proxy_config_service.cc', 575 'proxy/polling_proxy_config_service.cc',
566 'proxy/polling_proxy_config_service.h', 576 'proxy/polling_proxy_config_service.h',
567 'proxy/proxy_bypass_rules.cc', 577 'proxy/proxy_bypass_rules.cc',
568 'proxy/proxy_bypass_rules.h', 578 'proxy/proxy_bypass_rules.h',
569 'proxy/proxy_config.cc', 579 'proxy/proxy_config.cc',
570 'proxy/proxy_config.h', 580 'proxy/proxy_config.h',
(...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after
981 'http/http_transaction_unittest.h', 991 'http/http_transaction_unittest.h',
982 'http/http_util_unittest.cc', 992 'http/http_util_unittest.cc',
983 'http/http_vary_data_unittest.cc', 993 'http/http_vary_data_unittest.cc',
984 'http/mock_allow_url_security_manager.cc', 994 'http/mock_allow_url_security_manager.cc',
985 'http/mock_allow_url_security_manager.h', 995 'http/mock_allow_url_security_manager.h',
986 'http/mock_gssapi_library_posix.cc', 996 'http/mock_gssapi_library_posix.cc',
987 'http/mock_gssapi_library_posix.h', 997 'http/mock_gssapi_library_posix.h',
988 'http/mock_sspi_library_win.h', 998 'http/mock_sspi_library_win.h',
989 'http/mock_sspi_library_win.cc', 999 'http/mock_sspi_library_win.cc',
990 'http/url_security_manager_unittest.cc', 1000 'http/url_security_manager_unittest.cc',
1001 'proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc',
1002 'proxy/dhcp_proxy_script_fetcher_factory_unittest.cc',
1003 'proxy/dhcp_proxy_script_fetcher_win_unittest.cc',
991 'proxy/init_proxy_resolver_unittest.cc', 1004 'proxy/init_proxy_resolver_unittest.cc',
992 'proxy/multi_threaded_proxy_resolver_unittest.cc', 1005 'proxy/multi_threaded_proxy_resolver_unittest.cc',
993 'proxy/proxy_bypass_rules_unittest.cc', 1006 'proxy/proxy_bypass_rules_unittest.cc',
994 'proxy/proxy_config_service_linux_unittest.cc', 1007 'proxy/proxy_config_service_linux_unittest.cc',
995 'proxy/proxy_config_service_win_unittest.cc', 1008 'proxy/proxy_config_service_win_unittest.cc',
996 'proxy/proxy_config_unittest.cc', 1009 'proxy/proxy_config_unittest.cc',
997 'proxy/proxy_list_unittest.cc', 1010 'proxy/proxy_list_unittest.cc',
998 'proxy/proxy_resolver_js_bindings_unittest.cc', 1011 'proxy/proxy_resolver_js_bindings_unittest.cc',
999 'proxy/proxy_resolver_v8_unittest.cc', 1012 'proxy/proxy_resolver_v8_unittest.cc',
1000 'proxy/proxy_script_fetcher_impl_unittest.cc', 1013 'proxy/proxy_script_fetcher_impl_unittest.cc',
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
1194 'base/cookie_monster_store_test.cc', 1207 'base/cookie_monster_store_test.cc',
1195 'base/cookie_monster_store_test.h', 1208 'base/cookie_monster_store_test.h',
1196 'base/net_test_suite.cc', 1209 'base/net_test_suite.cc',
1197 'base/net_test_suite.h', 1210 'base/net_test_suite.h',
1198 'base/test_completion_callback.cc', 1211 'base/test_completion_callback.cc',
1199 'base/test_completion_callback.h', 1212 'base/test_completion_callback.h',
1200 'disk_cache/disk_cache_test_util.cc', 1213 'disk_cache/disk_cache_test_util.cc',
1201 'disk_cache/disk_cache_test_util.h', 1214 'disk_cache/disk_cache_test_util.h',
1202 'proxy/mock_proxy_resolver.cc', 1215 'proxy/mock_proxy_resolver.cc',
1203 'proxy/mock_proxy_resolver.h', 1216 'proxy/mock_proxy_resolver.h',
1217 'proxy/mock_proxy_script_fetcher.cc',
1218 'proxy/mock_proxy_script_fetcher.h',
1204 'proxy/proxy_config_service_common_unittest.cc', 1219 'proxy/proxy_config_service_common_unittest.cc',
1205 'proxy/proxy_config_service_common_unittest.h', 1220 'proxy/proxy_config_service_common_unittest.h',
1206 'socket/socket_test_util.cc', 1221 'socket/socket_test_util.cc',
1207 'socket/socket_test_util.h', 1222 'socket/socket_test_util.h',
1208 'test/python_utils.cc', 1223 'test/python_utils.cc',
1209 'test/python_utils.h', 1224 'test/python_utils.h',
1210 'test/test_server.cc', 1225 'test/test_server.cc',
1211 'test/test_server_posix.cc', 1226 'test/test_server_posix.cc',
1212 'test/test_server_win.cc', 1227 'test/test_server_win.cc',
1213 'test/test_server.h', 1228 'test/test_server.h',
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
1438 ], 1453 ],
1439 }], 1454 }],
1440 ], 1455 ],
1441 } 1456 }
1442 1457
1443 # Local Variables: 1458 # Local Variables:
1444 # tab-width:2 1459 # tab-width:2
1445 # indent-tabs-mode:nil 1460 # indent-tabs-mode:nil
1446 # End: 1461 # End:
1447 # vim: set expandtab tabstop=2 shiftwidth=2: 1462 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698