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 719 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
730 'nqe/cached_network_quality.cc', | 730 'nqe/cached_network_quality.cc', |
731 'nqe/cached_network_quality.h', | 731 'nqe/cached_network_quality.h', |
732 'nqe/external_estimate_provider.h', | 732 'nqe/external_estimate_provider.h', |
733 'nqe/network_quality.cc', | 733 'nqe/network_quality.cc', |
734 'nqe/network_quality.h', | 734 'nqe/network_quality.h', |
735 'nqe/network_quality_estimator.cc', | 735 'nqe/network_quality_estimator.cc', |
736 'nqe/network_quality_estimator.h', | 736 'nqe/network_quality_estimator.h', |
737 'nqe/network_quality_observation.h', | 737 'nqe/network_quality_observation.h', |
738 'nqe/network_quality_observation_source.h', | 738 'nqe/network_quality_observation_source.h', |
739 'nqe/observation_buffer.h', | 739 'nqe/observation_buffer.h', |
| 740 'nqe/socket_watcher.cc', |
| 741 'nqe/socket_watcher.h', |
| 742 'nqe/socket_watcher_factory.cc', |
| 743 'nqe/socket_watcher_factory.h', |
740 'nqe/throughput_analyzer.cc', | 744 'nqe/throughput_analyzer.cc', |
741 'nqe/throughput_analyzer.h', | 745 'nqe/throughput_analyzer.h', |
742 'nqe/weighted_observation.h', | 746 'nqe/weighted_observation.h', |
743 'proxy/dhcp_proxy_script_adapter_fetcher_win.cc', | 747 'proxy/dhcp_proxy_script_adapter_fetcher_win.cc', |
744 'proxy/dhcp_proxy_script_adapter_fetcher_win.h', | 748 'proxy/dhcp_proxy_script_adapter_fetcher_win.h', |
745 'proxy/dhcp_proxy_script_fetcher.cc', | 749 'proxy/dhcp_proxy_script_fetcher.cc', |
746 'proxy/dhcp_proxy_script_fetcher.h', | 750 'proxy/dhcp_proxy_script_fetcher.h', |
747 'proxy/dhcp_proxy_script_fetcher_factory.cc', | 751 'proxy/dhcp_proxy_script_fetcher_factory.cc', |
748 'proxy/dhcp_proxy_script_fetcher_factory.h', | 752 'proxy/dhcp_proxy_script_fetcher_factory.h', |
749 'proxy/dhcp_proxy_script_fetcher_win.cc', | 753 'proxy/dhcp_proxy_script_fetcher_win.cc', |
(...skipping 2375 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3125 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', | 3129 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', |
3126 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', | 3130 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', |
3127 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', | 3131 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', |
3128 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', | 3132 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', |
3129 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', | 3133 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', |
3130 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', | 3134 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', |
3131 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', | 3135 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr
l', |
3132 ], | 3136 ], |
3133 } | 3137 } |
3134 } | 3138 } |
OLD | NEW |