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 712 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
723 'nqe/cached_network_quality.cc', | 723 'nqe/cached_network_quality.cc', |
724 'nqe/cached_network_quality.h', | 724 'nqe/cached_network_quality.h', |
725 'nqe/external_estimate_provider.h', | 725 'nqe/external_estimate_provider.h', |
726 'nqe/network_quality.cc', | 726 'nqe/network_quality.cc', |
727 'nqe/network_quality.h', | 727 'nqe/network_quality.h', |
728 'nqe/network_quality_estimator.cc', | 728 'nqe/network_quality_estimator.cc', |
729 'nqe/network_quality_estimator.h', | 729 'nqe/network_quality_estimator.h', |
730 'nqe/network_quality_observation.h', | 730 'nqe/network_quality_observation.h', |
731 'nqe/network_quality_observation_source.h', | 731 'nqe/network_quality_observation_source.h', |
732 'nqe/observation_buffer.h', | 732 'nqe/observation_buffer.h', |
| 733 'nqe/socket_watcher.cc', |
| 734 'nqe/socket_watcher.h', |
| 735 'nqe/socket_watcher_factory.cc', |
| 736 'nqe/socket_watcher_factory.h', |
733 'nqe/throughput_analyzer.cc', | 737 'nqe/throughput_analyzer.cc', |
734 'nqe/throughput_analyzer.h', | 738 'nqe/throughput_analyzer.h', |
735 'nqe/weighted_observation.h', | 739 'nqe/weighted_observation.h', |
736 'proxy/dhcp_proxy_script_adapter_fetcher_win.cc', | 740 'proxy/dhcp_proxy_script_adapter_fetcher_win.cc', |
737 'proxy/dhcp_proxy_script_adapter_fetcher_win.h', | 741 'proxy/dhcp_proxy_script_adapter_fetcher_win.h', |
738 'proxy/dhcp_proxy_script_fetcher.cc', | 742 'proxy/dhcp_proxy_script_fetcher.cc', |
739 'proxy/dhcp_proxy_script_fetcher.h', | 743 'proxy/dhcp_proxy_script_fetcher.h', |
740 'proxy/dhcp_proxy_script_fetcher_factory.cc', | 744 'proxy/dhcp_proxy_script_fetcher_factory.cc', |
741 'proxy/dhcp_proxy_script_fetcher_factory.h', | 745 'proxy/dhcp_proxy_script_fetcher_factory.h', |
742 'proxy/dhcp_proxy_script_fetcher_win.cc', | 746 'proxy/dhcp_proxy_script_fetcher_win.cc', |
(...skipping 2359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3102 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', | 3106 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', |
3103 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', | 3107 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', |
3104 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', | 3108 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', |
3105 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', | 3109 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', |
3106 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', | 3110 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', |
3107 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', | 3111 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', |
3108 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', | 3112 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', |
3109 ], | 3113 ], |
3110 } | 3114 } |
3111 } | 3115 } |
OLD | NEW |