| OLD | NEW |
| 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 536 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 547 'http/http_vary_data.cc', | 547 'http/http_vary_data.cc', |
| 548 'http/http_vary_data.h', | 548 'http/http_vary_data.h', |
| 549 'http/http_version.h', | 549 'http/http_version.h', |
| 550 'http/md4.cc', | 550 'http/md4.cc', |
| 551 'http/md4.h', | 551 'http/md4.h', |
| 552 'http/partial_data.cc', | 552 'http/partial_data.cc', |
| 553 'http/partial_data.h', | 553 'http/partial_data.h', |
| 554 'http/proxy_client_socket.h', | 554 'http/proxy_client_socket.h', |
| 555 'ocsp/nss_ocsp.cc', | 555 'ocsp/nss_ocsp.cc', |
| 556 'ocsp/nss_ocsp.h', | 556 'ocsp/nss_ocsp.h', |
| 557 'proxy/dhcp_proxy_script_fetcher.cc', |
| 558 'proxy/dhcp_proxy_script_fetcher.h', |
| 559 'proxy/dhcp_proxy_script_fetcher_factory.cc', |
| 560 'proxy/dhcp_proxy_script_fetcher_factory.h', |
| 561 'proxy/dhcp_proxy_script_adapter_fetcher_win.cc', |
| 562 'proxy/dhcp_proxy_script_adapter_fetcher_win.h', |
| 563 'proxy/dhcp_proxy_script_fetcher_win.cc', |
| 564 'proxy/dhcp_proxy_script_fetcher_win.h', |
| 565 'proxy/dhcpcsvc_init_win.cc', |
| 566 'proxy/dhcpcsvc_init_win.h', |
| 557 'proxy/init_proxy_resolver.cc', | 567 'proxy/init_proxy_resolver.cc', |
| 558 'proxy/init_proxy_resolver.h', | 568 'proxy/init_proxy_resolver.h', |
| 559 'proxy/multi_threaded_proxy_resolver.cc', | 569 'proxy/multi_threaded_proxy_resolver.cc', |
| 560 'proxy/multi_threaded_proxy_resolver.h', | 570 'proxy/multi_threaded_proxy_resolver.h', |
| 561 'proxy/polling_proxy_config_service.cc', | 571 'proxy/polling_proxy_config_service.cc', |
| 562 'proxy/polling_proxy_config_service.h', | 572 'proxy/polling_proxy_config_service.h', |
| 563 'proxy/proxy_bypass_rules.cc', | 573 'proxy/proxy_bypass_rules.cc', |
| 564 'proxy/proxy_bypass_rules.h', | 574 'proxy/proxy_bypass_rules.h', |
| 565 'proxy/proxy_config.cc', | 575 'proxy/proxy_config.cc', |
| 566 'proxy/proxy_config.h', | 576 'proxy/proxy_config.h', |
| (...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 976 'http/http_transaction_unittest.h', | 986 'http/http_transaction_unittest.h', |
| 977 'http/http_util_unittest.cc', | 987 'http/http_util_unittest.cc', |
| 978 'http/http_vary_data_unittest.cc', | 988 'http/http_vary_data_unittest.cc', |
| 979 'http/mock_allow_url_security_manager.cc', | 989 'http/mock_allow_url_security_manager.cc', |
| 980 'http/mock_allow_url_security_manager.h', | 990 'http/mock_allow_url_security_manager.h', |
| 981 'http/mock_gssapi_library_posix.cc', | 991 'http/mock_gssapi_library_posix.cc', |
| 982 'http/mock_gssapi_library_posix.h', | 992 'http/mock_gssapi_library_posix.h', |
| 983 'http/mock_sspi_library_win.h', | 993 'http/mock_sspi_library_win.h', |
| 984 'http/mock_sspi_library_win.cc', | 994 'http/mock_sspi_library_win.cc', |
| 985 'http/url_security_manager_unittest.cc', | 995 'http/url_security_manager_unittest.cc', |
| 996 'proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc', |
| 997 'proxy/dhcp_proxy_script_fetcher_factory_unittest.cc', |
| 998 'proxy/dhcp_proxy_script_fetcher_win_unittest.cc', |
| 986 'proxy/init_proxy_resolver_unittest.cc', | 999 'proxy/init_proxy_resolver_unittest.cc', |
| 987 'proxy/multi_threaded_proxy_resolver_unittest.cc', | 1000 'proxy/multi_threaded_proxy_resolver_unittest.cc', |
| 988 'proxy/proxy_bypass_rules_unittest.cc', | 1001 'proxy/proxy_bypass_rules_unittest.cc', |
| 989 'proxy/proxy_config_service_linux_unittest.cc', | 1002 'proxy/proxy_config_service_linux_unittest.cc', |
| 990 'proxy/proxy_config_service_win_unittest.cc', | 1003 'proxy/proxy_config_service_win_unittest.cc', |
| 991 'proxy/proxy_config_unittest.cc', | 1004 'proxy/proxy_config_unittest.cc', |
| 992 'proxy/proxy_list_unittest.cc', | 1005 'proxy/proxy_list_unittest.cc', |
| 993 'proxy/proxy_resolver_js_bindings_unittest.cc', | 1006 'proxy/proxy_resolver_js_bindings_unittest.cc', |
| 994 'proxy/proxy_resolver_v8_unittest.cc', | 1007 'proxy/proxy_resolver_v8_unittest.cc', |
| 995 'proxy/proxy_script_fetcher_impl_unittest.cc', | 1008 'proxy/proxy_script_fetcher_impl_unittest.cc', |
| (...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1189 'base/cookie_monster_store_test.cc', | 1202 'base/cookie_monster_store_test.cc', |
| 1190 'base/cookie_monster_store_test.h', | 1203 'base/cookie_monster_store_test.h', |
| 1191 'base/net_test_suite.cc', | 1204 'base/net_test_suite.cc', |
| 1192 'base/net_test_suite.h', | 1205 'base/net_test_suite.h', |
| 1193 'base/test_completion_callback.cc', | 1206 'base/test_completion_callback.cc', |
| 1194 'base/test_completion_callback.h', | 1207 'base/test_completion_callback.h', |
| 1195 'disk_cache/disk_cache_test_util.cc', | 1208 'disk_cache/disk_cache_test_util.cc', |
| 1196 'disk_cache/disk_cache_test_util.h', | 1209 'disk_cache/disk_cache_test_util.h', |
| 1197 'proxy/mock_proxy_resolver.cc', | 1210 'proxy/mock_proxy_resolver.cc', |
| 1198 'proxy/mock_proxy_resolver.h', | 1211 'proxy/mock_proxy_resolver.h', |
| 1212 'proxy/mock_proxy_script_fetcher.cc', |
| 1213 'proxy/mock_proxy_script_fetcher.h', |
| 1199 'proxy/proxy_config_service_common_unittest.cc', | 1214 'proxy/proxy_config_service_common_unittest.cc', |
| 1200 'proxy/proxy_config_service_common_unittest.h', | 1215 'proxy/proxy_config_service_common_unittest.h', |
| 1201 'socket/socket_test_util.cc', | 1216 'socket/socket_test_util.cc', |
| 1202 'socket/socket_test_util.h', | 1217 'socket/socket_test_util.h', |
| 1203 'test/python_utils.cc', | 1218 'test/python_utils.cc', |
| 1204 'test/python_utils.h', | 1219 'test/python_utils.h', |
| 1205 'test/test_server.cc', | 1220 'test/test_server.cc', |
| 1206 'test/test_server_posix.cc', | 1221 'test/test_server_posix.cc', |
| 1207 'test/test_server_win.cc', | 1222 'test/test_server_win.cc', |
| 1208 'test/test_server.h', | 1223 'test/test_server.h', |
| (...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1433 ], | 1448 ], |
| 1434 }], | 1449 }], |
| 1435 ], | 1450 ], |
| 1436 } | 1451 } |
| 1437 | 1452 |
| 1438 # Local Variables: | 1453 # Local Variables: |
| 1439 # tab-width:2 | 1454 # tab-width:2 |
| 1440 # indent-tabs-mode:nil | 1455 # indent-tabs-mode:nil |
| 1441 # End: | 1456 # End: |
| 1442 # vim: set expandtab tabstop=2 shiftwidth=2: | 1457 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |