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

Unified Diff: net/net.gypi

Issue 2322183002: Add Network Quality Estimator (NQE) pref manager (Closed)
Patch Set: rebased Created 4 years, 3 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/network_id.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 965376fa7f17915b0b54e2b5daaac1b23cf9c434..4a3b3ee22e7592a221857b50207a08bfadbeed12 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -767,6 +767,8 @@
'nqe/effective_connection_type.h',
'nqe/external_estimate_provider.h',
'nqe/network_id.h',
+ 'nqe/network_qualities_prefs_manager.cc',
+ 'nqe/network_qualities_prefs_manager.h',
'nqe/network_quality.cc',
'nqe/network_quality.h',
'nqe/network_quality_estimator.cc',
@@ -1586,6 +1588,7 @@
'log/write_to_file_net_log_observer_unittest.cc',
'log/bounded_file_net_log_observer_unittest.cc',
'nqe/effective_connection_type_unittest.cc',
+ 'nqe/network_qualities_prefs_manager_unittest.cc',
'nqe/network_quality_estimator_test_util.cc',
'nqe/network_quality_estimator_test_util.h',
'nqe/network_quality_estimator_unittest.cc',
« no previous file with comments | « no previous file | net/nqe/network_id.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698