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

Unified Diff: net/net.gypi

Issue 1230313005: split port_util.h off of net_util.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moar Created 5 years, 5 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
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',

Powered by Google App Engine
This is Rietveld 408576698