| 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 'base/registry_controlled_domains/registry_controlled_domain.cc', | 57 'base/registry_controlled_domains/registry_controlled_domain.cc', |
| 58 'base/registry_controlled_domains/registry_controlled_domain.h', | 58 'base/registry_controlled_domains/registry_controlled_domain.h', |
| 59 'base/sys_addrinfo.h', | 59 'base/sys_addrinfo.h', |
| 60 'base/zap.cc', | 60 'base/zap.cc', |
| 61 'base/zap.h', | 61 'base/zap.h', |
| 62 'cert/asn1_util.cc', | 62 'cert/asn1_util.cc', |
| 63 'cert/asn1_util.h', | 63 'cert/asn1_util.h', |
| 64 'cert/cert_database.cc', | 64 'cert/cert_database.cc', |
| 65 'cert/cert_database.h', | 65 'cert/cert_database.h', |
| 66 'cert/cert_database_openssl.cc', | 66 'cert/cert_database_openssl.cc', |
| 67 'cert/cert_policy_enforcer.cc', |
| 68 'cert/cert_policy_enforcer.h', |
| 67 'cert/cert_status_flags.cc', | 69 'cert/cert_status_flags.cc', |
| 68 'cert/cert_status_flags.h', | 70 'cert/cert_status_flags.h', |
| 69 'cert/cert_verifier.cc', | 71 'cert/cert_verifier.cc', |
| 70 'cert/cert_verifier.h', | 72 'cert/cert_verifier.h', |
| 71 'cert/cert_verify_result.cc', | 73 'cert/cert_verify_result.cc', |
| 72 'cert/cert_verify_result.h', | 74 'cert/cert_verify_result.h', |
| 73 'cert/crl_set.cc', | 75 'cert/crl_set.cc', |
| 74 'cert/crl_set.h', | 76 'cert/crl_set.h', |
| 75 'cert/ct_verifier.h', | 77 'cert/ct_verifier.h', |
| 76 'cert/ct_verify_result.cc', | 78 'cert/ct_verify_result.cc', |
| (...skipping 1213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1290 'base/prioritized_dispatcher_unittest.cc', | 1292 'base/prioritized_dispatcher_unittest.cc', |
| 1291 'base/priority_queue_unittest.cc', | 1293 'base/priority_queue_unittest.cc', |
| 1292 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', | 1294 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', |
| 1293 'base/sdch_manager_unittest.cc', | 1295 'base/sdch_manager_unittest.cc', |
| 1294 'base/static_cookie_policy_unittest.cc', | 1296 'base/static_cookie_policy_unittest.cc', |
| 1295 'base/test_completion_callback_unittest.cc', | 1297 'base/test_completion_callback_unittest.cc', |
| 1296 'base/trace_net_log_observer_unittest.cc', | 1298 'base/trace_net_log_observer_unittest.cc', |
| 1297 'base/upload_bytes_element_reader_unittest.cc', | 1299 'base/upload_bytes_element_reader_unittest.cc', |
| 1298 'base/upload_file_element_reader_unittest.cc', | 1300 'base/upload_file_element_reader_unittest.cc', |
| 1299 'base/url_util_unittest.cc', | 1301 'base/url_util_unittest.cc', |
| 1302 'cert/cert_policy_enforcer_unittest.cc', |
| 1300 'cert/cert_verify_proc_unittest.cc', | 1303 'cert/cert_verify_proc_unittest.cc', |
| 1301 'cert/crl_set_unittest.cc', | 1304 'cert/crl_set_unittest.cc', |
| 1302 'cert/ct_log_response_parser_unittest.cc', | 1305 'cert/ct_log_response_parser_unittest.cc', |
| 1303 'cert/ct_log_verifier_unittest.cc', | 1306 'cert/ct_log_verifier_unittest.cc', |
| 1304 'cert/ct_objects_extractor_unittest.cc', | 1307 'cert/ct_objects_extractor_unittest.cc', |
| 1305 'cert/ct_serialization_unittest.cc', | 1308 'cert/ct_serialization_unittest.cc', |
| 1306 'cert/ev_root_ca_metadata_unittest.cc', | 1309 'cert/ev_root_ca_metadata_unittest.cc', |
| 1307 'cert/jwk_serializer_unittest.cc', | 1310 'cert/jwk_serializer_unittest.cc', |
| 1308 'cert/multi_log_ct_verifier_unittest.cc', | 1311 'cert/multi_log_ct_verifier_unittest.cc', |
| 1309 'cert/multi_threaded_cert_verifier_unittest.cc', | 1312 'cert/multi_threaded_cert_verifier_unittest.cc', |
| (...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1749 'tools/quic/test_tools/quic_test_client.h', | 1752 'tools/quic/test_tools/quic_test_client.h', |
| 1750 'tools/quic/test_tools/quic_test_utils.cc', | 1753 'tools/quic/test_tools/quic_test_utils.cc', |
| 1751 'tools/quic/test_tools/quic_test_utils.h', | 1754 'tools/quic/test_tools/quic_test_utils.h', |
| 1752 'tools/quic/test_tools/server_thread.h', | 1755 'tools/quic/test_tools/server_thread.h', |
| 1753 'tools/quic/test_tools/server_thread.cc', | 1756 'tools/quic/test_tools/server_thread.cc', |
| 1754 'tools/quic/test_tools/simple_client.h', | 1757 'tools/quic/test_tools/simple_client.h', |
| 1755 'tools/quic/test_tools/simple_client.cc', | 1758 'tools/quic/test_tools/simple_client.cc', |
| 1756 ], | 1759 ], |
| 1757 } | 1760 } |
| 1758 } | 1761 } |
| OLD | NEW |