| 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 2106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2117 'data/ssl/certificates/quic_test.example.com.key.pkcs8', | 2117 'data/ssl/certificates/quic_test.example.com.key.pkcs8', |
| 2118 'data/ssl/certificates/quic_test.example.com.key.sct', | 2118 'data/ssl/certificates/quic_test.example.com.key.sct', |
| 2119 'data/ssl/certificates/quic_test_ecc.example.com.crt', | 2119 'data/ssl/certificates/quic_test_ecc.example.com.crt', |
| 2120 'data/ssl/certificates/quic_test_ecc.example.com.key', | 2120 'data/ssl/certificates/quic_test_ecc.example.com.key', |
| 2121 'data/ssl/certificates/redundant-server-chain.pem', | 2121 'data/ssl/certificates/redundant-server-chain.pem', |
| 2122 'data/ssl/certificates/redundant-validated-chain-root.pem', | 2122 'data/ssl/certificates/redundant-validated-chain-root.pem', |
| 2123 'data/ssl/certificates/redundant-validated-chain.pem', | 2123 'data/ssl/certificates/redundant-validated-chain.pem', |
| 2124 'data/ssl/certificates/reject_intranet_hosts.pem', | 2124 'data/ssl/certificates/reject_intranet_hosts.pem', |
| 2125 'data/ssl/certificates/root_ca_cert.pem', | 2125 'data/ssl/certificates/root_ca_cert.pem', |
| 2126 'data/ssl/certificates/salesforce_com_test.pem', | 2126 'data/ssl/certificates/salesforce_com_test.pem', |
| 2127 'data/ssl/certificates/self-signed-invalid-name.pem', |
| 2128 'data/ssl/certificates/self-signed-invalid-sig.pem', |
| 2127 'data/ssl/certificates/sha1_2016.pem', | 2129 'data/ssl/certificates/sha1_2016.pem', |
| 2128 'data/ssl/certificates/sha1_dec_2015.pem', | 2130 'data/ssl/certificates/sha1_dec_2015.pem', |
| 2129 'data/ssl/certificates/sha1_jan_2016.pem', | 2131 'data/ssl/certificates/sha1_jan_2016.pem', |
| 2130 'data/ssl/certificates/spdy_pooling.pem', | 2132 'data/ssl/certificates/spdy_pooling.pem', |
| 2131 'data/ssl/certificates/start_after_expiry.pem', | 2133 'data/ssl/certificates/start_after_expiry.pem', |
| 2132 'data/ssl/certificates/subjectAltName_sanity_check.pem', | 2134 'data/ssl/certificates/subjectAltName_sanity_check.pem', |
| 2133 'data/ssl/certificates/test_mail_google_com.pem', | 2135 'data/ssl/certificates/test_mail_google_com.pem', |
| 2134 'data/ssl/certificates/thawte.single.pem', | 2136 'data/ssl/certificates/thawte.single.pem', |
| 2135 'data/ssl/certificates/twitter-chain.pem', | 2137 'data/ssl/certificates/twitter-chain.pem', |
| 2136 'data/ssl/certificates/unescaped.pem', | 2138 'data/ssl/certificates/unescaped.pem', |
| (...skipping 961 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3098 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', | 3100 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', |
| 3099 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', | 3101 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', |
| 3100 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', | 3102 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', |
| 3101 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', | 3103 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', |
| 3102 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', | 3104 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', |
| 3103 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', | 3105 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', |
| 3104 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', | 3106 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', |
| 3105 ], | 3107 ], |
| 3106 } | 3108 } |
| 3107 } | 3109 } |
| OLD | NEW |