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 1072 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1083 'quic/core/quic_sustained_bandwidth_recorder.cc', | 1083 'quic/core/quic_sustained_bandwidth_recorder.cc', |
1084 'quic/core/quic_sustained_bandwidth_recorder.h', | 1084 'quic/core/quic_sustained_bandwidth_recorder.h', |
1085 'quic/core/quic_time.cc', | 1085 'quic/core/quic_time.cc', |
1086 'quic/core/quic_time.h', | 1086 'quic/core/quic_time.h', |
1087 'quic/core/quic_types.cc', | 1087 'quic/core/quic_types.cc', |
1088 'quic/core/quic_types.h', | 1088 'quic/core/quic_types.h', |
1089 'quic/core/quic_unacked_packet_map.cc', | 1089 'quic/core/quic_unacked_packet_map.cc', |
1090 'quic/core/quic_unacked_packet_map.h', | 1090 'quic/core/quic_unacked_packet_map.h', |
1091 'quic/core/quic_utils.cc', | 1091 'quic/core/quic_utils.cc', |
1092 'quic/core/quic_utils.h', | 1092 'quic/core/quic_utils.h', |
| 1093 'quic/core/quic_versions.cc', |
| 1094 'quic/core/quic_versions.h', |
1093 'quic/core/quic_write_blocked_list.cc', | 1095 'quic/core/quic_write_blocked_list.cc', |
1094 'quic/core/quic_write_blocked_list.h', | 1096 'quic/core/quic_write_blocked_list.h', |
1095 'quic/core/quic_stream.cc', | 1097 'quic/core/quic_stream.cc', |
1096 'quic/core/quic_stream.h', | 1098 'quic/core/quic_stream.h', |
1097 'quic/core/quic_server_session_base.cc', | 1099 'quic/core/quic_server_session_base.cc', |
1098 'quic/core/quic_server_session_base.h', | 1100 'quic/core/quic_server_session_base.h', |
1099 'quic/core/spdy_utils.cc', | 1101 'quic/core/spdy_utils.cc', |
1100 'quic/core/spdy_utils.h', | 1102 'quic/core/spdy_utils.h', |
1101 'quic/quartc/quartc_alarm_factory.cc', | 1103 'quic/quartc/quartc_alarm_factory.cc', |
1102 'quic/quartc/quartc_alarm_factory.h', | 1104 'quic/quartc/quartc_alarm_factory.h', |
(...skipping 2191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3294 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', | 3296 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', |
3295 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', | 3297 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', |
3296 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', | 3298 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', |
3297 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', | 3299 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', |
3298 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', | 3300 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', |
3299 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', | 3301 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', |
3300 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', | 3302 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', |
3301 ], | 3303 ], |
3302 } | 3304 } |
3303 } | 3305 } |
OLD | NEW |