| 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 1001 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1012 'quic/core/quic_client_session_base.cc', | 1012 'quic/core/quic_client_session_base.cc', |
| 1013 'quic/core/quic_client_session_base.h', | 1013 'quic/core/quic_client_session_base.h', |
| 1014 'quic/core/quic_clock.cc', | 1014 'quic/core/quic_clock.cc', |
| 1015 'quic/core/quic_clock.h', | 1015 'quic/core/quic_clock.h', |
| 1016 'quic/core/quic_config.cc', | 1016 'quic/core/quic_config.cc', |
| 1017 'quic/core/quic_config.h', | 1017 'quic/core/quic_config.h', |
| 1018 'quic/core/quic_connection.cc', | 1018 'quic/core/quic_connection.cc', |
| 1019 'quic/core/quic_connection.h', | 1019 'quic/core/quic_connection.h', |
| 1020 'quic/core/quic_connection_stats.cc', | 1020 'quic/core/quic_connection_stats.cc', |
| 1021 'quic/core/quic_connection_stats.h', | 1021 'quic/core/quic_connection_stats.h', |
| 1022 'quic/core/quic_constants.cc', |
| 1022 'quic/core/quic_constants.h', | 1023 'quic/core/quic_constants.h', |
| 1023 'quic/core/quic_crypto_client_stream.cc', | 1024 'quic/core/quic_crypto_client_stream.cc', |
| 1024 'quic/core/quic_crypto_client_stream.h', | 1025 'quic/core/quic_crypto_client_stream.h', |
| 1025 'quic/core/quic_crypto_client_stream_factory.cc', | 1026 'quic/core/quic_crypto_client_stream_factory.cc', |
| 1026 'quic/core/quic_crypto_client_stream_factory.h', | 1027 'quic/core/quic_crypto_client_stream_factory.h', |
| 1027 'quic/core/quic_crypto_server_stream.cc', | 1028 'quic/core/quic_crypto_server_stream.cc', |
| 1028 'quic/core/quic_crypto_server_stream.h', | 1029 'quic/core/quic_crypto_server_stream.h', |
| 1029 'quic/core/quic_crypto_stream.cc', | 1030 'quic/core/quic_crypto_stream.cc', |
| 1030 'quic/core/quic_crypto_stream.h', | 1031 'quic/core/quic_crypto_stream.h', |
| 1031 'quic/core/quic_data_reader.cc', | 1032 'quic/core/quic_data_reader.cc', |
| (...skipping 2269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3301 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', | 3302 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', |
| 3302 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', | 3303 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', |
| 3303 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', | 3304 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', |
| 3304 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', | 3305 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', |
| 3305 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', | 3306 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', |
| 3306 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', | 3307 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', |
| 3307 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', | 3308 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', |
| 3308 ], | 3309 ], |
| 3309 } | 3310 } |
| 3310 } | 3311 } |
| OLD | NEW |