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

Unified Diff: remoting/remoting.gyp

Issue 10160013: Implement HostPortAllocator. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 8aa4367075a70a9a480b1e715d3906b6da1ebaf5..45ecc7f17326f15081a1a387077b6b9e72b1894a 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -904,6 +904,8 @@
'host/host_config.h',
'host/host_key_pair.cc',
'host/host_key_pair.h',
+ 'host/host_port_allocator.cc',
+ 'host/host_port_allocator.h',
'host/host_secret.cc',
'host/host_secret.h',
'host/host_status_observer.h',
@@ -921,6 +923,7 @@
'host/local_input_monitor_win.cc',
'host/log_to_server.cc',
'host/log_to_server.h',
+ 'host/network_settings.h',
'host/policy_hack/nat_policy.h',
'host/policy_hack/nat_policy.cc',
'host/policy_hack/nat_policy_linux.cc',

Powered by Google App Engine
This is Rietveld 408576698