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

Unified Diff: remoting/signaling/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/remoting.gyp ('k') | third_party/libjingle/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/signaling/BUILD.gn
diff --git a/remoting/signaling/BUILD.gn b/remoting/signaling/BUILD.gn
index cca2850ca0729cfc024e2af96641a8b381072d94..2987aeee760a4d7bc142df35fdde660bcc495601 100644
--- a/remoting/signaling/BUILD.gn
+++ b/remoting/signaling/BUILD.gn
@@ -17,6 +17,8 @@ static_library("signaling") {
public_deps = [
"//remoting/proto",
"//third_party/libjingle",
+ "//third_party/webrtc/libjingle/xmllite",
+ "//third_party/webrtc/libjingle/xmpp",
]
deps = [
« no previous file with comments | « remoting/remoting.gyp ('k') | third_party/libjingle/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698