diff options
author | noamsml@google.com <noamsml@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-30 16:58:06 +0000 |
---|---|---|
committer | noamsml@google.com <noamsml@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-30 16:58:06 +0000 |
commit | 87f9e8f5af56e79f7d7d1e3c0bfc22a4e63a0d8a (patch) | |
tree | c89fb23be93d979c82886420a7344425e4d1d287 /remoting/remoting_test.gypi | |
parent | 6a9ea0aa09dd37334a039340575c6c9ec64918b4 (diff) | |
download | chromium_src-87f9e8f5af56e79f7d7d1e3c0bfc22a4e63a0d8a.zip chromium_src-87f9e8f5af56e79f7d7d1e3c0bfc22a4e63a0d8a.tar.gz chromium_src-87f9e8f5af56e79f7d7d1e3c0bfc22a4e63a0d8a.tar.bz2 |
Revert 267234 "New policies: enable/disable relay; port range"
> New policies: enable/disable relay; port range
>
> Add new Chromoting policies:
>
> "RemoteAccessHostAllowRelayedConnection"
> bool, default true
> It can be set to false to disable the use of relay servers if NAT
> traversal is enabled.
>
> "RemoteAccessHostUdpPortRange"
> string, default ""
> Can be used to specify a range in the form "<min-port>-<max-port>" to
> restrict the range of UDP ports available to the host for connections.
> E.g. "12400-12409"
>
> BUG=355168
>
> Review URL: https://codereview.chromium.org/209323002
TBR=dcaiafa@chromium.org
BUG=368724
Review URL: https://codereview.chromium.org/268483003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267242 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting_test.gypi')
-rw-r--r-- | remoting/remoting_test.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi index 7be4640..f70456f 100644 --- a/remoting/remoting_test.gypi +++ b/remoting/remoting_test.gypi @@ -121,7 +121,6 @@ 'jingle_glue/iq_sender_unittest.cc', 'jingle_glue/mock_objects.cc', 'jingle_glue/mock_objects.h', - 'jingle_glue/network_settings_unittest.cc', 'protocol/authenticator_test_base.cc', 'protocol/authenticator_test_base.h', 'protocol/buffered_socket_writer_unittest.cc', |