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

Unified Diff: net/BUILD.gn

Issue 2936823002: NQE: Exclude network observations from private networks (Closed)
Patch Set: bengr comments, rebased Created 3 years, 6 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_quality_estimator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 5966d187529c59405aedd32510a160e411c031ff..d2f27ddc8fa7163560f92de17084bf67a27dd98e 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1000,6 +1000,8 @@ component("net") {
"nqe/network_quality_estimator.h",
"nqe/network_quality_estimator_params.cc",
"nqe/network_quality_estimator_params.h",
+ "nqe/network_quality_estimator_util.cc",
+ "nqe/network_quality_estimator_util.h",
"nqe/network_quality_observation.h",
"nqe/network_quality_observation_source.h",
"nqe/network_quality_provider.cc",
@@ -4781,6 +4783,7 @@ test("net_unittests") {
"nqe/network_qualities_prefs_manager_unittest.cc",
"nqe/network_quality_estimator_params_unittest.cc",
"nqe/network_quality_estimator_unittest.cc",
+ "nqe/network_quality_estimator_util_unittest.cc",
"nqe/network_quality_store_unittest.cc",
"nqe/observation_buffer_unittest.cc",
"nqe/socket_watcher_unittest.cc",
« no previous file with comments | « no previous file | net/nqe/network_quality_estimator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698