| 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 799 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 810 'quic/congestion_control/rtt_stats.cc', | 810 'quic/congestion_control/rtt_stats.cc', |
| 811 'quic/congestion_control/rtt_stats.h', | 811 'quic/congestion_control/rtt_stats.h', |
| 812 'quic/congestion_control/send_algorithm_interface.cc', | 812 'quic/congestion_control/send_algorithm_interface.cc', |
| 813 'quic/congestion_control/send_algorithm_interface.h', | 813 'quic/congestion_control/send_algorithm_interface.h', |
| 814 'quic/congestion_control/tcp_cubic_sender_base.cc', | 814 'quic/congestion_control/tcp_cubic_sender_base.cc', |
| 815 'quic/congestion_control/tcp_cubic_sender_base.h', | 815 'quic/congestion_control/tcp_cubic_sender_base.h', |
| 816 'quic/congestion_control/tcp_cubic_sender_base.h', | 816 'quic/congestion_control/tcp_cubic_sender_base.h', |
| 817 'quic/congestion_control/tcp_cubic_sender_bytes.cc', | 817 'quic/congestion_control/tcp_cubic_sender_bytes.cc', |
| 818 'quic/congestion_control/tcp_cubic_sender_packets.cc', | 818 'quic/congestion_control/tcp_cubic_sender_packets.cc', |
| 819 'quic/congestion_control/tcp_cubic_sender_packets.h', | 819 'quic/congestion_control/tcp_cubic_sender_packets.h', |
| 820 'quic/congestion_control/windowed_filter.h', |
| 820 'quic/crypto/aead_base_decrypter.cc', | 821 'quic/crypto/aead_base_decrypter.cc', |
| 821 'quic/crypto/aead_base_decrypter.h', | 822 'quic/crypto/aead_base_decrypter.h', |
| 822 'quic/crypto/aead_base_encrypter.cc', | 823 'quic/crypto/aead_base_encrypter.cc', |
| 823 'quic/crypto/aead_base_encrypter.h', | 824 'quic/crypto/aead_base_encrypter.h', |
| 824 'quic/crypto/aes_128_gcm_12_decrypter.cc', | 825 'quic/crypto/aes_128_gcm_12_decrypter.cc', |
| 825 'quic/crypto/aes_128_gcm_12_decrypter.h', | 826 'quic/crypto/aes_128_gcm_12_decrypter.h', |
| 826 'quic/crypto/aes_128_gcm_12_encrypter.cc', | 827 'quic/crypto/aes_128_gcm_12_encrypter.cc', |
| 827 'quic/crypto/aes_128_gcm_12_encrypter.h', | 828 'quic/crypto/aes_128_gcm_12_encrypter.h', |
| 828 'quic/crypto/cert_compressor.cc', | 829 'quic/crypto/cert_compressor.cc', |
| 829 'quic/crypto/cert_compressor.h', | 830 'quic/crypto/cert_compressor.h', |
| (...skipping 711 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1541 'quic/congestion_control/cubic_test.cc', | 1542 'quic/congestion_control/cubic_test.cc', |
| 1542 'quic/congestion_control/general_loss_algorithm_test.cc', | 1543 'quic/congestion_control/general_loss_algorithm_test.cc', |
| 1543 'quic/congestion_control/hybrid_slow_start_test.cc', | 1544 'quic/congestion_control/hybrid_slow_start_test.cc', |
| 1544 'quic/congestion_control/pacing_sender_test.cc', | 1545 'quic/congestion_control/pacing_sender_test.cc', |
| 1545 'quic/congestion_control/prr_sender_test.cc', | 1546 'quic/congestion_control/prr_sender_test.cc', |
| 1546 'quic/congestion_control/rtt_stats_test.cc', | 1547 'quic/congestion_control/rtt_stats_test.cc', |
| 1547 'quic/congestion_control/send_algorithm_simulator.cc', | 1548 'quic/congestion_control/send_algorithm_simulator.cc', |
| 1548 'quic/congestion_control/send_algorithm_simulator.h', | 1549 'quic/congestion_control/send_algorithm_simulator.h', |
| 1549 'quic/congestion_control/tcp_cubic_sender_bytes_test.cc', | 1550 'quic/congestion_control/tcp_cubic_sender_bytes_test.cc', |
| 1550 'quic/congestion_control/tcp_cubic_sender_packets_test.cc', | 1551 'quic/congestion_control/tcp_cubic_sender_packets_test.cc', |
| 1552 'quic/congestion_control/windowed_filter_test.cc', |
| 1551 'quic/crypto/aes_128_gcm_12_decrypter_test.cc', | 1553 'quic/crypto/aes_128_gcm_12_decrypter_test.cc', |
| 1552 'quic/crypto/aes_128_gcm_12_encrypter_test.cc', | 1554 'quic/crypto/aes_128_gcm_12_encrypter_test.cc', |
| 1553 'quic/crypto/cert_compressor_test.cc', | 1555 'quic/crypto/cert_compressor_test.cc', |
| 1554 'quic/crypto/chacha20_poly1305_decrypter_test.cc', | 1556 'quic/crypto/chacha20_poly1305_decrypter_test.cc', |
| 1555 'quic/crypto/chacha20_poly1305_encrypter_test.cc', | 1557 'quic/crypto/chacha20_poly1305_encrypter_test.cc', |
| 1556 'quic/crypto/channel_id_test.cc', | 1558 'quic/crypto/channel_id_test.cc', |
| 1557 'quic/crypto/common_cert_set_test.cc', | 1559 'quic/crypto/common_cert_set_test.cc', |
| 1558 'quic/crypto/crypto_framer_test.cc', | 1560 'quic/crypto/crypto_framer_test.cc', |
| 1559 'quic/crypto/crypto_handshake_message_test.cc', | 1561 'quic/crypto/crypto_handshake_message_test.cc', |
| 1560 'quic/crypto/crypto_secret_boxer_test.cc', | 1562 'quic/crypto/crypto_secret_boxer_test.cc', |
| (...skipping 1528 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3089 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', | 3091 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', |
| 3090 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', | 3092 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', |
| 3091 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', | 3093 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', |
| 3092 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', | 3094 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', |
| 3093 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', | 3095 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', |
| 3094 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', | 3096 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', |
| 3095 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', | 3097 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', |
| 3096 ], | 3098 ], |
| 3097 } | 3099 } |
| 3098 } | 3100 } |
| OLD | NEW |