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

Side by Side Diff: net/BUILD.gn

Issue 2724403004: NQE: Add net log event if the metric changes substantially (Closed)
Patch Set: ryansturm comments Created 3 years, 9 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/event_creator.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 (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 4325 matching lines...) Expand 10 before | Expand all | Expand 10 after
4336 "http2/tools/random_decoder_test.h", 4336 "http2/tools/random_decoder_test.h",
4337 "http2/tools/random_util.cc", 4337 "http2/tools/random_util.cc",
4338 "http2/tools/random_util.h", 4338 "http2/tools/random_util.h",
4339 "log/file_net_log_observer_unittest.cc", 4339 "log/file_net_log_observer_unittest.cc",
4340 "log/net_log_capture_mode_unittest.cc", 4340 "log/net_log_capture_mode_unittest.cc",
4341 "log/net_log_unittest.cc", 4341 "log/net_log_unittest.cc",
4342 "log/net_log_util_unittest.cc", 4342 "log/net_log_util_unittest.cc",
4343 "log/trace_net_log_observer_unittest.cc", 4343 "log/trace_net_log_observer_unittest.cc",
4344 "log/write_to_file_net_log_observer_unittest.cc", 4344 "log/write_to_file_net_log_observer_unittest.cc",
4345 "nqe/effective_connection_type_unittest.cc", 4345 "nqe/effective_connection_type_unittest.cc",
4346 "nqe/event_creator_unittest.cc",
4346 "nqe/network_qualities_prefs_manager_unittest.cc", 4347 "nqe/network_qualities_prefs_manager_unittest.cc",
4347 "nqe/network_quality_estimator_unittest.cc", 4348 "nqe/network_quality_estimator_unittest.cc",
4348 "nqe/network_quality_store_unittest.cc", 4349 "nqe/network_quality_store_unittest.cc",
4349 "nqe/observation_buffer_unittest.cc", 4350 "nqe/observation_buffer_unittest.cc",
4350 "nqe/socket_watcher_unittest.cc", 4351 "nqe/socket_watcher_unittest.cc",
4351 "nqe/throughput_analyzer_unittest.cc", 4352 "nqe/throughput_analyzer_unittest.cc",
4352 "proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc", 4353 "proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc",
4353 "proxy/dhcp_proxy_script_fetcher_factory_unittest.cc", 4354 "proxy/dhcp_proxy_script_fetcher_factory_unittest.cc",
4354 "proxy/dhcp_proxy_script_fetcher_win_unittest.cc", 4355 "proxy/dhcp_proxy_script_fetcher_win_unittest.cc",
4355 "proxy/mojo_proxy_resolver_factory_impl_unittest.cc", 4356 "proxy/mojo_proxy_resolver_factory_impl_unittest.cc",
(...skipping 1349 matching lines...) Expand 10 before | Expand all | Expand 10 after
5705 "tools/transport_security_state_generator/trie/trie_writer.cc", 5706 "tools/transport_security_state_generator/trie/trie_writer.cc",
5706 "tools/transport_security_state_generator/trie/trie_writer.h", 5707 "tools/transport_security_state_generator/trie/trie_writer.h",
5707 ] 5708 ]
5708 deps = [ 5709 deps = [
5709 "//base", 5710 "//base",
5710 "//crypto", 5711 "//crypto",
5711 "//third_party/boringssl", 5712 "//third_party/boringssl",
5712 ] 5713 ]
5713 } 5714 }
5714 } 5715 }
OLDNEW
« no previous file with comments | « no previous file | net/nqe/event_creator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698