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

Unified Diff: webrtc/libjingle/xmpp/xmpp.gyp

Issue 2509703002: Remove all references to GYP (Closed)
Patch Set: Rebased Created 4 years, 1 month 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 | « webrtc/libjingle/xmpp/OWNERS ('k') | webrtc/media/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/libjingle/xmpp/xmpp.gyp
diff --git a/webrtc/libjingle/xmpp/xmpp.gyp b/webrtc/libjingle/xmpp/xmpp.gyp
deleted file mode 100644
index 56a04c01824d08969c025cf469064041e5a8394a..0000000000000000000000000000000000000000
--- a/webrtc/libjingle/xmpp/xmpp.gyp
+++ /dev/null
@@ -1,142 +0,0 @@
-# Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
-#
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file in the root of the source
-# tree. An additional intellectual property rights grant can be found
-# in the file PATENTS. All contributing project authors may
-# be found in the AUTHORS file in the root of the source tree.
-
-{
- 'includes': [ '../../build/common.gypi', ],
- 'targets': [
- {
- 'target_name': 'rtc_xmpp',
- 'type': 'static_library',
- 'dependencies': [
- '<(webrtc_root)/base/base.gyp:rtc_base',
- '<(webrtc_root)/libjingle/xmllite/xmllite.gyp:rtc_xmllite',
- ],
- 'defines': [
- 'FEATURE_ENABLE_SSL',
- ],
- 'sources': [
- 'asyncsocket.h',
- 'constants.cc',
- 'constants.h',
- 'jid.cc',
- 'jid.h',
- 'plainsaslhandler.h',
- 'prexmppauth.h',
- 'saslcookiemechanism.h',
- 'saslhandler.h',
- 'saslmechanism.cc',
- 'saslmechanism.h',
- 'saslplainmechanism.h',
- 'xmppclient.cc',
- 'xmppclient.h',
- 'xmppclientsettings.h',
- 'xmppengine.h',
- 'xmppengineimpl.cc',
- 'xmppengineimpl.h',
- 'xmppengineimpl_iq.cc',
- 'xmpplogintask.cc',
- 'xmpplogintask.h',
- 'xmppstanzaparser.cc',
- 'xmppstanzaparser.h',
- 'xmpptask.cc',
- 'xmpptask.h',
- ],
- 'direct_dependent_settings': {
- 'defines': [
- 'FEATURE_ENABLE_SSL',
- 'FEATURE_ENABLE_VOICEMAIL',
- ],
- },
- 'conditions': [
- ['build_expat==1', {
- 'dependencies': [
- '<(DEPTH)/third_party/expat/expat.gyp:expat',
- ],
- 'export_dependent_settings': [
- '<(DEPTH)/third_party/expat/expat.gyp:expat',
- ],
- }],
- ['build_with_chromium==0', {
- 'defines': [
- 'FEATURE_ENABLE_VOICEMAIL',
- 'FEATURE_ENABLE_PSTN',
- ],
- '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',
- ]
- }],
- ['os_posix==1', {
- 'configurations': {
- 'Debug_Base': {
- 'defines': [
- # Chromium's build/common.gypi defines this for all posix
- # _except_ for ios & mac. We want it there as well, e.g.
- # because ASSERT and friends trigger off of it.
- '_DEBUG',
- ],
- },
- }
- }],
- ['OS=="android"', {
- 'cflags!': [
- '-Wextra',
- '-Wall',
- ],
- }],
- ],
- },
- ], # targets
-}
-
« no previous file with comments | « webrtc/libjingle/xmpp/OWNERS ('k') | webrtc/media/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698