| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'linux_link_kerberos%': 0, | 9 'linux_link_kerberos%': 0, |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 '../base/base.gyp:base_i18n', | 30 '../base/base.gyp:base_i18n', |
| 31 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 31 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 32 '../build/temp_gyp/googleurl.gyp:googleurl', | 32 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 33 '../crypto/crypto.gyp:crypto', | 33 '../crypto/crypto.gyp:crypto', |
| 34 '../sdch/sdch.gyp:sdch', | 34 '../sdch/sdch.gyp:sdch', |
| 35 '../third_party/icu/icu.gyp:icui18n', | 35 '../third_party/icu/icu.gyp:icui18n', |
| 36 '../third_party/icu/icu.gyp:icuuc', | 36 '../third_party/icu/icu.gyp:icuuc', |
| 37 '../third_party/zlib/zlib.gyp:zlib', | 37 '../third_party/zlib/zlib.gyp:zlib', |
| 38 '../v8/tools/gyp/v8.gyp:v8', | 38 '../v8/tools/gyp/v8.gyp:v8', |
| 39 'net_resources', | 39 'net_resources', |
| 40 'ssl_false_start_blacklist_process#host', | |
| 41 ], | 40 ], |
| 42 'sources': [ | 41 'sources': [ |
| 43 'android/network_library.cc', | 42 'android/network_library.cc', |
| 44 'android/network_library.h', | 43 'android/network_library.h', |
| 45 'base/address_family.h', | 44 'base/address_family.h', |
| 46 'base/address_list.cc', | 45 'base/address_list.cc', |
| 47 'base/address_list.h', | 46 'base/address_list.h', |
| 48 'base/address_list_net_log_param.cc', | 47 'base/address_list_net_log_param.cc', |
| 49 'base/address_list_net_log_param.h', | 48 'base/address_list_net_log_param.h', |
| 50 'base/asn1_util.cc', | 49 'base/asn1_util.cc', |
| (...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 232 'base/ssl_cert_request_info.h', | 231 'base/ssl_cert_request_info.h', |
| 233 'base/ssl_cipher_suite_names.cc', | 232 'base/ssl_cipher_suite_names.cc', |
| 234 'base/ssl_cipher_suite_names.h', | 233 'base/ssl_cipher_suite_names.h', |
| 235 'base/ssl_client_auth_cache.cc', | 234 'base/ssl_client_auth_cache.cc', |
| 236 'base/ssl_client_auth_cache.h', | 235 'base/ssl_client_auth_cache.h', |
| 237 'base/ssl_client_cert_type.h', | 236 'base/ssl_client_cert_type.h', |
| 238 'base/ssl_config_service.cc', | 237 'base/ssl_config_service.cc', |
| 239 'base/ssl_config_service.h', | 238 'base/ssl_config_service.h', |
| 240 'base/ssl_config_service_defaults.cc', | 239 'base/ssl_config_service_defaults.cc', |
| 241 'base/ssl_config_service_defaults.h', | 240 'base/ssl_config_service_defaults.h', |
| 242 'base/ssl_false_start_blacklist.cc', | |
| 243 'base/ssl_false_start_blacklist.h', | |
| 244 'base/ssl_info.cc', | 241 'base/ssl_info.cc', |
| 245 'base/ssl_info.h', | 242 'base/ssl_info.h', |
| 246 'base/static_cookie_policy.cc', | 243 'base/static_cookie_policy.cc', |
| 247 'base/static_cookie_policy.h', | 244 'base/static_cookie_policy.h', |
| 248 'base/sys_addrinfo.h', | 245 'base/sys_addrinfo.h', |
| 249 'base/test_data_stream.cc', | 246 'base/test_data_stream.cc', |
| 250 'base/test_data_stream.h', | 247 'base/test_data_stream.h', |
| 251 'base/test_root_certs.cc', | 248 'base/test_root_certs.cc', |
| 252 'base/test_root_certs.h', | 249 'base/test_root_certs.h', |
| 253 'base/test_root_certs_mac.cc', | 250 'base/test_root_certs_mac.cc', |
| (...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 766 'websockets/websocket_net_log_params.h', | 763 'websockets/websocket_net_log_params.h', |
| 767 'websockets/websocket_throttle.cc', | 764 'websockets/websocket_throttle.cc', |
| 768 'websockets/websocket_throttle.h', | 765 'websockets/websocket_throttle.h', |
| 769 ], | 766 ], |
| 770 'defines': [ | 767 'defines': [ |
| 771 'NET_IMPLEMENTATION', | 768 'NET_IMPLEMENTATION', |
| 772 ], | 769 ], |
| 773 'export_dependent_settings': [ | 770 'export_dependent_settings': [ |
| 774 '../base/base.gyp:base', | 771 '../base/base.gyp:base', |
| 775 ], | 772 ], |
| 776 'actions': [ | |
| 777 { | |
| 778 'action_name': 'ssl_false_start_blacklist', | |
| 779 'inputs': [ | |
| 780 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)ssl_false_start_blacklist_proces
s<(EXECUTABLE_SUFFIX)', | |
| 781 'base/ssl_false_start_blacklist.txt', | |
| 782 ], | |
| 783 'outputs': [ | |
| 784 '<(SHARED_INTERMEDIATE_DIR)/net/base/ssl_false_start_blacklist_data.
cc', | |
| 785 ], | |
| 786 'action': | |
| 787 ['<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)ssl_false_start_blacklist_proce
ss<(EXECUTABLE_SUFFIX)', | |
| 788 'base/ssl_false_start_blacklist.txt', | |
| 789 '<(SHARED_INTERMEDIATE_DIR)/net/base/ssl_false_start_blacklist_dat
a.cc', | |
| 790 ], | |
| 791 'message': 'Generating SSL False Start blacklist', | |
| 792 'process_outputs_as_sources': 1, | |
| 793 }, | |
| 794 ], | |
| 795 'conditions': [ | 773 'conditions': [ |
| 796 ['chromeos==1', { | 774 ['chromeos==1', { |
| 797 'sources!': [ | 775 'sources!': [ |
| 798 'base/network_change_notifier_linux.cc', | 776 'base/network_change_notifier_linux.cc', |
| 799 'base/network_change_notifier_linux.h', | 777 'base/network_change_notifier_linux.h', |
| 800 'base/network_change_notifier_netlink_linux.cc', | 778 'base/network_change_notifier_netlink_linux.cc', |
| 801 'base/network_change_notifier_netlink_linux.h', | 779 'base/network_change_notifier_netlink_linux.h', |
| 802 'proxy/proxy_config_service_linux.cc', | 780 'proxy/proxy_config_service_linux.cc', |
| 803 'proxy/proxy_config_service_linux.h', | 781 'proxy/proxy_config_service_linux.h', |
| 804 ], | 782 ], |
| (...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1086 'base/prioritized_dispatcher_unittest.cc', | 1064 'base/prioritized_dispatcher_unittest.cc', |
| 1087 'base/priority_queue_unittest.cc', | 1065 'base/priority_queue_unittest.cc', |
| 1088 'base/registry_controlled_domain_unittest.cc', | 1066 'base/registry_controlled_domain_unittest.cc', |
| 1089 'base/run_all_unittests.cc', | 1067 'base/run_all_unittests.cc', |
| 1090 'base/sdch_filter_unittest.cc', | 1068 'base/sdch_filter_unittest.cc', |
| 1091 'base/server_bound_cert_service_unittest.cc', | 1069 'base/server_bound_cert_service_unittest.cc', |
| 1092 'base/single_request_host_resolver_unittest.cc', | 1070 'base/single_request_host_resolver_unittest.cc', |
| 1093 'base/ssl_cipher_suite_names_unittest.cc', | 1071 'base/ssl_cipher_suite_names_unittest.cc', |
| 1094 'base/ssl_client_auth_cache_unittest.cc', | 1072 'base/ssl_client_auth_cache_unittest.cc', |
| 1095 'base/ssl_config_service_unittest.cc', | 1073 'base/ssl_config_service_unittest.cc', |
| 1096 'base/ssl_false_start_blacklist_unittest.cc', | |
| 1097 'base/static_cookie_policy_unittest.cc', | 1074 'base/static_cookie_policy_unittest.cc', |
| 1098 'base/test_certificate_data.h', | 1075 'base/test_certificate_data.h', |
| 1099 'base/test_completion_callback_unittest.cc', | 1076 'base/test_completion_callback_unittest.cc', |
| 1100 'base/transport_security_state_unittest.cc', | 1077 'base/transport_security_state_unittest.cc', |
| 1101 'base/upload_data_unittest.cc', | 1078 'base/upload_data_unittest.cc', |
| 1102 'base/upload_data_stream_unittest.cc', | 1079 'base/upload_data_stream_unittest.cc', |
| 1103 'base/x509_certificate_unittest.cc', | 1080 'base/x509_certificate_unittest.cc', |
| 1104 'base/x509_cert_types_unittest.cc', | 1081 'base/x509_cert_types_unittest.cc', |
| 1105 'base/x509_util_nss_unittest.cc', | 1082 'base/x509_util_nss_unittest.cc', |
| 1106 'base/x509_util_openssl_unittest.cc', | 1083 'base/x509_util_openssl_unittest.cc', |
| (...skipping 602 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1709 'target_name': 'crl_set_dump', | 1686 'target_name': 'crl_set_dump', |
| 1710 'type': 'executable', | 1687 'type': 'executable', |
| 1711 'dependencies': [ | 1688 'dependencies': [ |
| 1712 'net', | 1689 'net', |
| 1713 '../base/base.gyp:base', | 1690 '../base/base.gyp:base', |
| 1714 ], | 1691 ], |
| 1715 'sources': [ | 1692 'sources': [ |
| 1716 'tools/crl_set_dump/crl_set_dump.cc', | 1693 'tools/crl_set_dump/crl_set_dump.cc', |
| 1717 ], | 1694 ], |
| 1718 }, | 1695 }, |
| 1719 { | |
| 1720 'target_name': 'ssl_false_start_blacklist_process', | |
| 1721 'type': 'executable', | |
| 1722 'toolsets': ['host'], | |
| 1723 'dependencies': [ | |
| 1724 '../base/base.gyp:base', | |
| 1725 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | |
| 1726 ], | |
| 1727 'include_dirs': [ | |
| 1728 '..', | |
| 1729 ], | |
| 1730 'sources': [ | |
| 1731 'base/ssl_false_start_blacklist_process.cc', | |
| 1732 'base/ssl_false_start_blacklist.h', | |
| 1733 ], | |
| 1734 'conditions': [ | |
| 1735 ['OS == "android" and host_os == "linux"', { | |
| 1736 'ldflags': [ | |
| 1737 '-ldl', | |
| 1738 ], | |
| 1739 }], | |
| 1740 ], | |
| 1741 }, | |
| 1742 ], | 1696 ], |
| 1743 'conditions': [ | 1697 'conditions': [ |
| 1744 ['os_posix == 1 and OS != "mac" and OS != "android"', { | 1698 ['os_posix == 1 and OS != "mac" and OS != "android"', { |
| 1745 'targets': [ | 1699 'targets': [ |
| 1746 { | 1700 { |
| 1747 'target_name': 'flip_in_mem_edsm_server', | 1701 'target_name': 'flip_in_mem_edsm_server', |
| 1748 'type': 'executable', | 1702 'type': 'executable', |
| 1749 'cflags': [ | 1703 'cflags': [ |
| 1750 '-Wno-deprecated', | 1704 '-Wno-deprecated', |
| 1751 ], | 1705 ], |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1884 'tools/dump_cache/url_to_filename_encoder.cc', | 1838 'tools/dump_cache/url_to_filename_encoder.cc', |
| 1885 'tools/dump_cache/url_to_filename_encoder.h', | 1839 'tools/dump_cache/url_to_filename_encoder.h', |
| 1886 'tools/dump_cache/url_utilities.h', | 1840 'tools/dump_cache/url_utilities.h', |
| 1887 'tools/dump_cache/url_utilities.cc', | 1841 'tools/dump_cache/url_utilities.cc', |
| 1888 ], | 1842 ], |
| 1889 }, | 1843 }, |
| 1890 ], | 1844 ], |
| 1891 }], | 1845 }], |
| 1892 ], | 1846 ], |
| 1893 } | 1847 } |
| OLD | NEW |