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

Side by Side Diff: net/BUILD.gn

Issue 2927453002: Make NQE a derived class of NetworkQualityProvider (Closed)
Patch Set: some more IWYU fixes Created 3 years, 6 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
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 import("//build/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/crypto.gni") 8 import("//build/config/crypto.gni")
9 import("//build/config/features.gni") 9 import("//build/config/features.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 974 matching lines...) Expand 10 before | Expand all | Expand 10 after
985 "log/net_log_util.cc", 985 "log/net_log_util.cc",
986 "log/net_log_util.h", 986 "log/net_log_util.h",
987 "log/trace_net_log_observer.cc", 987 "log/trace_net_log_observer.cc",
988 "log/trace_net_log_observer.h", 988 "log/trace_net_log_observer.h",
989 "log/write_to_file_net_log_observer.cc", 989 "log/write_to_file_net_log_observer.cc",
990 "log/write_to_file_net_log_observer.h", 990 "log/write_to_file_net_log_observer.h",
991 "nqe/cached_network_quality.cc", 991 "nqe/cached_network_quality.cc",
992 "nqe/cached_network_quality.h", 992 "nqe/cached_network_quality.h",
993 "nqe/effective_connection_type.cc", 993 "nqe/effective_connection_type.cc",
994 "nqe/effective_connection_type.h", 994 "nqe/effective_connection_type.h",
995 "nqe/effective_connection_type_observer.h",
995 "nqe/event_creator.cc", 996 "nqe/event_creator.cc",
996 "nqe/event_creator.h", 997 "nqe/event_creator.h",
997 "nqe/external_estimate_provider.h", 998 "nqe/external_estimate_provider.h",
998 "nqe/network_id.h", 999 "nqe/network_id.h",
999 "nqe/network_qualities_prefs_manager.cc", 1000 "nqe/network_qualities_prefs_manager.cc",
1000 "nqe/network_qualities_prefs_manager.h", 1001 "nqe/network_qualities_prefs_manager.h",
1001 "nqe/network_quality.cc", 1002 "nqe/network_quality.cc",
1002 "nqe/network_quality.h", 1003 "nqe/network_quality.h",
1003 "nqe/network_quality_estimator.cc", 1004 "nqe/network_quality_estimator.cc",
1004 "nqe/network_quality_estimator.h", 1005 "nqe/network_quality_estimator.h",
1005 "nqe/network_quality_estimator_params.cc", 1006 "nqe/network_quality_estimator_params.cc",
1006 "nqe/network_quality_estimator_params.h", 1007 "nqe/network_quality_estimator_params.h",
1007 "nqe/network_quality_observation.h", 1008 "nqe/network_quality_observation.h",
1008 "nqe/network_quality_observation_source.h", 1009 "nqe/network_quality_observation_source.h",
1010 "nqe/network_quality_provider.cc",
1011 "nqe/network_quality_provider.h",
1009 "nqe/network_quality_store.cc", 1012 "nqe/network_quality_store.cc",
1010 "nqe/network_quality_store.h", 1013 "nqe/network_quality_store.h",
1011 "nqe/observation_buffer.h", 1014 "nqe/observation_buffer.h",
1015 "nqe/rtt_throughput_estimates_observer.h",
1012 "nqe/socket_watcher.cc", 1016 "nqe/socket_watcher.cc",
1013 "nqe/socket_watcher.h", 1017 "nqe/socket_watcher.h",
1014 "nqe/socket_watcher_factory.cc", 1018 "nqe/socket_watcher_factory.cc",
1015 "nqe/socket_watcher_factory.h", 1019 "nqe/socket_watcher_factory.h",
1016 "nqe/throughput_analyzer.cc", 1020 "nqe/throughput_analyzer.cc",
1017 "nqe/throughput_analyzer.h", 1021 "nqe/throughput_analyzer.h",
1018 "nqe/weighted_observation.h", 1022 "nqe/weighted_observation.h",
1019 "proxy/dhcp_proxy_script_adapter_fetcher_win.cc", 1023 "proxy/dhcp_proxy_script_adapter_fetcher_win.cc",
1020 "proxy/dhcp_proxy_script_adapter_fetcher_win.h", 1024 "proxy/dhcp_proxy_script_adapter_fetcher_win.h",
1021 "proxy/dhcp_proxy_script_fetcher.cc", 1025 "proxy/dhcp_proxy_script_fetcher.cc",
(...skipping 5051 matching lines...) Expand 10 before | Expand all | Expand 10 after
6073 ] 6077 ]
6074 deps = [ 6078 deps = [
6075 ":net_fuzzer_test_support", 6079 ":net_fuzzer_test_support",
6076 ":test_support", 6080 ":test_support",
6077 "//base", 6081 "//base",
6078 "//net", 6082 "//net",
6079 ] 6083 ]
6080 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict" 6084 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict"
6081 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/" 6085 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/"
6082 } 6086 }
OLDNEW
« no previous file with comments | « content/public/browser/network_quality_observer_factory.h ('k') | net/nqe/effective_connection_type_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698