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

Unified Diff: remoting/remoting.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 | « remoting/protocol/BUILD.gn ('k') | remoting/signaling/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 910079f8da8020ef4c3d0e69cb4c73c46d24554f..33fd09af189be240da71e4730ac3f1254ca5b963 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -239,11 +239,15 @@
'../third_party/boringssl/boringssl.gyp:boringssl',
'../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',
'../third_party/libyuv/libyuv.gyp:libyuv',
'remoting_base',
],
'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',
],
'sources': [
'<@(remoting_protocol_sources)',
@@ -254,6 +258,8 @@
['enable_webrtc == 1', {
'dependencies': [
'../third_party/libjingle/libjingle.gyp:libjingle_webrtc',
+ '../third_party/webrtc/libjingle/xmllite/xmllite.gyp:rtc_xmllite',
+ '../third_party/webrtc/libjingle/xmpp/xmpp.gyp:rtc_xmpp',
],
}],
],
« no previous file with comments | « remoting/protocol/BUILD.gn ('k') | remoting/signaling/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698