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

Unified Diff: net/net.gypi

Issue 2322183002: Add Network Quality Estimator (NQE) pref manager (Closed)
Patch Set: Rebased, Addressed kundaji comments 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') | net/nqe/network_id.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 cc9896cc4bef39fa126ac161a0a9a9d0c3620072..5a75771752d8c4d98927b9ee14ad003233c4fbaa 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -769,6 +769,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',
@@ -1588,6 +1590,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') | net/nqe/network_id.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698