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 1030 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1041 'quic/core/quic_frame_list.cc', | 1041 'quic/core/quic_frame_list.cc', |
1042 'quic/core/quic_frame_list.h', | 1042 'quic/core/quic_frame_list.h', |
1043 'quic/core/quic_framer.cc', | 1043 'quic/core/quic_framer.cc', |
1044 'quic/core/quic_framer.h', | 1044 'quic/core/quic_framer.h', |
1045 'quic/core/quic_header_list.cc', | 1045 'quic/core/quic_header_list.cc', |
1046 'quic/core/quic_header_list.h', | 1046 'quic/core/quic_header_list.h', |
1047 'quic/core/quic_headers_stream.cc', | 1047 'quic/core/quic_headers_stream.cc', |
1048 'quic/core/quic_headers_stream.h', | 1048 'quic/core/quic_headers_stream.h', |
1049 'quic/core/quic_http_utils.cc', | 1049 'quic/core/quic_http_utils.cc', |
1050 'quic/core/quic_http_utils.h', | 1050 'quic/core/quic_http_utils.h', |
| 1051 'quic/core/quic_iovector.h', |
1051 'quic/core/quic_multipath_received_packet_manager.cc', | 1052 'quic/core/quic_multipath_received_packet_manager.cc', |
1052 'quic/core/quic_multipath_received_packet_manager.h', | 1053 'quic/core/quic_multipath_received_packet_manager.h', |
1053 'quic/core/quic_multipath_sent_packet_manager.cc', | 1054 'quic/core/quic_multipath_sent_packet_manager.cc', |
1054 'quic/core/quic_multipath_sent_packet_manager.h', | 1055 'quic/core/quic_multipath_sent_packet_manager.h', |
1055 'quic/core/quic_multipath_transmissions_map.cc', | 1056 'quic/core/quic_multipath_transmissions_map.cc', |
1056 'quic/core/quic_multipath_transmissions_map.h', | 1057 'quic/core/quic_multipath_transmissions_map.h', |
1057 'quic/core/quic_one_block_arena.h', | 1058 'quic/core/quic_one_block_arena.h', |
1058 'quic/core/quic_packet_creator.cc', | 1059 'quic/core/quic_packet_creator.cc', |
1059 'quic/core/quic_packet_creator.h', | 1060 'quic/core/quic_packet_creator.h', |
1060 'quic/core/quic_packet_generator.cc', | 1061 'quic/core/quic_packet_generator.cc', |
(...skipping 2238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3299 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', | 3300 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', |
3300 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', | 3301 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', |
3301 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', | 3302 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', |
3302 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', | 3303 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', |
3303 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', | 3304 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', |
3304 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', | 3305 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', |
3305 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', | 3306 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', |
3306 ], | 3307 ], |
3307 } | 3308 } |
3308 } | 3309 } |
OLD | NEW |