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

Unified Diff: remoting/protocol/BUILD.gn

Issue 2443903004: Add xmllite and xmpp sources to third_party/ (Closed)
Patch Set: Fix GN and sort includes 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: remoting/protocol/BUILD.gn
diff --git a/remoting/protocol/BUILD.gn b/remoting/protocol/BUILD.gn
index c2464af15a94f4fa33832a77c61b99b9d0bfb7e6..b70a79596a89163fdffefdb68820240ffc58e298 100644
--- a/remoting/protocol/BUILD.gn
+++ b/remoting/protocol/BUILD.gn
@@ -242,8 +242,8 @@ static_library("protocol") {
if (enable_webrtc) {
deps += [
"//third_party/libjingle/webrtc:libjingle_webrtc",
- "//third_party/webrtc/libjingle/xmllite",
- "//third_party/webrtc/libjingle/xmpp",
+ "//third_party/libjingle_xmpp/xmllite",
+ "//third_party/libjingle_xmpp/xmpp",
]
} else {
sources -= [

Powered by Google App Engine
This is Rietveld 408576698