| 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 1220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1297 'base/priority_queue_unittest.cc', | 1299 'base/priority_queue_unittest.cc', |
| 1298 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', | 1300 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', |
| 1299 'base/sdch_dictionary_fetcher_unittest.cc', | 1301 'base/sdch_dictionary_fetcher_unittest.cc', |
| 1300 'base/sdch_manager_unittest.cc', | 1302 'base/sdch_manager_unittest.cc', |
| 1301 'base/static_cookie_policy_unittest.cc', | 1303 'base/static_cookie_policy_unittest.cc', |
| 1302 'base/test_completion_callback_unittest.cc', | 1304 'base/test_completion_callback_unittest.cc', |
| 1303 'base/trace_net_log_observer_unittest.cc', | 1305 'base/trace_net_log_observer_unittest.cc', |
| 1304 'base/upload_bytes_element_reader_unittest.cc', | 1306 'base/upload_bytes_element_reader_unittest.cc', |
| 1305 'base/upload_file_element_reader_unittest.cc', | 1307 'base/upload_file_element_reader_unittest.cc', |
| 1306 'base/url_util_unittest.cc', | 1308 'base/url_util_unittest.cc', |
| 1309 'cert/cert_policy_enforcer_unittest.cc', |
| 1307 'cert/cert_verify_proc_unittest.cc', | 1310 'cert/cert_verify_proc_unittest.cc', |
| 1308 'cert/crl_set_unittest.cc', | 1311 'cert/crl_set_unittest.cc', |
| 1309 'cert/ct_log_response_parser_unittest.cc', | 1312 'cert/ct_log_response_parser_unittest.cc', |
| 1310 'cert/ct_log_verifier_unittest.cc', | 1313 'cert/ct_log_verifier_unittest.cc', |
| 1311 'cert/ct_objects_extractor_unittest.cc', | 1314 'cert/ct_objects_extractor_unittest.cc', |
| 1312 'cert/ct_serialization_unittest.cc', | 1315 'cert/ct_serialization_unittest.cc', |
| 1313 'cert/ev_root_ca_metadata_unittest.cc', | 1316 'cert/ev_root_ca_metadata_unittest.cc', |
| 1314 'cert/jwk_serializer_unittest.cc', | 1317 'cert/jwk_serializer_unittest.cc', |
| 1315 'cert/multi_log_ct_verifier_unittest.cc', | 1318 'cert/multi_log_ct_verifier_unittest.cc', |
| 1316 'cert/multi_threaded_cert_verifier_unittest.cc', | 1319 'cert/multi_threaded_cert_verifier_unittest.cc', |
| (...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1765 'tools/quic/test_tools/quic_test_client.h', | 1768 'tools/quic/test_tools/quic_test_client.h', |
| 1766 'tools/quic/test_tools/quic_test_utils.cc', | 1769 'tools/quic/test_tools/quic_test_utils.cc', |
| 1767 'tools/quic/test_tools/quic_test_utils.h', | 1770 'tools/quic/test_tools/quic_test_utils.h', |
| 1768 'tools/quic/test_tools/server_thread.h', | 1771 'tools/quic/test_tools/server_thread.h', |
| 1769 'tools/quic/test_tools/server_thread.cc', | 1772 'tools/quic/test_tools/server_thread.cc', |
| 1770 'tools/quic/test_tools/simple_client.h', | 1773 'tools/quic/test_tools/simple_client.h', |
| 1771 'tools/quic/test_tools/simple_client.cc', | 1774 'tools/quic/test_tools/simple_client.cc', |
| 1772 ], | 1775 ], |
| 1773 } | 1776 } |
| 1774 } | 1777 } |
| OLD | NEW |