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

Unified Diff: remoting/protocol/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 | « remoting/host/BUILD.gn ('k') | remoting/remoting.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/BUILD.gn
diff --git a/remoting/protocol/BUILD.gn b/remoting/protocol/BUILD.gn
index 5a970c3fd29675ee8f43ef6b8cc670943d8747f4..a1d45d4b2aa2f016813d6e9f069a04a8228eda03 100644
--- a/remoting/protocol/BUILD.gn
+++ b/remoting/protocol/BUILD.gn
@@ -39,7 +39,11 @@ static_library("protocol") {
"//remoting")
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",
+ ]
} else {
sources -= [
"webrtc_connection_to_client.cc",
« no previous file with comments | « remoting/host/BUILD.gn ('k') | remoting/remoting.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698