| 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 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 369 'base/winsock_util.cc', | 369 'base/winsock_util.cc', |
| 370 'base/winsock_util.h', | 370 'base/winsock_util.h', |
| 371 'cert/caching_cert_verifier.cc', | 371 'cert/caching_cert_verifier.cc', |
| 372 'cert/caching_cert_verifier.h', | 372 'cert/caching_cert_verifier.h', |
| 373 'cert/cert_database_android.cc', | 373 'cert/cert_database_android.cc', |
| 374 'cert/cert_database_ios.cc', | 374 'cert/cert_database_ios.cc', |
| 375 'cert/cert_database_mac.cc', | 375 'cert/cert_database_mac.cc', |
| 376 'cert/cert_database_nss.cc', | 376 'cert/cert_database_nss.cc', |
| 377 'cert/cert_database_win.cc', | 377 'cert/cert_database_win.cc', |
| 378 'cert/cert_net_fetcher.h', | 378 'cert/cert_net_fetcher.h', |
| 379 'cert/cert_trust_anchor_provider.h', | |
| 380 'cert/cert_verify_proc.cc', | 379 'cert/cert_verify_proc.cc', |
| 381 'cert/cert_verify_proc.h', | 380 'cert/cert_verify_proc.h', |
| 382 'cert/cert_verify_proc_android.cc', | 381 'cert/cert_verify_proc_android.cc', |
| 383 'cert/cert_verify_proc_android.h', | 382 'cert/cert_verify_proc_android.h', |
| 384 'cert/cert_verify_proc_ios.cc', | 383 'cert/cert_verify_proc_ios.cc', |
| 385 'cert/cert_verify_proc_ios.h', | 384 'cert/cert_verify_proc_ios.h', |
| 386 'cert/cert_verify_proc_mac.cc', | 385 'cert/cert_verify_proc_mac.cc', |
| 387 'cert/cert_verify_proc_mac.h', | 386 'cert/cert_verify_proc_mac.h', |
| 388 'cert/cert_verify_proc_nss.cc', | 387 'cert/cert_verify_proc_nss.cc', |
| 389 'cert/cert_verify_proc_nss.h', | 388 'cert/cert_verify_proc_nss.h', |
| (...skipping 2765 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3155 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', | 3154 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', |
| 3156 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', | 3155 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', |
| 3157 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', | 3156 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', |
| 3158 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', | 3157 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', |
| 3159 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', | 3158 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', |
| 3160 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', | 3159 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', |
| 3161 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', | 3160 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', |
| 3162 ], | 3161 ], |
| 3163 } | 3162 } |
| 3164 } | 3163 } |
| OLD | NEW |