| 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 2133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2144 'ssl/client_cert_store_win_unittest.cc', | 2144 'ssl/client_cert_store_win_unittest.cc', |
| 2145 'ssl/default_channel_id_store_unittest.cc', | 2145 'ssl/default_channel_id_store_unittest.cc', |
| 2146 'ssl/openssl_client_key_store_unittest.cc', | 2146 'ssl/openssl_client_key_store_unittest.cc', |
| 2147 'ssl/ssl_cipher_suite_names_unittest.cc', | 2147 'ssl/ssl_cipher_suite_names_unittest.cc', |
| 2148 'ssl/ssl_client_auth_cache_unittest.cc', | 2148 'ssl/ssl_client_auth_cache_unittest.cc', |
| 2149 'ssl/ssl_client_session_cache_unittest.cc', | 2149 'ssl/ssl_client_session_cache_unittest.cc', |
| 2150 'ssl/ssl_config_service_unittest.cc', | 2150 'ssl/ssl_config_service_unittest.cc', |
| 2151 'ssl/ssl_config_unittest.cc', | 2151 'ssl/ssl_config_unittest.cc', |
| 2152 'ssl/ssl_connection_status_flags_unittest.cc', | 2152 'ssl/ssl_connection_status_flags_unittest.cc', |
| 2153 'ssl/ssl_platform_key_android_unittest.cc', | 2153 'ssl/ssl_platform_key_android_unittest.cc', |
| 2154 'ssl/ssl_platform_key_mac_unittest.cc', |
| 2154 'ssl/ssl_platform_key_util_unittest.cc', | 2155 'ssl/ssl_platform_key_util_unittest.cc', |
| 2156 'ssl/ssl_private_key_test_util.cc', |
| 2157 'ssl/ssl_private_key_test_util.h', |
| 2155 'test/embedded_test_server/embedded_test_server_unittest.cc', | 2158 'test/embedded_test_server/embedded_test_server_unittest.cc', |
| 2156 'test/embedded_test_server/http_request_unittest.cc', | 2159 'test/embedded_test_server/http_request_unittest.cc', |
| 2157 'test/embedded_test_server/http_response_unittest.cc', | 2160 'test/embedded_test_server/http_response_unittest.cc', |
| 2158 'test/python_utils_unittest.cc', | 2161 'test/python_utils_unittest.cc', |
| 2159 'test/run_all_unittests.cc', | 2162 'test/run_all_unittests.cc', |
| 2160 'third_party/nist-pkits/pkits_testcases-inl.h', | 2163 'third_party/nist-pkits/pkits_testcases-inl.h', |
| 2161 'tools/content_decoder_tool/content_decoder_tool.cc', | 2164 'tools/content_decoder_tool/content_decoder_tool.cc', |
| 2162 'tools/content_decoder_tool/content_decoder_tool.h', | 2165 'tools/content_decoder_tool/content_decoder_tool.h', |
| 2163 'tools/content_decoder_tool/content_decoder_tool_unittest.cc', | 2166 'tools/content_decoder_tool/content_decoder_tool_unittest.cc', |
| 2164 'tools/quic/quic_simple_client_test.cc', | 2167 'tools/quic/quic_simple_client_test.cc', |
| (...skipping 1360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3525 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', | 3528 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', |
| 3526 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', | 3529 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', |
| 3527 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', | 3530 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', |
| 3528 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', | 3531 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', |
| 3529 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', | 3532 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', |
| 3530 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', | 3533 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', |
| 3531 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', | 3534 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', |
| 3532 ], | 3535 ], |
| 3533 } | 3536 } |
| 3534 } | 3537 } |
| OLD | NEW |