| 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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 181 'http/transport_security_state.h', | 181 'http/transport_security_state.h', |
| 182 'log/net_log.cc', | 182 'log/net_log.cc', |
| 183 'log/net_log.h', | 183 'log/net_log.h', |
| 184 'log/net_log_capture_mode.cc', | 184 'log/net_log_capture_mode.cc', |
| 185 'log/net_log_capture_mode.h', | 185 'log/net_log_capture_mode.h', |
| 186 'log/net_log_event_type_list.h', | 186 'log/net_log_event_type_list.h', |
| 187 'log/net_log_source_type_list.h', | 187 'log/net_log_source_type_list.h', |
| 188 'socket/client_socket_handle.cc', | 188 'socket/client_socket_handle.cc', |
| 189 'socket/client_socket_handle.h', | 189 'socket/client_socket_handle.h', |
| 190 'socket/connection_attempts.h', | 190 'socket/connection_attempts.h', |
| 191 'socket/next_proto.cc', | |
| 192 'socket/next_proto.h', | 191 'socket/next_proto.h', |
| 193 'socket/socket.h', | 192 'socket/socket.h', |
| 194 'socket/socket_performance_watcher.h', | 193 'socket/socket_performance_watcher.h', |
| 195 'socket/socket_performance_watcher_factory.h', | 194 'socket/socket_performance_watcher_factory.h', |
| 196 'socket/ssl_client_socket.cc', | 195 'socket/ssl_client_socket.cc', |
| 197 'socket/ssl_client_socket.h', | 196 'socket/ssl_client_socket.h', |
| 198 'socket/ssl_client_socket_impl.cc', | 197 'socket/ssl_client_socket_impl.cc', |
| 199 'socket/ssl_client_socket_impl.h', | 198 'socket/ssl_client_socket_impl.h', |
| 200 'socket/ssl_socket.h', | 199 'socket/ssl_socket.h', |
| 201 'ssl/channel_id_service.cc', | 200 'ssl/channel_id_service.cc', |
| (...skipping 2980 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3182 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', | 3181 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', |
| 3183 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', | 3182 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', |
| 3184 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', | 3183 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', |
| 3185 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', | 3184 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', |
| 3186 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', | 3185 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', |
| 3187 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', | 3186 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', |
| 3188 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', | 3187 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', |
| 3189 ], | 3188 ], |
| 3190 } | 3189 } |
| 3191 } | 3190 } |
| OLD | NEW |