summaryrefslogtreecommitdiffstats
path: root/remoting/remoting.gyp
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.gyp
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.gyp')
-rw-r--r--remoting/remoting.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 61e260b..6d783c2 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -235,6 +235,7 @@
'../jingle/jingle.gyp:jingle_glue',
'../jingle/jingle.gyp:notifier',
'../net/net.gyp:net',
+ '../third_party/expat/expat.gyp:expat',
'../third_party/libjingle/libjingle.gyp:libjingle',
'remoting_base',
],