| Index: net/net.gypi
|
| diff --git a/net/net.gypi b/net/net.gypi
|
| index 94649ded5ff482a9a68fc5fce76ab404930447ea..a96beed0d82e104ada431ee67511488084229f91 100644
|
| --- a/net/net.gypi
|
| +++ b/net/net.gypi
|
| @@ -62,8 +62,6 @@
|
| 'base/registry_controlled_domains/registry_controlled_domain.h',
|
| 'base/sockaddr_storage.cc',
|
| 'base/sockaddr_storage.h',
|
| - 'base/socket_performance_watcher.h',
|
| - 'base/socket_performance_watcher_factory.h',
|
| 'base/sys_addrinfo.h',
|
| 'base/url_util.cc',
|
| 'base/url_util.h',
|
| @@ -181,6 +179,8 @@
|
| 'socket/next_proto.cc',
|
| 'socket/next_proto.h',
|
| 'socket/socket.h',
|
| + 'socket/socket_performance_watcher.h',
|
| + 'socket/socket_performance_watcher_factory.h',
|
| 'socket/ssl_client_socket.cc',
|
| 'socket/ssl_client_socket.h',
|
| 'socket/ssl_client_socket_impl.cc',
|
| @@ -458,7 +458,6 @@
|
| 'base/elements_upload_data_stream.cc',
|
| 'base/elements_upload_data_stream.h',
|
| 'base/expiring_cache.h',
|
| - 'base/external_estimate_provider.h',
|
| 'base/file_stream.cc',
|
| 'base/file_stream.h',
|
| 'base/file_stream_context.cc',
|
| @@ -518,8 +517,6 @@
|
| 'base/network_interfaces_linux.cc',
|
| 'base/network_interfaces_mac.cc',
|
| 'base/network_interfaces_win.cc',
|
| - 'base/network_quality_estimator.cc',
|
| - 'base/network_quality_estimator.h',
|
| 'base/platform_mime_util.h',
|
| 'base/platform_mime_util_linux.cc',
|
| 'base/platform_mime_util_mac.mm',
|
| @@ -916,6 +913,9 @@
|
| 'http/url_security_manager.h',
|
| 'http/url_security_manager_posix.cc',
|
| 'http/url_security_manager_win.cc',
|
| + 'nqe/external_estimate_provider.h',
|
| + 'nqe/network_quality_estimator.cc',
|
| + 'nqe/network_quality_estimator.h',
|
| 'proxy/dhcp_proxy_script_adapter_fetcher_win.cc',
|
| 'proxy/dhcp_proxy_script_adapter_fetcher_win.h',
|
| 'proxy/dhcp_proxy_script_fetcher.cc',
|
| @@ -1329,7 +1329,6 @@
|
| 'base/network_change_notifier_unittest.cc',
|
| 'base/network_change_notifier_win_unittest.cc',
|
| 'base/network_interfaces_unittest.cc',
|
| - 'base/network_quality_estimator_unittest.cc',
|
| 'base/parse_number_unittest.cc',
|
| 'base/port_util_unittest.cc',
|
| 'base/prioritized_dispatcher_unittest.cc',
|
| @@ -1504,6 +1503,7 @@
|
| 'log/net_log_util_unittest.cc',
|
| 'log/trace_net_log_observer_unittest.cc',
|
| 'log/write_to_file_net_log_observer_unittest.cc',
|
| + 'nqe/network_quality_estimator_unittest.cc',
|
| 'proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc',
|
| 'proxy/dhcp_proxy_script_fetcher_factory_unittest.cc',
|
| 'proxy/dhcp_proxy_script_fetcher_win_unittest.cc',
|
|
|