| OLD | NEW |
| 1 # Copyright (c) 2009 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 { |
| 11 'target_name': 'net_base', | 11 'target_name': 'net_base', |
| (...skipping 22 matching lines...) Expand all Loading... |
| 34 'base/cert_status_flags.h', | 34 'base/cert_status_flags.h', |
| 35 'base/cert_verifier.cc', | 35 'base/cert_verifier.cc', |
| 36 'base/cert_verifier.h', | 36 'base/cert_verifier.h', |
| 37 'base/cert_verify_result.h', | 37 'base/cert_verify_result.h', |
| 38 'base/completion_callback.h', | 38 'base/completion_callback.h', |
| 39 'base/connection_type_histograms.cc', | 39 'base/connection_type_histograms.cc', |
| 40 'base/connection_type_histograms.h', | 40 'base/connection_type_histograms.h', |
| 41 'base/cookie_monster.cc', | 41 'base/cookie_monster.cc', |
| 42 'base/cookie_monster.h', | 42 'base/cookie_monster.h', |
| 43 'base/cookie_options.h', | 43 'base/cookie_options.h', |
| 44 'base/cookie_policy.cc', | |
| 45 'base/cookie_policy.h', | 44 'base/cookie_policy.h', |
| 46 'base/cookie_store.h', | 45 'base/cookie_store.h', |
| 47 'base/data_url.cc', | 46 'base/data_url.cc', |
| 48 'base/data_url.h', | 47 'base/data_url.h', |
| 49 'base/directory_lister.cc', | 48 'base/directory_lister.cc', |
| 50 'base/directory_lister.h', | 49 'base/directory_lister.h', |
| 51 'base/dns_util.cc', | 50 'base/dns_util.cc', |
| 52 'base/dns_util.h', | 51 'base/dns_util.h', |
| 53 'base/escape.cc', | 52 'base/escape.cc', |
| 54 'base/escape.h', | 53 'base/escape.h', |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 'base/ssl_client_auth_cache.cc', | 133 'base/ssl_client_auth_cache.cc', |
| 135 'base/ssl_client_auth_cache.h', | 134 'base/ssl_client_auth_cache.h', |
| 136 'base/ssl_config_service.cc', | 135 'base/ssl_config_service.cc', |
| 137 'base/ssl_config_service.h', | 136 'base/ssl_config_service.h', |
| 138 'base/ssl_config_service_defaults.h', | 137 'base/ssl_config_service_defaults.h', |
| 139 'base/ssl_config_service_mac.cc', | 138 'base/ssl_config_service_mac.cc', |
| 140 'base/ssl_config_service_mac.h', | 139 'base/ssl_config_service_mac.h', |
| 141 'base/ssl_config_service_win.cc', | 140 'base/ssl_config_service_win.cc', |
| 142 'base/ssl_config_service_win.h', | 141 'base/ssl_config_service_win.h', |
| 143 'base/ssl_info.h', | 142 'base/ssl_info.h', |
| 143 'base/static_cookie_policy.cc', |
| 144 'base/static_cookie_policy.h', |
| 144 'base/transport_security_state.cc', | 145 'base/transport_security_state.cc', |
| 145 'base/transport_security_state.h', | 146 'base/transport_security_state.h', |
| 146 'base/sys_addrinfo.h', | 147 'base/sys_addrinfo.h', |
| 147 'base/telnet_server.cc', | 148 'base/telnet_server.cc', |
| 148 'base/telnet_server.h', | 149 'base/telnet_server.h', |
| 149 'base/test_completion_callback.h', | 150 'base/test_completion_callback.h', |
| 150 'base/upload_data.cc', | 151 'base/upload_data.cc', |
| 151 'base/upload_data.h', | 152 'base/upload_data.h', |
| 152 'base/upload_data_stream.cc', | 153 'base/upload_data_stream.cc', |
| 153 'base/upload_data_stream.h', | 154 'base/upload_data_stream.h', |
| (...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 565 '../base/base.gyp:base', | 566 '../base/base.gyp:base', |
| 566 '../base/base.gyp:base_i18n', | 567 '../base/base.gyp:base_i18n', |
| 567 '../testing/gmock.gyp:gmock', | 568 '../testing/gmock.gyp:gmock', |
| 568 '../testing/gtest.gyp:gtest', | 569 '../testing/gtest.gyp:gtest', |
| 569 '../third_party/zlib/zlib.gyp:zlib', | 570 '../third_party/zlib/zlib.gyp:zlib', |
| 570 ], | 571 ], |
| 571 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567', | 572 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567', |
| 572 'sources': [ | 573 'sources': [ |
| 573 'base/address_list_unittest.cc', | 574 'base/address_list_unittest.cc', |
| 574 'base/cookie_monster_unittest.cc', | 575 'base/cookie_monster_unittest.cc', |
| 575 'base/cookie_policy_unittest.cc', | |
| 576 'base/data_url_unittest.cc', | 576 'base/data_url_unittest.cc', |
| 577 'base/directory_lister_unittest.cc', | 577 'base/directory_lister_unittest.cc', |
| 578 'base/dns_util_unittest.cc', | 578 'base/dns_util_unittest.cc', |
| 579 'base/escape_unittest.cc', | 579 'base/escape_unittest.cc', |
| 580 'base/file_stream_unittest.cc', | 580 'base/file_stream_unittest.cc', |
| 581 'base/filter_unittest.cc', | 581 'base/filter_unittest.cc', |
| 582 'base/filter_unittest.h', | 582 'base/filter_unittest.h', |
| 583 'base/gzip_filter_unittest.cc', | 583 'base/gzip_filter_unittest.cc', |
| 584 'base/host_cache_unittest.cc', | 584 'base/host_cache_unittest.cc', |
| 585 'base/host_resolver_impl_unittest.cc', | 585 'base/host_resolver_impl_unittest.cc', |
| 586 'base/load_log_unittest.cc', | 586 'base/load_log_unittest.cc', |
| 587 'base/load_log_unittest.h', | 587 'base/load_log_unittest.h', |
| 588 'base/load_log_util_unittest.cc', | 588 'base/load_log_util_unittest.cc', |
| 589 'base/listen_socket_unittest.cc', | 589 'base/listen_socket_unittest.cc', |
| 590 'base/listen_socket_unittest.h', | 590 'base/listen_socket_unittest.h', |
| 591 'base/mime_sniffer_unittest.cc', | 591 'base/mime_sniffer_unittest.cc', |
| 592 'base/mime_util_unittest.cc', | 592 'base/mime_util_unittest.cc', |
| 593 'base/mock_network_change_notifier.h', | 593 'base/mock_network_change_notifier.h', |
| 594 'base/net_test_constants.h', | 594 'base/net_test_constants.h', |
| 595 'base/net_util_unittest.cc', | 595 'base/net_util_unittest.cc', |
| 596 'base/registry_controlled_domain_unittest.cc', | 596 'base/registry_controlled_domain_unittest.cc', |
| 597 'base/run_all_unittests.cc', | 597 'base/run_all_unittests.cc', |
| 598 'base/sdch_filter_unittest.cc', | 598 'base/sdch_filter_unittest.cc', |
| 599 'base/ssl_client_auth_cache_unittest.cc', | 599 'base/ssl_client_auth_cache_unittest.cc', |
| 600 'base/ssl_config_service_mac_unittest.cc', | 600 'base/ssl_config_service_mac_unittest.cc', |
| 601 'base/ssl_config_service_win_unittest.cc', | 601 'base/ssl_config_service_win_unittest.cc', |
| 602 'base/static_cookie_policy_unittest.cc', |
| 602 'base/transport_security_state_unittest.cc', | 603 'base/transport_security_state_unittest.cc', |
| 603 'base/telnet_server_unittest.cc', | 604 'base/telnet_server_unittest.cc', |
| 604 'base/test_certificate_data.h', | 605 'base/test_certificate_data.h', |
| 605 'base/test_completion_callback_unittest.cc', | 606 'base/test_completion_callback_unittest.cc', |
| 606 'base/x509_certificate_unittest.cc', | 607 'base/x509_certificate_unittest.cc', |
| 607 'disk_cache/addr_unittest.cc', | 608 'disk_cache/addr_unittest.cc', |
| 608 'disk_cache/backend_unittest.cc', | 609 'disk_cache/backend_unittest.cc', |
| 609 'disk_cache/bitmap_unittest.cc', | 610 'disk_cache/bitmap_unittest.cc', |
| 610 'disk_cache/block_files_unittest.cc', | 611 'disk_cache/block_files_unittest.cc', |
| 611 'disk_cache/disk_cache_test_base.cc', | 612 'disk_cache/disk_cache_test_base.cc', |
| (...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 888 ], | 889 ], |
| 889 }], | 890 }], |
| 890 ], | 891 ], |
| 891 } | 892 } |
| 892 | 893 |
| 893 # Local Variables: | 894 # Local Variables: |
| 894 # tab-width:2 | 895 # tab-width:2 |
| 895 # indent-tabs-mode:nil | 896 # indent-tabs-mode:nil |
| 896 # End: | 897 # End: |
| 897 # vim: set expandtab tabstop=2 shiftwidth=2: | 898 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |