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

Side by Side Diff: net/BUILD.gn

Issue 2690113004: Throttle Socket watcher RTT notifications from QUIC (Closed)
Patch Set: Rebased, rch comments Created 3 years, 10 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/network_quality_estimator.cc » ('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 (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 4352 matching lines...) Expand 10 before | Expand all | Expand 10 after
4363 "log/net_log_capture_mode_unittest.cc", 4363 "log/net_log_capture_mode_unittest.cc",
4364 "log/net_log_unittest.cc", 4364 "log/net_log_unittest.cc",
4365 "log/net_log_util_unittest.cc", 4365 "log/net_log_util_unittest.cc",
4366 "log/trace_net_log_observer_unittest.cc", 4366 "log/trace_net_log_observer_unittest.cc",
4367 "log/write_to_file_net_log_observer_unittest.cc", 4367 "log/write_to_file_net_log_observer_unittest.cc",
4368 "nqe/effective_connection_type_unittest.cc", 4368 "nqe/effective_connection_type_unittest.cc",
4369 "nqe/network_qualities_prefs_manager_unittest.cc", 4369 "nqe/network_qualities_prefs_manager_unittest.cc",
4370 "nqe/network_quality_estimator_unittest.cc", 4370 "nqe/network_quality_estimator_unittest.cc",
4371 "nqe/network_quality_store_unittest.cc", 4371 "nqe/network_quality_store_unittest.cc",
4372 "nqe/observation_buffer_unittest.cc", 4372 "nqe/observation_buffer_unittest.cc",
4373 "nqe/socket_watcher_unittest.cc",
4373 "nqe/throughput_analyzer_unittest.cc", 4374 "nqe/throughput_analyzer_unittest.cc",
4374 "proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc", 4375 "proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc",
4375 "proxy/dhcp_proxy_script_fetcher_factory_unittest.cc", 4376 "proxy/dhcp_proxy_script_fetcher_factory_unittest.cc",
4376 "proxy/dhcp_proxy_script_fetcher_win_unittest.cc", 4377 "proxy/dhcp_proxy_script_fetcher_win_unittest.cc",
4377 "proxy/mojo_proxy_resolver_factory_impl_unittest.cc", 4378 "proxy/mojo_proxy_resolver_factory_impl_unittest.cc",
4378 "proxy/mojo_proxy_resolver_impl_unittest.cc", 4379 "proxy/mojo_proxy_resolver_impl_unittest.cc",
4379 "proxy/mojo_proxy_resolver_v8_tracing_bindings_unittest.cc", 4380 "proxy/mojo_proxy_resolver_v8_tracing_bindings_unittest.cc",
4380 "proxy/multi_threaded_proxy_resolver_unittest.cc", 4381 "proxy/multi_threaded_proxy_resolver_unittest.cc",
4381 "proxy/network_delegate_error_observer_unittest.cc", 4382 "proxy/network_delegate_error_observer_unittest.cc",
4382 "proxy/proxy_bypass_rules_unittest.cc", 4383 "proxy/proxy_bypass_rules_unittest.cc",
(...skipping 1346 matching lines...) Expand 10 before | Expand all | Expand 10 after
5729 "tools/transport_security_state_generator/trie/trie_writer.cc", 5730 "tools/transport_security_state_generator/trie/trie_writer.cc",
5730 "tools/transport_security_state_generator/trie/trie_writer.h", 5731 "tools/transport_security_state_generator/trie/trie_writer.h",
5731 ] 5732 ]
5732 deps = [ 5733 deps = [
5733 "//base", 5734 "//base",
5734 "//crypto", 5735 "//crypto",
5735 "//third_party/boringssl", 5736 "//third_party/boringssl",
5736 ] 5737 ]
5737 } 5738 }
5738 } 5739 }
OLDNEW
« no previous file with comments | « no previous file | net/nqe/network_quality_estimator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698