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

Unified Diff: webrtc/libjingle/xmpp/BUILD.gn

Issue 2077883002: GN: Update xmpp and p2p to match Chromium build (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Added nacl dependency and missing sources Created 4 years, 6 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 | « no previous file | webrtc/libjingle/xmpp/xmpp.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/libjingle/xmpp/BUILD.gn
diff --git a/webrtc/libjingle/xmpp/BUILD.gn b/webrtc/libjingle/xmpp/BUILD.gn
index c27c70bfc79088817d30b8c5d8bac7885138abdf..4c29fc083bf57e28be0302ead832c57ab617bf43 100644
--- a/webrtc/libjingle/xmpp/BUILD.gn
+++ b/webrtc/libjingle/xmpp/BUILD.gn
@@ -34,59 +34,17 @@ source_set("rtc_xmpp") {
cflags = []
sources = [
"asyncsocket.h",
- "chatroommodule.h",
- "chatroommoduleimpl.cc",
"constants.cc",
"constants.h",
- "discoitemsquerytask.cc",
- "discoitemsquerytask.h",
- "hangoutpubsubclient.cc",
- "hangoutpubsubclient.h",
- "iqtask.cc",
- "iqtask.h",
"jid.cc",
"jid.h",
- "module.h",
- "moduleimpl.cc",
- "moduleimpl.h",
- "mucroomconfigtask.cc",
- "mucroomconfigtask.h",
- "mucroomdiscoverytask.cc",
- "mucroomdiscoverytask.h",
- "mucroomlookuptask.cc",
- "mucroomlookuptask.h",
- "mucroomuniquehangoutidtask.cc",
- "mucroomuniquehangoutidtask.h",
- "pingtask.cc",
- "pingtask.h",
"plainsaslhandler.h",
- "presenceouttask.cc",
- "presenceouttask.h",
- "presencereceivetask.cc",
- "presencereceivetask.h",
- "presencestatus.cc",
- "presencestatus.h",
"prexmppauth.h",
- "pubsub_task.cc",
- "pubsub_task.h",
- "pubsubclient.cc",
- "pubsubclient.h",
- "pubsubstateclient.cc",
- "pubsubstateclient.h",
- "pubsubtasks.cc",
- "pubsubtasks.h",
- "receivetask.cc",
- "receivetask.h",
- "rostermodule.h",
- "rostermoduleimpl.cc",
- "rostermoduleimpl.h",
"saslcookiemechanism.h",
"saslhandler.h",
"saslmechanism.cc",
"saslmechanism.h",
"saslplainmechanism.h",
- "xmppauth.cc",
- "xmppauth.h",
"xmppclient.cc",
"xmppclient.h",
"xmppclientsettings.h",
@@ -96,16 +54,10 @@ source_set("rtc_xmpp") {
"xmppengineimpl_iq.cc",
"xmpplogintask.cc",
"xmpplogintask.h",
- "xmpppump.cc",
- "xmpppump.h",
- "xmppsocket.cc",
- "xmppsocket.h",
"xmppstanzaparser.cc",
"xmppstanzaparser.h",
"xmpptask.cc",
"xmpptask.h",
- "xmppthread.cc",
- "xmppthread.h",
]
defines = [ "FEATURE_ENABLE_SSL" ]
@@ -132,7 +84,62 @@ source_set("rtc_xmpp") {
":xmpp_inherited_config",
]
- if (!build_with_chromium) {
+ if (build_with_chromium) {
+ if (is_nacl) {
+ deps += [ "//native_client_sdk/src/libraries/nacl_io" ]
+ }
+ } else {
+ sources += [
+ "chatroommodule.h",
+ "chatroommoduleimpl.cc",
+ "discoitemsquerytask.cc",
+ "discoitemsquerytask.h",
+ "hangoutpubsubclient.cc",
+ "hangoutpubsubclient.h",
+ "iqtask.cc",
+ "iqtask.h",
+ "module.h",
+ "moduleimpl.cc",
+ "moduleimpl.h",
+ "mucroomconfigtask.cc",
+ "mucroomconfigtask.h",
+ "mucroomdiscoverytask.cc",
+ "mucroomdiscoverytask.h",
+ "mucroomlookuptask.cc",
+ "mucroomlookuptask.h",
+ "mucroomuniquehangoutidtask.cc",
+ "mucroomuniquehangoutidtask.h",
+ "pingtask.cc",
+ "pingtask.h",
+ "presenceouttask.cc",
+ "presenceouttask.h",
+ "presencereceivetask.cc",
+ "presencereceivetask.h",
+ "presencestatus.cc",
+ "presencestatus.h",
+ "pubsub_task.cc",
+ "pubsub_task.h",
+ "pubsubclient.cc",
+ "pubsubclient.h",
+ "pubsubstateclient.cc",
+ "pubsubstateclient.h",
+ "pubsubtasks.cc",
+ "pubsubtasks.h",
+ "receivetask.cc",
+ "receivetask.h",
+ "rostermodule.h",
+ "rostermoduleimpl.cc",
+ "rostermoduleimpl.h",
+ "xmppauth.cc",
+ "xmppauth.h",
+ "xmpppump.cc",
+ "xmpppump.h",
+ "xmppsocket.cc",
+ "xmppsocket.h",
+ "xmppthread.cc",
+ "xmppthread.h",
+ ]
+
defines += [
"FEATURE_ENABLE_VOICEMAIL",
"FEATURE_ENABLE_PSTN",
« no previous file with comments | « no previous file | webrtc/libjingle/xmpp/xmpp.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698