summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_test.gypi
diff options
context:
space:
mode:
authorsergeyu <sergeyu@chromium.org>2015-03-09 12:41:59 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-09 19:42:42 +0000
commit76d9000d15c864bb96db8adea06441689517aa00 (patch)
treee7796ccae2b22ead6124190d64eb91367b74fecb /remoting/remoting_test.gypi
parentb48f18835a8253a6ef8402e4a646fe1663726496 (diff)
downloadchromium_src-76d9000d15c864bb96db8adea06441689517aa00.zip
chromium_src-76d9000d15c864bb96db8adea06441689517aa00.tar.gz
chromium_src-76d9000d15c864bb96db8adea06441689517aa00.tar.bz2
Remove dependency on XMPP implementation in WebRTC
Now XMPP is implemented directly in remoting/signaling instead of relying on WebRTC. The new code is mostly just a translation of the XMPP implementation we use in the webapp from JavaScript to C++ and uses the same layout and class names, except that the main class is called XmppSignalStrategy instead of XmppConnection. BUG=459756, 443806, 417336 Review URL: https://codereview.chromium.org/958703003 Cr-Commit-Position: refs/heads/master@{#319712}
Diffstat (limited to 'remoting/remoting_test.gypi')
-rw-r--r--remoting/remoting_test.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi
index 749ed5c..f0ac015 100644
--- a/remoting/remoting_test.gypi
+++ b/remoting/remoting_test.gypi
@@ -237,6 +237,9 @@
'signaling/log_to_server_unittest.cc',
'signaling/server_log_entry_unittest.cc',
'signaling/server_log_entry_unittest.h',
+ 'signaling/xmpp_login_handler_unittest.cc',
+ 'signaling/xmpp_stream_parser_unittest.cc',
+ 'signaling/xmpp_signal_strategy_unittest.cc',
'test/access_token_fetcher_unittest.cc',
'test/app_remoting_test_driver_environment_unittest.cc',
'test/remote_host_info_fetcher_unittest.cc',