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

Unified Diff: jingle/jingle.gyp

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/BUILD.gn ('k') | remoting/host/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/jingle.gyp
diff --git a/jingle/jingle.gyp b/jingle/jingle.gyp
index 7adf7b605adbaef9761a66ba172571305bba5655..abc28a33745d39025a43b646a41f748010c342f6 100644
--- a/jingle/jingle.gyp
+++ b/jingle/jingle.gyp
@@ -96,11 +96,15 @@
'../net/net.gyp:net',
'../third_party/expat/expat.gyp:expat',
'../third_party/libjingle/libjingle.gyp:libjingle',
+ '../third_party/webrtc/libjingle/xmllite/xmllite.gyp:rtc_xmllite',
+ '../third_party/webrtc/libjingle/xmpp/xmpp.gyp:rtc_xmpp',
'../url/url.gyp:url_lib',
'jingle_glue',
],
'export_dependent_settings': [
'../third_party/libjingle/libjingle.gyp:libjingle',
+ '../third_party/webrtc/libjingle/xmllite/xmllite.gyp:rtc_xmllite',
+ '../third_party/webrtc/libjingle/xmpp/xmpp.gyp:rtc_xmpp',
],
},
# GN version: //jingle:notifier_test_util
@@ -175,6 +179,8 @@
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
'../third_party/libjingle/libjingle.gyp:libjingle',
+ '../third_party/webrtc/libjingle/xmllite/xmllite.gyp:rtc_xmllite',
+ '../third_party/webrtc/libjingle/xmpp/xmpp.gyp:rtc_xmpp',
],
},
],
« no previous file with comments | « jingle/BUILD.gn ('k') | remoting/host/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698