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 1056 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1067 'quic/core/quic_multipath_sent_packet_manager.cc', | 1067 'quic/core/quic_multipath_sent_packet_manager.cc', |
1068 'quic/core/quic_multipath_sent_packet_manager.h', | 1068 'quic/core/quic_multipath_sent_packet_manager.h', |
1069 'quic/core/quic_multipath_transmissions_map.cc', | 1069 'quic/core/quic_multipath_transmissions_map.cc', |
1070 'quic/core/quic_multipath_transmissions_map.h', | 1070 'quic/core/quic_multipath_transmissions_map.h', |
1071 'quic/core/quic_one_block_arena.h', | 1071 'quic/core/quic_one_block_arena.h', |
1072 'quic/core/quic_packet_creator.cc', | 1072 'quic/core/quic_packet_creator.cc', |
1073 'quic/core/quic_packet_creator.h', | 1073 'quic/core/quic_packet_creator.h', |
1074 'quic/core/quic_packet_generator.cc', | 1074 'quic/core/quic_packet_generator.cc', |
1075 'quic/core/quic_packet_generator.h', | 1075 'quic/core/quic_packet_generator.h', |
1076 'quic/core/quic_packet_writer.h', | 1076 'quic/core/quic_packet_writer.h', |
1077 'quic/core/quic_protocol.cc', | 1077 'quic/core/quic_packets.cc', |
1078 'quic/core/quic_protocol.h', | 1078 'quic/core/quic_packets.h', |
1079 'quic/core/quic_received_packet_manager.cc', | 1079 'quic/core/quic_received_packet_manager.cc', |
1080 'quic/core/quic_received_packet_manager.h', | 1080 'quic/core/quic_received_packet_manager.h', |
1081 'quic/core/quic_sent_packet_manager.cc', | 1081 'quic/core/quic_sent_packet_manager.cc', |
1082 'quic/core/quic_sent_packet_manager.h', | 1082 'quic/core/quic_sent_packet_manager.h', |
1083 'quic/core/quic_sent_packet_manager_interface.h', | 1083 'quic/core/quic_sent_packet_manager_interface.h', |
1084 'quic/core/quic_server_id.cc', | 1084 'quic/core/quic_server_id.cc', |
1085 'quic/core/quic_server_id.h', | 1085 'quic/core/quic_server_id.h', |
1086 'quic/core/quic_server_session_base.cc', | 1086 'quic/core/quic_server_session_base.cc', |
1087 'quic/core/quic_server_session_base.h', | 1087 'quic/core/quic_server_session_base.h', |
1088 'quic/core/quic_session.cc', | 1088 'quic/core/quic_session.cc', |
(...skipping 2253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3342 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', | 3342 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', |
3343 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', | 3343 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', |
3344 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', | 3344 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', |
3345 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', | 3345 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', |
3346 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', | 3346 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', |
3347 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', | 3347 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', |
3348 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', | 3348 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', |
3349 ], | 3349 ], |
3350 } | 3350 } |
3351 } | 3351 } |
OLD | NEW |