| 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 1120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1131 'quic/core/quic_data_reader.cc', | 1131 'quic/core/quic_data_reader.cc', |
| 1132 'quic/core/quic_data_reader.h', | 1132 'quic/core/quic_data_reader.h', |
| 1133 'quic/core/quic_data_writer.cc', | 1133 'quic/core/quic_data_writer.cc', |
| 1134 'quic/core/quic_data_writer.h', | 1134 'quic/core/quic_data_writer.h', |
| 1135 'quic/core/quic_error_codes.cc', | 1135 'quic/core/quic_error_codes.cc', |
| 1136 'quic/core/quic_error_codes.h', | 1136 'quic/core/quic_error_codes.h', |
| 1137 'quic/core/quic_flags.cc', | 1137 'quic/core/quic_flags.cc', |
| 1138 'quic/core/quic_flags.h', | 1138 'quic/core/quic_flags.h', |
| 1139 'quic/core/quic_flow_controller.cc', | 1139 'quic/core/quic_flow_controller.cc', |
| 1140 'quic/core/quic_flow_controller.h', | 1140 'quic/core/quic_flow_controller.h', |
| 1141 'quic/core/quic_frame_list.cc', | |
| 1142 'quic/core/quic_frame_list.h', | |
| 1143 'quic/core/quic_framer.cc', | 1141 'quic/core/quic_framer.cc', |
| 1144 'quic/core/quic_framer.h', | 1142 'quic/core/quic_framer.h', |
| 1145 'quic/core/quic_header_list.cc', | 1143 'quic/core/quic_header_list.cc', |
| 1146 'quic/core/quic_header_list.h', | 1144 'quic/core/quic_header_list.h', |
| 1147 'quic/core/quic_headers_stream.cc', | 1145 'quic/core/quic_headers_stream.cc', |
| 1148 'quic/core/quic_headers_stream.h', | 1146 'quic/core/quic_headers_stream.h', |
| 1149 'quic/core/quic_iovector.h', | 1147 'quic/core/quic_iovector.h', |
| 1150 'quic/core/quic_multipath_received_packet_manager.cc', | 1148 'quic/core/quic_multipath_received_packet_manager.cc', |
| 1151 'quic/core/quic_multipath_received_packet_manager.h', | 1149 'quic/core/quic_multipath_received_packet_manager.h', |
| 1152 'quic/core/quic_multipath_sent_packet_manager.cc', | 1150 'quic/core/quic_multipath_sent_packet_manager.cc', |
| (...skipping 2366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3519 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', | 3517 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', |
| 3520 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', | 3518 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', |
| 3521 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', | 3519 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', |
| 3522 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', | 3520 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', |
| 3523 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', | 3521 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', |
| 3524 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', | 3522 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', |
| 3525 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', | 3523 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', |
| 3526 ], | 3524 ], |
| 3527 } | 3525 } |
| 3528 } | 3526 } |
| OLD | NEW |