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

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: Rebased Created 4 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/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 0fd8848232d46513472c4c3cb914a1aeabacafc2..d938c56cbc4517f0ccd6bb95ad56b01fd37f1dcc 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -737,6 +737,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698