| 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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 203 'log/net_log_source.h', | 203 'log/net_log_source.h', |
| 204 'log/net_log_with_source.cc', | 204 'log/net_log_with_source.cc', |
| 205 'log/net_log_with_source.h', | 205 'log/net_log_with_source.h', |
| 206 'log/net_log_capture_mode.cc', | 206 'log/net_log_capture_mode.cc', |
| 207 'log/net_log_capture_mode.h', | 207 'log/net_log_capture_mode.h', |
| 208 'log/net_log_event_type_list.h', | 208 'log/net_log_event_type_list.h', |
| 209 'log/net_log_source_type_list.h', | 209 'log/net_log_source_type_list.h', |
| 210 'socket/client_socket_handle.cc', | 210 'socket/client_socket_handle.cc', |
| 211 'socket/client_socket_handle.h', | 211 'socket/client_socket_handle.h', |
| 212 'socket/connection_attempts.h', | 212 'socket/connection_attempts.h', |
| 213 'socket/next_proto.cc', | |
| 214 'socket/next_proto.h', | 213 'socket/next_proto.h', |
| 215 'socket/socket.h', | 214 'socket/socket.h', |
| 216 'socket/socket_bio_adapter.cc', | 215 'socket/socket_bio_adapter.cc', |
| 217 'socket/socket_bio_adapter.h', | 216 'socket/socket_bio_adapter.h', |
| 218 'socket/socket_performance_watcher.h', | 217 'socket/socket_performance_watcher.h', |
| 219 'socket/socket_performance_watcher_factory.h', | 218 'socket/socket_performance_watcher_factory.h', |
| 220 'socket/ssl_client_socket.cc', | 219 'socket/ssl_client_socket.cc', |
| 221 'socket/ssl_client_socket.h', | 220 'socket/ssl_client_socket.h', |
| 222 'socket/ssl_client_socket_impl.cc', | 221 'socket/ssl_client_socket_impl.cc', |
| 223 'socket/ssl_client_socket_impl.h', | 222 'socket/ssl_client_socket_impl.h', |
| (...skipping 3081 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3305 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', | 3304 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', |
| 3306 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', | 3305 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', |
| 3307 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', | 3306 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', |
| 3308 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', | 3307 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', |
| 3309 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', | 3308 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', |
| 3310 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', | 3309 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', |
| 3311 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', | 3310 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', |
| 3312 ], | 3311 ], |
| 3313 } | 3312 } |
| 3314 } | 3313 } |
| OLD | NEW |