| Index: net/net.gypi
|
| diff --git a/net/net.gypi b/net/net.gypi
|
| index bffcd8a46d8b4f436da5f8d5505c0018b56fbd73..a821ce9062da4664b62b0b6c77a69fc1a545d335 100644
|
| --- a/net/net.gypi
|
| +++ b/net/net.gypi
|
| @@ -338,8 +338,9 @@
|
| 'base/network_interfaces_linux.cc',
|
| 'base/network_interfaces_mac.cc',
|
| 'base/network_interfaces_win.cc',
|
| - 'base/network_throttle_manager.cc',
|
| 'base/network_throttle_manager.h',
|
| + 'base/network_throttle_manager_impl.cc',
|
| + 'base/network_throttle_manager_impl.h',
|
| 'base/platform_mime_util.h',
|
| 'base/platform_mime_util_linux.cc',
|
| 'base/platform_mime_util_mac.mm',
|
| @@ -348,6 +349,8 @@
|
| 'base/prioritized_dispatcher.h',
|
| 'base/priority_queue.h',
|
| 'base/proxy_delegate.h',
|
| + 'base/quantile_estimator.cc',
|
| + 'base/quantile_estimator.h',
|
| 'base/request_priority.cc',
|
| 'base/request_priority.h',
|
| 'base/sdch_dictionary.cc',
|
| @@ -1379,6 +1382,7 @@
|
| 'base/port_util_unittest.cc',
|
| 'base/prioritized_dispatcher_unittest.cc',
|
| 'base/priority_queue_unittest.cc',
|
| + 'base/quantile_estimator_unittest.cc',
|
| 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc',
|
| 'base/sdch_dictionary_unittest.cc',
|
| 'base/sdch_manager_unittest.cc',
|
|
|