summaryrefslogtreecommitdiffstats
path: root/remoting/remoting.gyp
diff options
context:
space:
mode:
authorsergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-16 18:23:01 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-16 18:23:01 +0000
commit3e0d61e2bb88eb80058b63ac6a8b9ebff64cc4eb (patch)
treec3da626825f9fe83079a9a1f248c6cf47db1ff21 /remoting/remoting.gyp
parente824b9a645d86c8a75020f21cd9bb641c19d995f (diff)
downloadchromium_src-3e0d61e2bb88eb80058b63ac6a8b9ebff64cc4eb.zip
chromium_src-3e0d61e2bb88eb80058b63ac6a8b9ebff64cc4eb.tar.gz
chromium_src-3e0d61e2bb88eb80058b63ac6a8b9ebff64cc4eb.tar.bz2
Revert 240926 "Fix LibjingleTransportFactory to refresh STUN/Relay."
> Fix LibjingleTransportFactory to refresh STUN/Relay. > > Previously chromoting host would get relay info only when started. Relay > token expires within several hours, which means relay session creation would > always fail from the host running for longer than several hours, and that > makes connection impossible in some configurations. Moved code that > gets Jingle info to LibjingleTransportFactory and it's responsible for > refreshing relay token every hour. > > BUG=318897 > R=rmsousa@chromium.org > > Review URL: https://codereview.chromium.org/98173006 TBR=sergeyu@chromium.org Review URL: https://codereview.chromium.org/116123003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240936 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r--remoting/remoting.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index ed93d2b..c4f6fde 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -2767,6 +2767,8 @@
'protocol/ssl_hmac_channel_authenticator.h',
'protocol/transport.cc',
'protocol/transport.h',
+ 'protocol/transport_config.cc',
+ 'protocol/transport_config.h',
'protocol/util.cc',
'protocol/util.h',
'protocol/third_party_authenticator_base.cc',