Add xmllite and xmpp sources to third_party/
Add third_party/xmllite and third_party/xmpp source repos,
which used to be located in third_party/webrtc/libjingle since
the code is no longer used by WebRTC; only Chromium.
Modifications made:
* Include paths in jingle/ and remoting/ are updated to reflect
the new location of xmllite and xmpp.
* Include paths in third_party/libjingle_xmpp/xmllite and
third_party/libjingle_xmpp/xmpp are updated to reflect the new
absolute paths to their own headers.
* Update previous include paths using non-absolute paths referencing
"webrtc/libjingle/xmpp" to third_party/libjingle_xmpp/xmpp.
* Update includes from webrtc/ to third_party/webrtc
* Update includes of webrtc/base/logging.h to third_party/webrtc_overrides/webrtc/base/logging.h
* Added DEPS file in each folder, to restrict includes.
BUG=webrtc:5539
Review-Url: https://codereview.chromium.org/2443903004
Cr-Commit-Position: refs/heads/master@{#441371}
diff --git a/remoting/protocol/third_party_authenticator_base.cc b/remoting/protocol/third_party_authenticator_base.cc
index ba03712..96b9796 100644
--- a/remoting/protocol/third_party_authenticator_base.cc
+++ b/remoting/protocol/third_party_authenticator_base.cc
@@ -11,7 +11,7 @@
#include "remoting/base/constants.h"
#include "remoting/base/rsa_key_pair.h"
#include "remoting/protocol/channel_authenticator.h"
-#include "third_party/webrtc/libjingle/xmllite/xmlelement.h"
+#include "third_party/libjingle_xmpp/xmllite/xmlelement.h"
namespace remoting {
namespace protocol {