diff options
author | noamsml@google.com <noamsml@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-30 17:04:23 +0000 |
---|---|---|
committer | noamsml@google.com <noamsml@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-30 17:04:23 +0000 |
commit | 11f9efbe87642781a5e03fc760cc16c7f31a97f9 (patch) | |
tree | b82b65f3d0102be411e18687fbf8346543224326 /remoting/remoting_test.gypi | |
parent | 0e24b8b0e03a669eb93193fd2592350430f07914 (diff) | |
download | chromium_src-11f9efbe87642781a5e03fc760cc16c7f31a97f9.zip chromium_src-11f9efbe87642781a5e03fc760cc16c7f31a97f9.tar.gz chromium_src-11f9efbe87642781a5e03fc760cc16c7f31a97f9.tar.bz2 |
Revert 267242 "Revert 267234 "New policies: enable/disable relay..."
Reland due to accidental incorrect revert.
> 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
TBR=noamsml@google.com
Review URL: https://codereview.chromium.org/261633005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267248 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting_test.gypi')
-rw-r--r-- | remoting/remoting_test.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi index f70456f..7be4640 100644 --- a/remoting/remoting_test.gypi +++ b/remoting/remoting_test.gypi @@ -121,6 +121,7 @@ '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', |