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

Unified Diff: net/net.gypi

Issue 2322183002: Add Network Quality Estimator (NQE) pref manager (Closed)
Patch Set: rebased, addressed kundaji and ryansturm 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_qualities_prefs_manager.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 971b82c14011a3966c2b4251f2ca44741947b3b0..3c562d4f714675557d0fdb97c25ff1a1262ca9b1 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') | net/nqe/network_qualities_prefs_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698