| 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 1064 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1075 'socket/websocket_transport_client_socket_pool.cc', | 1075 'socket/websocket_transport_client_socket_pool.cc', |
| 1076 'socket/websocket_transport_client_socket_pool.h', | 1076 'socket/websocket_transport_client_socket_pool.h', |
| 1077 'socket/websocket_transport_connect_sub_job.cc', | 1077 'socket/websocket_transport_connect_sub_job.cc', |
| 1078 'socket/websocket_transport_connect_sub_job.h', | 1078 'socket/websocket_transport_connect_sub_job.h', |
| 1079 'spdy/bidirectional_stream_spdy_impl.cc', | 1079 'spdy/bidirectional_stream_spdy_impl.cc', |
| 1080 'spdy/bidirectional_stream_spdy_impl.h', | 1080 'spdy/bidirectional_stream_spdy_impl.h', |
| 1081 'spdy/buffered_spdy_framer.cc', | 1081 'spdy/buffered_spdy_framer.cc', |
| 1082 'spdy/buffered_spdy_framer.h', | 1082 'spdy/buffered_spdy_framer.h', |
| 1083 'spdy/fuzzing/hpack_fuzz_util.cc', | 1083 'spdy/fuzzing/hpack_fuzz_util.cc', |
| 1084 'spdy/fuzzing/hpack_fuzz_util.h', | 1084 'spdy/fuzzing/hpack_fuzz_util.h', |
| 1085 'spdy/header_coalescer.cc', |
| 1086 'spdy/header_coalescer.h', |
| 1085 'spdy/hpack/hpack_constants.cc', | 1087 'spdy/hpack/hpack_constants.cc', |
| 1086 'spdy/hpack/hpack_constants.h', | 1088 'spdy/hpack/hpack_constants.h', |
| 1087 'spdy/hpack/hpack_decoder.cc', | 1089 'spdy/hpack/hpack_decoder.cc', |
| 1088 'spdy/hpack/hpack_decoder.h', | 1090 'spdy/hpack/hpack_decoder.h', |
| 1089 'spdy/hpack/hpack_encoder.cc', | 1091 'spdy/hpack/hpack_encoder.cc', |
| 1090 'spdy/hpack/hpack_encoder.h', | 1092 'spdy/hpack/hpack_encoder.h', |
| 1091 'spdy/hpack/hpack_entry.cc', | 1093 'spdy/hpack/hpack_entry.cc', |
| 1092 'spdy/hpack/hpack_entry.h', | 1094 'spdy/hpack/hpack_entry.h', |
| 1093 'spdy/hpack/hpack_header_table.cc', | 1095 'spdy/hpack/hpack_header_table.cc', |
| 1094 'spdy/hpack/hpack_header_table.h', | 1096 'spdy/hpack/hpack_header_table.h', |
| (...skipping 1983 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3078 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', | 3080 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', |
| 3079 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', | 3081 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', |
| 3080 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', | 3082 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', |
| 3081 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', | 3083 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', |
| 3082 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', | 3084 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', |
| 3083 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', | 3085 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', |
| 3084 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', | 3086 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', |
| 3085 ], | 3087 ], |
| 3086 } | 3088 } |
| 3087 } | 3089 } |
| OLD | NEW |