| 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 2134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_mac_unittest.cc', |
| 2155 'ssl/ssl_platform_key_nss_unittest.cc', |
| 2155 'ssl/ssl_platform_key_util_unittest.cc', | 2156 'ssl/ssl_platform_key_util_unittest.cc', |
| 2156 'ssl/ssl_private_key_test_util.cc', | 2157 'ssl/ssl_private_key_test_util.cc', |
| 2157 'ssl/ssl_private_key_test_util.h', | 2158 'ssl/ssl_private_key_test_util.h', |
| 2158 'test/embedded_test_server/embedded_test_server_unittest.cc', | 2159 'test/embedded_test_server/embedded_test_server_unittest.cc', |
| 2159 'test/embedded_test_server/http_request_unittest.cc', | 2160 'test/embedded_test_server/http_request_unittest.cc', |
| 2160 'test/embedded_test_server/http_response_unittest.cc', | 2161 'test/embedded_test_server/http_response_unittest.cc', |
| 2161 'test/python_utils_unittest.cc', | 2162 'test/python_utils_unittest.cc', |
| 2162 'test/run_all_unittests.cc', | 2163 'test/run_all_unittests.cc', |
| 2163 'third_party/nist-pkits/pkits_testcases-inl.h', | 2164 'third_party/nist-pkits/pkits_testcases-inl.h', |
| 2164 'tools/content_decoder_tool/content_decoder_tool.cc', | 2165 'tools/content_decoder_tool/content_decoder_tool.cc', |
| (...skipping 1391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3556 'tools/domain_security_preload_generator/preloaded_state_generator.h', | 3557 'tools/domain_security_preload_generator/preloaded_state_generator.h', |
| 3557 'tools/domain_security_preload_generator/spki_hash.cc', | 3558 'tools/domain_security_preload_generator/spki_hash.cc', |
| 3558 'tools/domain_security_preload_generator/spki_hash.h', | 3559 'tools/domain_security_preload_generator/spki_hash.h', |
| 3559 'tools/domain_security_preload_generator/trie/trie_bit_buffer.cc', | 3560 'tools/domain_security_preload_generator/trie/trie_bit_buffer.cc', |
| 3560 'tools/domain_security_preload_generator/trie/trie_bit_buffer.h', | 3561 'tools/domain_security_preload_generator/trie/trie_bit_buffer.h', |
| 3561 'tools/domain_security_preload_generator/trie/trie_writer.cc', | 3562 'tools/domain_security_preload_generator/trie/trie_writer.cc', |
| 3562 'tools/domain_security_preload_generator/trie/trie_writer.h', | 3563 'tools/domain_security_preload_generator/trie/trie_writer.h', |
| 3563 ], | 3564 ], |
| 3564 } | 3565 } |
| 3565 } | 3566 } |
| OLD | NEW |