| 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 2132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2143 "websockets/websocket_handshake_constants.h", | 2143 "websockets/websocket_handshake_constants.h", |
| 2144 "websockets/websocket_handshake_request_info.cc", | 2144 "websockets/websocket_handshake_request_info.cc", |
| 2145 "websockets/websocket_handshake_request_info.h", | 2145 "websockets/websocket_handshake_request_info.h", |
| 2146 "websockets/websocket_handshake_response_info.cc", | 2146 "websockets/websocket_handshake_response_info.cc", |
| 2147 "websockets/websocket_handshake_response_info.h", | 2147 "websockets/websocket_handshake_response_info.h", |
| 2148 "websockets/websocket_handshake_stream_base.h", | 2148 "websockets/websocket_handshake_stream_base.h", |
| 2149 "websockets/websocket_handshake_stream_create_helper.cc", | 2149 "websockets/websocket_handshake_stream_create_helper.cc", |
| 2150 "websockets/websocket_handshake_stream_create_helper.h", | 2150 "websockets/websocket_handshake_stream_create_helper.h", |
| 2151 "websockets/websocket_inflater.cc", | 2151 "websockets/websocket_inflater.cc", |
| 2152 "websockets/websocket_inflater.h", | 2152 "websockets/websocket_inflater.h", |
| 2153 "websockets/websocket_mux.h", | |
| 2154 "websockets/websocket_stream.cc", | 2153 "websockets/websocket_stream.cc", |
| 2155 "websockets/websocket_stream.h", | 2154 "websockets/websocket_stream.h", |
| 2156 ], | 2155 ], |
| 2157 # List of test data files for //net:test_support. Can be regenerated by | 2156 # List of test data files for //net:test_support. Can be regenerated by |
| 2158 # running net/data/update_net_gypi.py. | 2157 # running net/data/update_net_gypi.py. |
| 2159 'net_test_support_data_sources': [ | 2158 'net_test_support_data_sources': [ |
| 2160 'data/ssl/certificates/1024-rsa-ee-by-1024-rsa-intermediate.pem', | 2159 'data/ssl/certificates/1024-rsa-ee-by-1024-rsa-intermediate.pem', |
| 2161 'data/ssl/certificates/1024-rsa-ee-by-2048-rsa-intermediate.pem', | 2160 'data/ssl/certificates/1024-rsa-ee-by-2048-rsa-intermediate.pem', |
| 2162 'data/ssl/certificates/1024-rsa-ee-by-768-rsa-intermediate.pem', | 2161 'data/ssl/certificates/1024-rsa-ee-by-768-rsa-intermediate.pem', |
| 2163 'data/ssl/certificates/1024-rsa-ee-by-prime256v1-ecdsa-intermediate.pem', | 2162 'data/ssl/certificates/1024-rsa-ee-by-prime256v1-ecdsa-intermediate.pem', |
| (...skipping 1140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3304 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', | 3303 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', |
| 3305 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', | 3304 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', |
| 3306 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', | 3305 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', |
| 3307 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', | 3306 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', |
| 3308 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', | 3307 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', |
| 3309 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', | 3308 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', |
| 3310 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', | 3309 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', |
| 3311 ], | 3310 ], |
| 3312 } | 3311 } |
| 3313 } | 3312 } |
| OLD | NEW |