| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 # This file is shared between the regular GYP build, the NaCl GYP build, and | 5 # This file is shared between the regular GYP build, the NaCl GYP build, and |
| 6 # the GN build. For GN support, it must have no conditionals or anything like | 6 # the GN build. For GN support, it must have no conditionals or anything like |
| 7 # that beyond the simple one-level-deep dictionary of values. | 7 # that beyond the simple one-level-deep dictionary of values. |
| 8 { | 8 { |
| 9 'variables': { | 9 'variables': { |
| 10 # Subset of net source files that are compiled for NaCl (net_nacl target). | 10 # Subset of net source files that are compiled for NaCl (net_nacl target). |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 'ssl/openssl_client_key_store.h', | 146 'ssl/openssl_client_key_store.h', |
| 147 'ssl/openssl_platform_key.h', | 147 'ssl/openssl_platform_key.h', |
| 148 'ssl/openssl_platform_key_mac.cc', | 148 'ssl/openssl_platform_key_mac.cc', |
| 149 'ssl/openssl_platform_key_win.cc', | 149 'ssl/openssl_platform_key_win.cc', |
| 150 'ssl/openssl_ssl_util.cc', | 150 'ssl/openssl_ssl_util.cc', |
| 151 'ssl/openssl_ssl_util.h', | 151 'ssl/openssl_ssl_util.h', |
| 152 'ssl/signed_certificate_timestamp_and_status.cc', | 152 'ssl/signed_certificate_timestamp_and_status.cc', |
| 153 'ssl/signed_certificate_timestamp_and_status.h', | 153 'ssl/signed_certificate_timestamp_and_status.h', |
| 154 'ssl/ssl_cert_request_info.cc', | 154 'ssl/ssl_cert_request_info.cc', |
| 155 'ssl/ssl_cert_request_info.h', | 155 'ssl/ssl_cert_request_info.h', |
| 156 'ssl/ssl_cipher_suite_names.cc', |
| 157 'ssl/ssl_cipher_suite_names.h', |
| 156 'ssl/ssl_client_auth_cache.cc', | 158 'ssl/ssl_client_auth_cache.cc', |
| 157 'ssl/ssl_client_auth_cache.h', | 159 'ssl/ssl_client_auth_cache.h', |
| 158 'ssl/ssl_client_cert_type.h', | 160 'ssl/ssl_client_cert_type.h', |
| 159 'ssl/ssl_config.cc', | 161 'ssl/ssl_config.cc', |
| 160 'ssl/ssl_config.h', | 162 'ssl/ssl_config.h', |
| 161 'ssl/ssl_config_service.cc', | 163 'ssl/ssl_config_service.cc', |
| 162 'ssl/ssl_config_service.h', | 164 'ssl/ssl_config_service.h', |
| 163 'ssl/ssl_info.cc', | 165 'ssl/ssl_info.cc', |
| 164 'ssl/ssl_info.h', | 166 'ssl/ssl_info.h', |
| 165 ], | 167 ], |
| (...skipping 1598 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1764 ], | 1766 ], |
| 1765 'net_base_mac_ios_sources': [ | 1767 'net_base_mac_ios_sources': [ |
| 1766 'base/mac/url_conversions.h', | 1768 'base/mac/url_conversions.h', |
| 1767 'base/mac/url_conversions.mm', | 1769 'base/mac/url_conversions.mm', |
| 1768 ], | 1770 ], |
| 1769 'net_base_test_mac_ios_sources': [ | 1771 'net_base_test_mac_ios_sources': [ |
| 1770 'base/mac/url_conversions_unittest.mm', | 1772 'base/mac/url_conversions_unittest.mm', |
| 1771 ], | 1773 ], |
| 1772 } | 1774 } |
| 1773 } | 1775 } |
| OLD | NEW |