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

Unified Diff: net/net.gypi

Issue 2024813003: Split SocketWatcher and SocketWatcherFactory out of NQE (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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') | net/nqe/network_quality_estimator.cc » ('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 e6bf4f4f425401279c03ec245d8dd08d7eb941b9..4fbb863aefbe688049f916c52f62b490c5160e9c 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -730,6 +730,10 @@
'nqe/network_quality_observation.h',
'nqe/network_quality_observation_source.h',
'nqe/observation_buffer.h',
+ 'nqe/socket_watcher.cc',
+ 'nqe/socket_watcher.h',
+ 'nqe/socket_watcher_factory.cc',
+ 'nqe/socket_watcher_factory.h',
'nqe/throughput_analyzer.cc',
'nqe/throughput_analyzer.h',
'nqe/weighted_observation.h',
« no previous file with comments | « no previous file | net/nqe/network_quality_estimator.h » ('j') | net/nqe/network_quality_estimator.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698