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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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', | 67 'cert/cert_policy_enforcer.cc', |
| 68 'cert/cert_net_fetcher.cc', |
| 69 'cert/cert_net_fetcher.h', |
68 'cert/cert_policy_enforcer.h', | 70 'cert/cert_policy_enforcer.h', |
69 'cert/cert_status_flags.cc', | 71 'cert/cert_status_flags.cc', |
70 'cert/cert_status_flags.h', | 72 'cert/cert_status_flags.h', |
71 'cert/cert_verifier.cc', | 73 'cert/cert_verifier.cc', |
72 'cert/cert_verifier.h', | 74 'cert/cert_verifier.h', |
73 'cert/cert_verify_result.cc', | 75 'cert/cert_verify_result.cc', |
74 'cert/cert_verify_result.h', | 76 'cert/cert_verify_result.h', |
75 'cert/crl_set.cc', | 77 'cert/crl_set.cc', |
76 'cert/crl_set.h', | 78 'cert/crl_set.h', |
77 'cert/ct_verifier.h', | 79 'cert/ct_verifier.h', |
(...skipping 1221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1299 'base/priority_queue_unittest.cc', | 1301 'base/priority_queue_unittest.cc', |
1300 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', | 1302 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', |
1301 'base/sdch_manager_unittest.cc', | 1303 'base/sdch_manager_unittest.cc', |
1302 'base/static_cookie_policy_unittest.cc', | 1304 'base/static_cookie_policy_unittest.cc', |
1303 'base/test_completion_callback_unittest.cc', | 1305 'base/test_completion_callback_unittest.cc', |
1304 'base/trace_net_log_observer_unittest.cc', | 1306 'base/trace_net_log_observer_unittest.cc', |
1305 'base/upload_bytes_element_reader_unittest.cc', | 1307 'base/upload_bytes_element_reader_unittest.cc', |
1306 'base/upload_file_element_reader_unittest.cc', | 1308 'base/upload_file_element_reader_unittest.cc', |
1307 'base/url_util_unittest.cc', | 1309 'base/url_util_unittest.cc', |
1308 'base/layered_network_delegate_unittest.cc', | 1310 'base/layered_network_delegate_unittest.cc', |
| 1311 'cert/cert_net_fetcher_unittest.cc', |
1309 'cert/cert_policy_enforcer_unittest.cc', | 1312 'cert/cert_policy_enforcer_unittest.cc', |
1310 'cert/cert_verify_proc_unittest.cc', | 1313 'cert/cert_verify_proc_unittest.cc', |
1311 'cert/crl_set_unittest.cc', | 1314 'cert/crl_set_unittest.cc', |
1312 'cert/ct_log_response_parser_unittest.cc', | 1315 'cert/ct_log_response_parser_unittest.cc', |
1313 'cert/ct_log_verifier_unittest.cc', | 1316 'cert/ct_log_verifier_unittest.cc', |
1314 'cert/ct_objects_extractor_unittest.cc', | 1317 'cert/ct_objects_extractor_unittest.cc', |
1315 'cert/ct_serialization_unittest.cc', | 1318 'cert/ct_serialization_unittest.cc', |
1316 'cert/ev_root_ca_metadata_unittest.cc', | 1319 'cert/ev_root_ca_metadata_unittest.cc', |
1317 'cert/jwk_serializer_unittest.cc', | 1320 'cert/jwk_serializer_unittest.cc', |
1318 'cert/multi_log_ct_verifier_unittest.cc', | 1321 'cert/multi_log_ct_verifier_unittest.cc', |
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1771 ], | 1774 ], |
1772 'net_base_mac_ios_sources': [ | 1775 'net_base_mac_ios_sources': [ |
1773 'base/mac/url_conversions.h', | 1776 'base/mac/url_conversions.h', |
1774 'base/mac/url_conversions.mm', | 1777 'base/mac/url_conversions.mm', |
1775 ], | 1778 ], |
1776 'net_base_test_mac_ios_sources': [ | 1779 'net_base_test_mac_ios_sources': [ |
1777 'base/mac/url_conversions_unittest.mm', | 1780 'base/mac/url_conversions_unittest.mm', |
1778 ], | 1781 ], |
1779 } | 1782 } |
1780 } | 1783 } |
OLD | NEW |