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

Unified Diff: jingle/notifier/DEPS

Issue 2443903004: Add xmllite and xmpp sources to third_party/ (Closed)
Patch Set: Updated all sources from upstream Created 4 years 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
Index: jingle/notifier/DEPS
diff --git a/jingle/notifier/DEPS b/jingle/notifier/DEPS
index 56600f5dadbce3b9ca8dbe9fa224ec48866fcc2a..7485b5a3d3a9652a88f2f78f4e48f38ed575f094 100644
--- a/jingle/notifier/DEPS
+++ b/jingle/notifier/DEPS
@@ -1,8 +1,5 @@
include_rules = [
- # notifier depends on libjingle.
- "+talk/base",
- "+talk/xmpp",
- "+talk/xmllite",
- "+webrtc/libjingle",
- "+webrtc/base",
+ "+third_party/webrtc/base",
+ "+third_party/xmpp",
+ "+third_party/xmllite",
]

Powered by Google App Engine
This is Rietveld 408576698