Skip to content
  • kjellander's avatar
    Add xmllite and xmpp sources to third_party/ · f0e410bf
    kjellander authored
    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}
    f0e410bf