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

Unified Diff: jingle/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 | « content/test/BUILD.gn ('k') | jingle/jingle.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/BUILD.gn
diff --git a/jingle/BUILD.gn b/jingle/BUILD.gn
index c6aa42ad8ad8b721f599758d6ea9fad77b830be2..d10f522d4fee420ebf9bc7cd87633f4a25bf5c88 100644
--- a/jingle/BUILD.gn
+++ b/jingle/BUILD.gn
@@ -90,6 +90,8 @@ if (enable_webrtc || !is_android) {
public_deps = [
"//third_party/libjingle",
+ "//third_party/webrtc/libjingle/xmllite",
+ "//third_party/webrtc/libjingle/xmpp",
]
deps = [
":jingle_glue",
@@ -163,6 +165,8 @@ if (enable_webrtc || !is_android) {
public_deps = [
"//third_party/libjingle",
+ "//third_party/webrtc/libjingle/xmllite",
+ "//third_party/webrtc/libjingle/xmpp",
]
deps = [
":jingle_glue",
« no previous file with comments | « content/test/BUILD.gn ('k') | jingle/jingle.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698