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

Unified Diff: net/net.gypi

Issue 2322183002: Add Network Quality Estimator (NQE) pref manager (Closed)
Patch Set: PS 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 4a927a4b78ef9549f503c83e92d8c772e81cb28c..414ab92dd13697fdea89150fa65c14265db658a0 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -755,6 +755,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',
@@ -1571,6 +1573,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