Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(159)

Side by Side Diff: net/net.gypi

Issue 2128793003: Factor out NetworkID and caching mechanism from n_q_e.{h,cc} (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed asvitkine comments Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | net/nqe/cached_network_quality.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 729 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/external_estimate_provider.h', 749 'nqe/external_estimate_provider.h',
750 'nqe/network_id.h',
750 'nqe/network_quality.cc', 751 'nqe/network_quality.cc',
751 'nqe/network_quality.h', 752 'nqe/network_quality.h',
752 'nqe/network_quality_estimator.cc', 753 'nqe/network_quality_estimator.cc',
753 'nqe/network_quality_estimator.h', 754 'nqe/network_quality_estimator.h',
754 'nqe/network_quality_observation.h', 755 'nqe/network_quality_observation.h',
755 'nqe/network_quality_observation_source.h', 756 'nqe/network_quality_observation_source.h',
757 'nqe/network_quality_store.cc',
758 'nqe/network_quality_store.h',
756 'nqe/observation_buffer.h', 759 'nqe/observation_buffer.h',
757 'nqe/socket_watcher.cc', 760 'nqe/socket_watcher.cc',
758 'nqe/socket_watcher.h', 761 'nqe/socket_watcher.h',
759 'nqe/socket_watcher_factory.cc', 762 'nqe/socket_watcher_factory.cc',
760 'nqe/socket_watcher_factory.h', 763 'nqe/socket_watcher_factory.h',
761 'nqe/throughput_analyzer.cc', 764 'nqe/throughput_analyzer.cc',
762 'nqe/throughput_analyzer.h', 765 'nqe/throughput_analyzer.h',
763 'nqe/weighted_observation.h', 766 'nqe/weighted_observation.h',
764 'proxy/dhcp_proxy_script_adapter_fetcher_win.cc', 767 'proxy/dhcp_proxy_script_adapter_fetcher_win.cc',
765 'proxy/dhcp_proxy_script_adapter_fetcher_win.h', 768 'proxy/dhcp_proxy_script_adapter_fetcher_win.h',
(...skipping 785 matching lines...) Expand 10 before | Expand all | Expand 10 after
1551 'http/transport_security_persister_unittest.cc', 1554 'http/transport_security_persister_unittest.cc',
1552 'http/transport_security_state_unittest.cc', 1555 'http/transport_security_state_unittest.cc',
1553 'http/url_security_manager_unittest.cc', 1556 'http/url_security_manager_unittest.cc',
1554 'log/net_log_capture_mode_unittest.cc', 1557 'log/net_log_capture_mode_unittest.cc',
1555 'log/net_log_unittest.cc', 1558 'log/net_log_unittest.cc',
1556 'log/net_log_util_unittest.cc', 1559 'log/net_log_util_unittest.cc',
1557 'log/trace_net_log_observer_unittest.cc', 1560 'log/trace_net_log_observer_unittest.cc',
1558 'log/write_to_file_net_log_observer_unittest.cc', 1561 'log/write_to_file_net_log_observer_unittest.cc',
1559 'nqe/network_quality_estimator_unittest.cc', 1562 'nqe/network_quality_estimator_unittest.cc',
1560 'nqe/network_quality_observation_unittest.cc', 1563 'nqe/network_quality_observation_unittest.cc',
1564 'nqe/network_quality_store_unittest.cc',
1561 'nqe/throughput_analyzer_unittest.cc', 1565 'nqe/throughput_analyzer_unittest.cc',
1562 'proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc', 1566 'proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc',
1563 'proxy/dhcp_proxy_script_fetcher_factory_unittest.cc', 1567 'proxy/dhcp_proxy_script_fetcher_factory_unittest.cc',
1564 'proxy/dhcp_proxy_script_fetcher_win_unittest.cc', 1568 'proxy/dhcp_proxy_script_fetcher_win_unittest.cc',
1565 'proxy/mojo_proxy_resolver_factory_impl_unittest.cc', 1569 'proxy/mojo_proxy_resolver_factory_impl_unittest.cc',
1566 'proxy/mojo_proxy_resolver_impl_unittest.cc', 1570 'proxy/mojo_proxy_resolver_impl_unittest.cc',
1567 'proxy/mojo_proxy_resolver_v8_tracing_bindings_unittest.cc', 1571 'proxy/mojo_proxy_resolver_v8_tracing_bindings_unittest.cc',
1568 'proxy/multi_threaded_proxy_resolver_unittest.cc', 1572 'proxy/multi_threaded_proxy_resolver_unittest.cc',
1569 'proxy/network_delegate_error_observer_unittest.cc', 1573 'proxy/network_delegate_error_observer_unittest.cc',
1570 'proxy/proxy_bypass_rules_unittest.cc', 1574 'proxy/proxy_bypass_rules_unittest.cc',
(...skipping 1600 matching lines...) Expand 10 before | Expand all | Expand 10 after
3171 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3175 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3172 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3176 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3173 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3177 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3174 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3178 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3175 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3179 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3176 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3180 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3177 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3181 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3178 ], 3182 ],
3179 } 3183 }
3180 } 3184 }
OLDNEW
« no previous file with comments | « no previous file | net/nqe/cached_network_quality.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698