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 728 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
739 'http/proxy_connect_redirect_http_stream.h', | 739 'http/proxy_connect_redirect_http_stream.h', |
740 'http/transport_security_persister.cc', | 740 'http/transport_security_persister.cc', |
741 'http/transport_security_persister.h', | 741 'http/transport_security_persister.h', |
742 'http/transport_security_state_static.h', | 742 'http/transport_security_state_static.h', |
743 'http/url_security_manager.cc', | 743 'http/url_security_manager.cc', |
744 'http/url_security_manager.h', | 744 'http/url_security_manager.h', |
745 'http/url_security_manager_posix.cc', | 745 'http/url_security_manager_posix.cc', |
746 'http/url_security_manager_win.cc', | 746 'http/url_security_manager_win.cc', |
747 'nqe/cached_network_quality.cc', | 747 'nqe/cached_network_quality.cc', |
748 'nqe/cached_network_quality.h', | 748 'nqe/cached_network_quality.h', |
| 749 'nqe/effective_connection_type.h', |
749 'nqe/external_estimate_provider.h', | 750 'nqe/external_estimate_provider.h', |
750 'nqe/network_id.h', | 751 'nqe/network_id.h', |
751 'nqe/network_quality.cc', | 752 'nqe/network_quality.cc', |
752 'nqe/network_quality.h', | 753 'nqe/network_quality.h', |
753 'nqe/network_quality_estimator.cc', | 754 'nqe/network_quality_estimator.cc', |
754 'nqe/network_quality_estimator.h', | 755 'nqe/network_quality_estimator.h', |
755 'nqe/network_quality_observation.h', | 756 'nqe/network_quality_observation.h', |
756 'nqe/network_quality_observation_source.h', | 757 'nqe/network_quality_observation_source.h', |
757 'nqe/network_quality_store.cc', | 758 'nqe/network_quality_store.cc', |
758 'nqe/network_quality_store.h', | 759 'nqe/network_quality_store.h', |
(...skipping 2422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3181 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', | 3182 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', |
3182 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', | 3183 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', |
3183 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', | 3184 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', |
3184 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', | 3185 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', |
3185 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', | 3186 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', |
3186 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', | 3187 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', |
3187 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', | 3188 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', |
3188 ], | 3189 ], |
3189 } | 3190 } |
3190 } | 3191 } |
OLD | NEW |