| 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 955 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 966 'quic/core/crypto/p256_key_exchange.h', | 966 'quic/core/crypto/p256_key_exchange.h', |
| 967 'quic/core/crypto/proof_source.cc', | 967 'quic/core/crypto/proof_source.cc', |
| 968 'quic/core/crypto/proof_source.h', | 968 'quic/core/crypto/proof_source.h', |
| 969 'quic/core/crypto/proof_verifier.h', | 969 'quic/core/crypto/proof_verifier.h', |
| 970 'quic/core/crypto/properties_based_quic_server_info.cc', | 970 'quic/core/crypto/properties_based_quic_server_info.cc', |
| 971 'quic/core/crypto/properties_based_quic_server_info.h', | 971 'quic/core/crypto/properties_based_quic_server_info.h', |
| 972 'quic/core/crypto/quic_compressed_certs_cache.cc', | 972 'quic/core/crypto/quic_compressed_certs_cache.cc', |
| 973 'quic/core/crypto/quic_compressed_certs_cache.h', | 973 'quic/core/crypto/quic_compressed_certs_cache.h', |
| 974 'quic/core/crypto/quic_crypto_client_config.cc', | 974 'quic/core/crypto/quic_crypto_client_config.cc', |
| 975 'quic/core/crypto/quic_crypto_client_config.h', | 975 'quic/core/crypto/quic_crypto_client_config.h', |
| 976 'quic/core/crypto/quic_crypto_proof.cc', |
| 976 'quic/core/crypto/quic_crypto_proof.h', | 977 'quic/core/crypto/quic_crypto_proof.h', |
| 977 'quic/core/crypto/quic_crypto_server_config.cc', | 978 'quic/core/crypto/quic_crypto_server_config.cc', |
| 978 'quic/core/crypto/quic_crypto_server_config.h', | 979 'quic/core/crypto/quic_crypto_server_config.h', |
| 979 'quic/core/crypto/quic_decrypter.cc', | 980 'quic/core/crypto/quic_decrypter.cc', |
| 980 'quic/core/crypto/quic_decrypter.h', | 981 'quic/core/crypto/quic_decrypter.h', |
| 981 'quic/core/crypto/quic_encrypter.cc', | 982 'quic/core/crypto/quic_encrypter.cc', |
| 982 'quic/core/crypto/quic_encrypter.h', | 983 'quic/core/crypto/quic_encrypter.h', |
| 983 'quic/core/crypto/quic_random.cc', | 984 'quic/core/crypto/quic_random.cc', |
| 984 'quic/core/crypto/quic_random.h', | 985 'quic/core/crypto/quic_random.h', |
| 985 'quic/core/crypto/quic_server_info.cc', | 986 'quic/core/crypto/quic_server_info.cc', |
| (...skipping 2314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3300 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', | 3301 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', |
| 3301 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', | 3302 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', |
| 3302 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', | 3303 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', |
| 3303 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', | 3304 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', |
| 3304 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', | 3305 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', |
| 3305 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', | 3306 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', |
| 3306 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', | 3307 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', |
| 3307 ], | 3308 ], |
| 3308 } | 3309 } |
| 3309 } | 3310 } |
| OLD | NEW |