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 1853 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1864 'quic/chromium/quic_utils_chromium_test.cc', | 1864 'quic/chromium/quic_utils_chromium_test.cc', |
1865 'quic/core/congestion_control/bandwidth_sampler_test.cc', | 1865 'quic/core/congestion_control/bandwidth_sampler_test.cc', |
1866 'quic/core/congestion_control/bbr_sender_test.cc', | 1866 'quic/core/congestion_control/bbr_sender_test.cc', |
1867 'quic/core/congestion_control/cubic_bytes_test.cc', | 1867 'quic/core/congestion_control/cubic_bytes_test.cc', |
1868 'quic/core/congestion_control/cubic_test.cc', | 1868 'quic/core/congestion_control/cubic_test.cc', |
1869 'quic/core/congestion_control/general_loss_algorithm_test.cc', | 1869 'quic/core/congestion_control/general_loss_algorithm_test.cc', |
1870 'quic/core/congestion_control/hybrid_slow_start_test.cc', | 1870 'quic/core/congestion_control/hybrid_slow_start_test.cc', |
1871 'quic/core/congestion_control/pacing_sender_test.cc', | 1871 'quic/core/congestion_control/pacing_sender_test.cc', |
1872 'quic/core/congestion_control/prr_sender_test.cc', | 1872 'quic/core/congestion_control/prr_sender_test.cc', |
1873 'quic/core/congestion_control/rtt_stats_test.cc', | 1873 'quic/core/congestion_control/rtt_stats_test.cc', |
| 1874 'quic/core/congestion_control/send_algorithm_test.cc', |
1874 'quic/core/congestion_control/tcp_cubic_sender_bytes_test.cc', | 1875 'quic/core/congestion_control/tcp_cubic_sender_bytes_test.cc', |
1875 'quic/core/congestion_control/tcp_cubic_sender_packets_test.cc', | 1876 'quic/core/congestion_control/tcp_cubic_sender_packets_test.cc', |
1876 'quic/core/congestion_control/windowed_filter_test.cc', | 1877 'quic/core/congestion_control/windowed_filter_test.cc', |
1877 'quic/core/crypto/aes_128_gcm_12_decrypter_test.cc', | 1878 'quic/core/crypto/aes_128_gcm_12_decrypter_test.cc', |
1878 'quic/core/crypto/aes_128_gcm_12_encrypter_test.cc', | 1879 'quic/core/crypto/aes_128_gcm_12_encrypter_test.cc', |
1879 'quic/core/crypto/cert_compressor_test.cc', | 1880 'quic/core/crypto/cert_compressor_test.cc', |
1880 'quic/core/crypto/chacha20_poly1305_decrypter_test.cc', | 1881 'quic/core/crypto/chacha20_poly1305_decrypter_test.cc', |
1881 'quic/core/crypto/chacha20_poly1305_encrypter_test.cc', | 1882 'quic/core/crypto/chacha20_poly1305_encrypter_test.cc', |
1882 'quic/core/crypto/channel_id_test.cc', | 1883 'quic/core/crypto/channel_id_test.cc', |
1883 'quic/core/crypto/common_cert_set_test.cc', | 1884 'quic/core/crypto/common_cert_set_test.cc', |
(...skipping 1621 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3505 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', | 3506 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', |
3506 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', | 3507 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', |
3507 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', | 3508 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', |
3508 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', | 3509 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', |
3509 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', | 3510 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', |
3510 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', | 3511 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', |
3511 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', | 3512 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', |
3512 ], | 3513 ], |
3513 } | 3514 } |
3514 } | 3515 } |
OLD | NEW |