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

Unified 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, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/nqe/cached_network_quality.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index f2fadb473b68d0c6c1548db74465c5fc4ebef6a2..10d9eb5a8cae22320b0dae58bbd2ceb7237828b3 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -747,12 +747,15 @@
'nqe/cached_network_quality.cc',
'nqe/cached_network_quality.h',
'nqe/external_estimate_provider.h',
+ 'nqe/network_id.h',
'nqe/network_quality.cc',
'nqe/network_quality.h',
'nqe/network_quality_estimator.cc',
'nqe/network_quality_estimator.h',
'nqe/network_quality_observation.h',
'nqe/network_quality_observation_source.h',
+ 'nqe/network_quality_store.cc',
+ 'nqe/network_quality_store.h',
'nqe/observation_buffer.h',
'nqe/socket_watcher.cc',
'nqe/socket_watcher.h',
@@ -1558,6 +1561,7 @@
'log/write_to_file_net_log_observer_unittest.cc',
'nqe/network_quality_estimator_unittest.cc',
'nqe/network_quality_observation_unittest.cc',
+ 'nqe/network_quality_store_unittest.cc',
'nqe/throughput_analyzer_unittest.cc',
'proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc',
'proxy/dhcp_proxy_script_fetcher_factory_unittest.cc',
« 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