| OLD | NEW | 
|   1 Name: libjingle XMPP and xmllite libraries |   1 Name: libjingle XMPP and xmllite libraries | 
|   2 URL: https://chromium.googlesource.com/external/webrtc |   2 URL: https://chromium.googlesource.com/external/webrtc | 
|   3 Version: 5493b8a59deb16cf0481e24707a0ed72d19047dc |   3 Version: 5493b8a59deb16cf0481e24707a0ed72d19047dc | 
|   4 License: BSD |   4 License: BSD | 
|   5 License File: LICENSE |   5 License File: LICENSE | 
|   6 Security Critical: Yes |   6 Security Critical: Yes | 
|   7 License Android Compatible: Yes |   7 License Android Compatible: Yes | 
|   8  |   8  | 
|   9 Description: |   9 Description: | 
|  10 XMPP (Extensible Messaging and Presence Protocol) is a communications protocol |  10 XMPP (Extensible Messaging and Presence Protocol) is a communications protocol | 
|  11 for messaging based on XML. xmllite is a minimalistic library for parsing and |  11 for messaging based on XML. xmllite is a minimalistic library for parsing and | 
|  12 generating XML. The source for these libraries originates from the libjingle |  12 generating XML. The source for these libraries originates from the libjingle | 
|  13 project, which was merged into the WebRTC codebase where it received minor |  13 project, which was merged into the WebRTC codebase where it received minor | 
|  14 updates. As time passed, the code was no longer used in WebRTC but is still used |  14 updates. The code in the task_runner subdirectory used to live in | 
|  15 in Chromium. Only the parts that are used in Chromium are added here. |  15 third_party/webrtc/base, and it is a dependency for these libraries and | 
 |  16 Chromium's jingle component. As time passed, the code was no longer used in | 
 |  17 WebRTC but is still used in Chromium. Only the parts that are used in Chromium | 
 |  18 are added here. | 
|  16  |  19  | 
|  17 Local Modifications: |  20 Local Modifications: | 
|  18 * Include paths in third_party/libjingle_xmpp/xmllite and |  21 * Include paths in third_party/libjingle_xmpp/xmllite, | 
|  19   third_party/libjingle_xmpp/xmpp are updated to reflect the new |  22   third_party/libjingle_xmpp/xmpp, and third_party/libjingle_xmpp/task_runner | 
|  20   absolute paths to their own headers. |  23   are updated to reflect the new absolute paths to their own and webrtc's | 
 |  24   headers. | 
| OLD | NEW |