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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libjingle_xmpp/README.chromium
diff --git a/third_party/libjingle_xmpp/README.chromium b/third_party/libjingle_xmpp/README.chromium
index 2fa85aaf51045fe24e604902e72da9d333a99955..a3ece4c9cf2864ef3b9ba470315d8f32dd4a633c 100644
--- a/third_party/libjingle_xmpp/README.chromium
+++ b/third_party/libjingle_xmpp/README.chromium
@@ -11,10 +11,14 @@ XMPP (Extensible Messaging and Presence Protocol) is a communications protocol
for messaging based on XML. xmllite is a minimalistic library for parsing and
generating XML. The source for these libraries originates from the libjingle
project, which was merged into the WebRTC codebase where it received minor
-updates. As time passed, the code was no longer used in WebRTC but is still used
-in Chromium. Only the parts that are used in Chromium are added here.
+updates. The code in the task_runner subdirectory used to live in
+third_party/webrtc/base, and it is a dependency for these libraries and
+Chromium's jingle component. As time passed, the code was no longer used in
+WebRTC but is still used in Chromium. Only the parts that are used in Chromium
+are added here.
Local Modifications:
-* 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.
+* Include paths in third_party/libjingle_xmpp/xmllite,
+ third_party/libjingle_xmpp/xmpp, and third_party/libjingle_xmpp/task_runner
+ are updated to reflect the new absolute paths to their own and webrtc's
+ headers.
« 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