| Index: net/net.gypi
|
| diff --git a/net/net.gypi b/net/net.gypi
|
| index ee0eb3cc5dffb1e2c1b9d02cd6f2f25aa4f5c45e..d8181335a4b6d73946e7c3ce66106e8ef7f6c499 100644
|
| --- a/net/net.gypi
|
| +++ b/net/net.gypi
|
| @@ -51,6 +51,8 @@
|
| 'base/openssl_private_key_store.h',
|
| 'base/openssl_private_key_store_android.cc',
|
| 'base/openssl_private_key_store_memory.cc',
|
| + 'base/port_util.cc',
|
| + 'base/port_util.h',
|
| 'base/rand_callback.h',
|
| 'base/registry_controlled_domains/registry_controlled_domain.cc',
|
| 'base/registry_controlled_domains/registry_controlled_domain.h',
|
| @@ -1328,6 +1330,7 @@
|
| 'base/network_change_notifier_win_unittest.cc',
|
| 'base/network_interfaces_unittest.cc',
|
| 'base/network_quality_estimator_unittest.cc',
|
| + 'base/port_util_unittest.cc',
|
| 'base/prioritized_dispatcher_unittest.cc',
|
| 'base/priority_queue_unittest.cc',
|
| 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc',
|
|
|