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

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 Ryan's 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') | net/nqe/cached_network_quality.h » ('J')
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 744f6e82b29e4b9563ce0e79d1a237d1082b44b8..276cbfce86d8ce1a4407fba64552c91ca321d502 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -742,6 +742,9 @@
'nqe/cached_network_quality.cc',
'nqe/cached_network_quality.h',
'nqe/external_estimate_provider.h',
+ 'nqe/network_id.h',
+ 'nqe/network_qualities_manager.cc',
+ 'nqe/network_qualities_manager.h',
'nqe/network_quality.cc',
'nqe/network_quality.h',
'nqe/network_quality_estimator.cc',
@@ -1558,6 +1561,7 @@
'log/net_log_util_unittest.cc',
'log/trace_net_log_observer_unittest.cc',
'log/write_to_file_net_log_observer_unittest.cc',
+ 'nqe/network_qualities_manager_unittest.cc',
'nqe/network_quality_estimator_unittest.cc',
'nqe/network_quality_observation_unittest.cc',
'nqe/throughput_analyzer_unittest.cc',
« no previous file with comments | « no previous file | net/nqe/cached_network_quality.h » ('j') | net/nqe/cached_network_quality.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698