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

Unified Diff: remoting/host/BUILD.gn

Issue 2022833002: Migrate libjingle to WebRTC build targets. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 5 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 | « jingle/jingle.gyp ('k') | remoting/protocol/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/BUILD.gn
diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
index 648333ca5c1b8724f2d1bd9f0b24aae00014e0f6..6bb6584324401a0606d0c7e3eb4b7414649676a4 100644
--- a/remoting/host/BUILD.gn
+++ b/remoting/host/BUILD.gn
@@ -281,6 +281,8 @@ static_library("test_support") {
if (enable_webrtc) {
public_deps += [
"//third_party/libjingle:libjingle_webrtc",
+ "//third_party/webrtc/libjingle/xmllite",
+ "//third_party/webrtc/libjingle/xmpp",
"//third_party/webrtc/modules/desktop_capture",
]
}
@@ -767,7 +769,11 @@ if (enable_remoting_host && !is_android) {
}
if (enable_webrtc) {
- deps += [ "//third_party/libjingle:libjingle_webrtc" ]
+ deps += [
+ "//third_party/libjingle:libjingle_webrtc",
+ "//third_party/webrtc/libjingle/xmllite",
+ "//third_party/webrtc/libjingle/xmpp",
+ ]
}
}
@@ -893,7 +899,11 @@ if (enable_me2me_host) {
}
if (enable_webrtc) {
- deps += [ "//third_party/libjingle:libjingle_webrtc" ]
+ deps += [
+ "//third_party/libjingle:libjingle_webrtc",
+ "//third_party/webrtc/libjingle/xmllite",
+ "//third_party/webrtc/libjingle/xmpp",
+ ]
}
if (is_desktop_linux) {
« no previous file with comments | « jingle/jingle.gyp ('k') | remoting/protocol/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698