OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 572 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
583 [ 'OS == "win"', { | 583 [ 'OS == "win"', { |
584 'sources!': [ | 584 'sources!': [ |
585 'http/http_auth_handler_ntlm_portable.cc', | 585 'http/http_auth_handler_ntlm_portable.cc', |
586 'socket/tcp_client_socket_libevent.cc', | 586 'socket/tcp_client_socket_libevent.cc', |
587 ], | 587 ], |
588 'dependencies': [ | 588 'dependencies': [ |
589 '../third_party/nss/nss.gyp:nss', | 589 '../third_party/nss/nss.gyp:nss', |
590 'third_party/nss/ssl.gyp:ssl', | 590 'third_party/nss/ssl.gyp:ssl', |
591 'tld_cleanup', | 591 'tld_cleanup', |
592 ], | 592 ], |
593 'link_settings': { | |
594 'libraries': [ | |
595 '-lIphlpapi.lib', | |
596 ], | |
597 }, | |
598 }, | 593 }, |
599 { # else: OS != "win" | 594 { # else: OS != "win" |
600 'dependencies': [ | 595 'dependencies': [ |
601 '../third_party/libevent/libevent.gyp:libevent', | 596 '../third_party/libevent/libevent.gyp:libevent', |
602 ], | 597 ], |
603 'sources!': [ | 598 'sources!': [ |
604 'proxy/proxy_resolver_winhttp.cc', | 599 'proxy/proxy_resolver_winhttp.cc', |
605 'socket/ssl_client_socket_nss_factory.cc', | 600 'socket/ssl_client_socket_nss_factory.cc', |
606 'socket/ssl_client_socket_nss_factory.h', | 601 'socket/ssl_client_socket_nss_factory.h', |
607 ], | 602 ], |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
655 'base/host_cache_unittest.cc', | 650 'base/host_cache_unittest.cc', |
656 'base/host_mapping_rules_unittest.cc', | 651 'base/host_mapping_rules_unittest.cc', |
657 'base/host_resolver_impl_unittest.cc', | 652 'base/host_resolver_impl_unittest.cc', |
658 'base/keygen_handler_unittest.cc', | 653 'base/keygen_handler_unittest.cc', |
659 'base/leak_annotations.h', | 654 'base/leak_annotations.h', |
660 'base/listen_socket_unittest.cc', | 655 'base/listen_socket_unittest.cc', |
661 'base/listen_socket_unittest.h', | 656 'base/listen_socket_unittest.h', |
662 'base/mapped_host_resolver_unittest.cc', | 657 'base/mapped_host_resolver_unittest.cc', |
663 'base/mime_sniffer_unittest.cc', | 658 'base/mime_sniffer_unittest.cc', |
664 'base/mime_util_unittest.cc', | 659 'base/mime_util_unittest.cc', |
665 'base/mock_network_change_notifier.h', | |
666 'base/net_log_unittest.h', | 660 'base/net_log_unittest.h', |
667 'base/net_test_constants.h', | 661 'base/net_test_constants.h', |
| 662 'base/net_test_suite.h', |
668 'base/net_util_unittest.cc', | 663 'base/net_util_unittest.cc', |
669 'base/registry_controlled_domain_unittest.cc', | 664 'base/registry_controlled_domain_unittest.cc', |
670 'base/run_all_unittests.cc', | 665 'base/run_all_unittests.cc', |
671 'base/sdch_filter_unittest.cc', | 666 'base/sdch_filter_unittest.cc', |
672 'base/ssl_client_auth_cache_unittest.cc', | 667 'base/ssl_client_auth_cache_unittest.cc', |
673 'base/ssl_config_service_mac_unittest.cc', | 668 'base/ssl_config_service_mac_unittest.cc', |
674 'base/ssl_config_service_win_unittest.cc', | 669 'base/ssl_config_service_win_unittest.cc', |
675 'base/static_cookie_policy_unittest.cc', | 670 'base/static_cookie_policy_unittest.cc', |
676 'base/transport_security_state_unittest.cc', | 671 'base/transport_security_state_unittest.cc', |
677 'base/telnet_server_unittest.cc', | 672 'base/telnet_server_unittest.cc', |
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1077 ], | 1072 ], |
1078 }], | 1073 }], |
1079 ], | 1074 ], |
1080 } | 1075 } |
1081 | 1076 |
1082 # Local Variables: | 1077 # Local Variables: |
1083 # tab-width:2 | 1078 # tab-width:2 |
1084 # indent-tabs-mode:nil | 1079 # indent-tabs-mode:nil |
1085 # End: | 1080 # End: |
1086 # vim: set expandtab tabstop=2 shiftwidth=2: | 1081 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |