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 1641 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1652 'quic/chromium/quic_utils_chromium_test.cc', | 1652 'quic/chromium/quic_utils_chromium_test.cc', |
1653 'quic/chromium/quic_chromium_client_session_peer.cc', | 1653 'quic/chromium/quic_chromium_client_session_peer.cc', |
1654 'quic/chromium/quic_chromium_client_session_peer.h', | 1654 'quic/chromium/quic_chromium_client_session_peer.h', |
1655 'quic/core/congestion_control/cubic_bytes_test.cc', | 1655 'quic/core/congestion_control/cubic_bytes_test.cc', |
1656 'quic/core/congestion_control/cubic_test.cc', | 1656 'quic/core/congestion_control/cubic_test.cc', |
1657 'quic/core/congestion_control/general_loss_algorithm_test.cc', | 1657 'quic/core/congestion_control/general_loss_algorithm_test.cc', |
1658 'quic/core/congestion_control/hybrid_slow_start_test.cc', | 1658 'quic/core/congestion_control/hybrid_slow_start_test.cc', |
1659 'quic/core/congestion_control/pacing_sender_test.cc', | 1659 'quic/core/congestion_control/pacing_sender_test.cc', |
1660 'quic/core/congestion_control/prr_sender_test.cc', | 1660 'quic/core/congestion_control/prr_sender_test.cc', |
1661 'quic/core/congestion_control/rtt_stats_test.cc', | 1661 'quic/core/congestion_control/rtt_stats_test.cc', |
1662 'quic/core/congestion_control/send_algorithm_simulator.cc', | |
1663 'quic/core/congestion_control/send_algorithm_simulator.h', | |
1664 'quic/core/congestion_control/tcp_cubic_sender_bytes_test.cc', | 1662 'quic/core/congestion_control/tcp_cubic_sender_bytes_test.cc', |
1665 'quic/core/congestion_control/tcp_cubic_sender_packets_test.cc', | 1663 'quic/core/congestion_control/tcp_cubic_sender_packets_test.cc', |
1666 'quic/core/congestion_control/windowed_filter_test.cc', | 1664 'quic/core/congestion_control/windowed_filter_test.cc', |
1667 'quic/core/crypto/aes_128_gcm_12_decrypter_test.cc', | 1665 'quic/core/crypto/aes_128_gcm_12_decrypter_test.cc', |
1668 'quic/core/crypto/aes_128_gcm_12_encrypter_test.cc', | 1666 'quic/core/crypto/aes_128_gcm_12_encrypter_test.cc', |
1669 'quic/core/crypto/cert_compressor_test.cc', | 1667 'quic/core/crypto/cert_compressor_test.cc', |
1670 'quic/core/crypto/chacha20_poly1305_decrypter_test.cc', | 1668 'quic/core/crypto/chacha20_poly1305_decrypter_test.cc', |
1671 'quic/core/crypto/chacha20_poly1305_encrypter_test.cc', | 1669 'quic/core/crypto/chacha20_poly1305_encrypter_test.cc', |
1672 'quic/core/crypto/channel_id_test.cc', | 1670 'quic/core/crypto/channel_id_test.cc', |
1673 'quic/core/crypto/common_cert_set_test.cc', | 1671 'quic/core/crypto/common_cert_set_test.cc', |
(...skipping 1594 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3268 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', | 3266 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', |
3269 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', | 3267 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', |
3270 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', | 3268 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', |
3271 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', | 3269 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', |
3272 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', | 3270 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', |
3273 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', | 3271 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', |
3274 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', | 3272 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', |
3275 ], | 3273 ], |
3276 } | 3274 } |
3277 } | 3275 } |
OLD | NEW |