| 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 'socket/websocket_transport_client_socket_pool.cc', | 1083 'socket/websocket_transport_client_socket_pool.cc', |
| 1084 'socket/websocket_transport_client_socket_pool.h', | 1084 'socket/websocket_transport_client_socket_pool.h', |
| 1085 'socket/websocket_transport_connect_sub_job.cc', | 1085 'socket/websocket_transport_connect_sub_job.cc', |
| 1086 'socket/websocket_transport_connect_sub_job.h', | 1086 'socket/websocket_transport_connect_sub_job.h', |
| 1087 'spdy/bidirectional_stream_spdy_impl.cc', | 1087 'spdy/bidirectional_stream_spdy_impl.cc', |
| 1088 'spdy/bidirectional_stream_spdy_impl.h', | 1088 'spdy/bidirectional_stream_spdy_impl.h', |
| 1089 'spdy/buffered_spdy_framer.cc', | 1089 'spdy/buffered_spdy_framer.cc', |
| 1090 'spdy/buffered_spdy_framer.h', | 1090 'spdy/buffered_spdy_framer.h', |
| 1091 'spdy/fuzzing/hpack_fuzz_util.cc', | 1091 'spdy/fuzzing/hpack_fuzz_util.cc', |
| 1092 'spdy/fuzzing/hpack_fuzz_util.h', | 1092 'spdy/fuzzing/hpack_fuzz_util.h', |
| 1093 'spdy/header_coalescer.cc', | |
| 1094 'spdy/header_coalescer.h', | |
| 1095 'spdy/hpack/hpack_constants.cc', | 1093 'spdy/hpack/hpack_constants.cc', |
| 1096 'spdy/hpack/hpack_constants.h', | 1094 'spdy/hpack/hpack_constants.h', |
| 1097 'spdy/hpack/hpack_decoder.cc', | 1095 'spdy/hpack/hpack_decoder.cc', |
| 1098 'spdy/hpack/hpack_decoder.h', | 1096 'spdy/hpack/hpack_decoder.h', |
| 1099 'spdy/hpack/hpack_encoder.cc', | 1097 'spdy/hpack/hpack_encoder.cc', |
| 1100 'spdy/hpack/hpack_encoder.h', | 1098 'spdy/hpack/hpack_encoder.h', |
| 1101 'spdy/hpack/hpack_entry.cc', | 1099 'spdy/hpack/hpack_entry.cc', |
| 1102 'spdy/hpack/hpack_entry.h', | 1100 'spdy/hpack/hpack_entry.h', |
| 1103 'spdy/hpack/hpack_header_table.cc', | 1101 'spdy/hpack/hpack_header_table.cc', |
| 1104 'spdy/hpack/hpack_header_table.h', | 1102 'spdy/hpack/hpack_header_table.h', |
| (...skipping 1988 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3093 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', | 3091 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', |
| 3094 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', | 3092 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', |
| 3095 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', | 3093 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', |
| 3096 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', | 3094 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', |
| 3097 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', | 3095 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', |
| 3098 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', | 3096 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', |
| 3099 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', | 3097 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', |
| 3100 ], | 3098 ], |
| 3101 } | 3099 } |
| 3102 } | 3100 } |
| OLD | NEW |