| 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 1890 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1901 'quic/core/crypto/local_strike_register_client_test.cc', | 1901 'quic/core/crypto/local_strike_register_client_test.cc', |
| 1902 'quic/core/crypto/null_decrypter_test.cc', | 1902 'quic/core/crypto/null_decrypter_test.cc', |
| 1903 'quic/core/crypto/null_encrypter_test.cc', | 1903 'quic/core/crypto/null_encrypter_test.cc', |
| 1904 'quic/core/crypto/p256_key_exchange_test.cc', | 1904 'quic/core/crypto/p256_key_exchange_test.cc', |
| 1905 'quic/core/crypto/properties_based_quic_server_info_test.cc', | 1905 'quic/core/crypto/properties_based_quic_server_info_test.cc', |
| 1906 'quic/core/crypto/quic_compressed_certs_cache_test.cc', | 1906 'quic/core/crypto/quic_compressed_certs_cache_test.cc', |
| 1907 'quic/core/crypto/quic_crypto_client_config_test.cc', | 1907 'quic/core/crypto/quic_crypto_client_config_test.cc', |
| 1908 'quic/core/crypto/quic_crypto_server_config_test.cc', | 1908 'quic/core/crypto/quic_crypto_server_config_test.cc', |
| 1909 'quic/core/crypto/quic_random_test.cc', | 1909 'quic/core/crypto/quic_random_test.cc', |
| 1910 'quic/core/crypto/strike_register_test.cc', | 1910 'quic/core/crypto/strike_register_test.cc', |
| 1911 'quic/core/frames/quic_frame_test.cc', | 1911 'quic/core/frames/quic_frames_test.cc', |
| 1912 'quic/core/interval_set_test.cc', | 1912 'quic/core/interval_set_test.cc', |
| 1913 'quic/core/interval_test.cc', | 1913 'quic/core/interval_test.cc', |
| 1914 'quic/core/quic_address_mismatch_test.cc', | 1914 'quic/core/quic_address_mismatch_test.cc', |
| 1915 'quic/core/quic_alarm_test.cc', | 1915 'quic/core/quic_alarm_test.cc', |
| 1916 'quic/core/quic_arena_scoped_ptr_test.cc', | 1916 'quic/core/quic_arena_scoped_ptr_test.cc', |
| 1917 'quic/core/quic_bandwidth_test.cc', | 1917 'quic/core/quic_bandwidth_test.cc', |
| 1918 'quic/core/quic_buffered_packet_store_test.cc', | 1918 'quic/core/quic_buffered_packet_store_test.cc', |
| 1919 'quic/core/quic_client_promised_info_test.cc', | 1919 'quic/core/quic_client_promised_info_test.cc', |
| 1920 'quic/core/quic_client_push_promise_index_test.cc', | 1920 'quic/core/quic_client_push_promise_index_test.cc', |
| 1921 'quic/core/quic_config_test.cc', | 1921 'quic/core/quic_config_test.cc', |
| (...skipping 1591 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3513 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', | 3513 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', |
| 3514 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', | 3514 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', |
| 3515 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', | 3515 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', |
| 3516 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', | 3516 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', |
| 3517 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', | 3517 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', |
| 3518 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', | 3518 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', |
| 3519 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', | 3519 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', |
| 3520 ], | 3520 ], |
| 3521 } | 3521 } |
| 3522 } | 3522 } |
| OLD | NEW |