Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(165)

Side by Side Diff: third_party/libjingle_xmpp/README.chromium

Issue 2694903005: Add a copy of webrtc's TaskRunner abstraction, which is going to be deleted in webrtc. (Closed)
Patch Set: Delete dependencies on webrtc's rtc_task_runner. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/libjingle_xmpp/BUILD.gn ('k') | third_party/libjingle_xmpp/task_runner/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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.
OLDNEW
« no previous file with comments | « third_party/libjingle_xmpp/BUILD.gn ('k') | third_party/libjingle_xmpp/task_runner/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698