summaryrefslogtreecommitdiff
path: root/libjingle_tests.gyp
diff options
context:
space:
mode:
authormallinath@webrtc.org <mallinath@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-07-17 21:55:04 +0000
committermallinath@webrtc.org <mallinath@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-07-17 21:55:04 +0000
commitd5c92b85d9cfde61d23274053885bad591f0b6f1 (patch)
treec5cee61de28bfbcefa4491a944fd2a006b578c2a /libjingle_tests.gyp
parent88853c77c292bbaeb93f79bfe1dee6f95f70b384 (diff)
downloadtalk-d5c92b85d9cfde61d23274053885bad591f0b6f1.tar.gz
Connect to the turn server if address cannot be resolved by the browser by using
unresolved address. This case is only considered for TCP sockets. P2P layer will assume socket will do the resolve by using a proxy. BUG=3384 R=jiayl@webrtc.org, juberti@webrtc.org Review URL: https://webrtc-codereview.appspot.com/13829004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/talk@6722 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'libjingle_tests.gyp')
-rwxr-xr-xlibjingle_tests.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libjingle_tests.gyp b/libjingle_tests.gyp
index 4157ad2..cbff0b5 100755
--- a/libjingle_tests.gyp
+++ b/libjingle_tests.gyp
@@ -356,6 +356,7 @@
'p2p/base/testturnserver.h',
'p2p/base/transport_unittest.cc',
'p2p/base/transportdescriptionfactory_unittest.cc',
+ 'p2p/base/turnport_unittest.cc',
'p2p/client/connectivitychecker_unittest.cc',
'p2p/client/fakeportallocator.h',
'p2p/client/portallocator_unittest.cc',