OLD | NEW |
1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license | 3 # Use of this source code is governed by a BSD-style license |
4 # that can be found in the LICENSE file in the root of the source | 4 # that can be found in the LICENSE file in the root of the source |
5 # tree. An additional intellectual property rights grant can be found | 5 # tree. An additional intellectual property rights grant can be found |
6 # in the file PATENTS. All contributing project authors may | 6 # in the file PATENTS. All contributing project authors may |
7 # be found in the AUTHORS file in the root of the source tree. | 7 # be found in the AUTHORS file in the root of the source tree. |
8 | 8 |
9 { | 9 { |
10 'includes': [ '../../build/common.gypi', ], | 10 'includes': [ '../../build/common.gypi', ], |
11 'targets': [ | 11 'targets': [ |
12 { | 12 { |
13 'target_name': 'rtc_xmpp', | 13 'target_name': 'rtc_xmpp', |
14 'type': 'static_library', | 14 'type': 'static_library', |
15 'dependencies': [ | 15 'dependencies': [ |
16 '<(webrtc_root)/base/base.gyp:rtc_base', | 16 '<(webrtc_root)/base/base.gyp:rtc_base', |
17 '<(webrtc_root)/libjingle/xmllite/xmllite.gyp:rtc_xmllite', | 17 '<(webrtc_root)/libjingle/xmllite/xmllite.gyp:rtc_xmllite', |
18 ], | 18 ], |
19 'defines': [ | 19 'defines': [ |
20 'FEATURE_ENABLE_SSL', | 20 'FEATURE_ENABLE_SSL', |
21 ], | 21 ], |
22 'sources': [ | 22 'sources': [ |
23 'asyncsocket.h', | 23 'asyncsocket.h', |
24 'chatroommodule.h', | |
25 'chatroommoduleimpl.cc', | |
26 'constants.cc', | 24 'constants.cc', |
27 'constants.h', | 25 'constants.h', |
28 'discoitemsquerytask.cc', | |
29 'discoitemsquerytask.h', | |
30 'hangoutpubsubclient.cc', | |
31 'hangoutpubsubclient.h', | |
32 'iqtask.cc', | |
33 'iqtask.h', | |
34 'jid.cc', | 26 'jid.cc', |
35 'jid.h', | 27 'jid.h', |
36 'module.h', | |
37 'moduleimpl.cc', | |
38 'moduleimpl.h', | |
39 'mucroomconfigtask.cc', | |
40 'mucroomconfigtask.h', | |
41 'mucroomdiscoverytask.cc', | |
42 'mucroomdiscoverytask.h', | |
43 'mucroomlookuptask.cc', | |
44 'mucroomlookuptask.h', | |
45 'mucroomuniquehangoutidtask.cc', | |
46 'mucroomuniquehangoutidtask.h', | |
47 'pingtask.cc', | |
48 'pingtask.h', | |
49 'plainsaslhandler.h', | 28 'plainsaslhandler.h', |
50 'presenceouttask.cc', | |
51 'presenceouttask.h', | |
52 'presencereceivetask.cc', | |
53 'presencereceivetask.h', | |
54 'presencestatus.cc', | |
55 'presencestatus.h', | |
56 'prexmppauth.h', | 29 'prexmppauth.h', |
57 'pubsub_task.cc', | |
58 'pubsub_task.h', | |
59 'pubsubclient.cc', | |
60 'pubsubclient.h', | |
61 'pubsubstateclient.cc', | |
62 'pubsubstateclient.h', | |
63 'pubsubtasks.cc', | |
64 'pubsubtasks.h', | |
65 'receivetask.cc', | |
66 'receivetask.h', | |
67 'rostermodule.h', | |
68 'rostermoduleimpl.cc', | |
69 'rostermoduleimpl.h', | |
70 'saslcookiemechanism.h', | 30 'saslcookiemechanism.h', |
71 'saslhandler.h', | 31 'saslhandler.h', |
72 'saslmechanism.cc', | 32 'saslmechanism.cc', |
73 'saslmechanism.h', | 33 'saslmechanism.h', |
74 'saslplainmechanism.h', | 34 'saslplainmechanism.h', |
75 'xmppauth.cc', | |
76 'xmppauth.h', | |
77 'xmppclient.cc', | 35 'xmppclient.cc', |
78 'xmppclient.h', | 36 'xmppclient.h', |
79 'xmppclientsettings.h', | 37 'xmppclientsettings.h', |
80 'xmppengine.h', | 38 'xmppengine.h', |
81 'xmppengineimpl.cc', | 39 'xmppengineimpl.cc', |
82 'xmppengineimpl.h', | 40 'xmppengineimpl.h', |
83 'xmppengineimpl_iq.cc', | 41 'xmppengineimpl_iq.cc', |
84 'xmpplogintask.cc', | 42 'xmpplogintask.cc', |
85 'xmpplogintask.h', | 43 'xmpplogintask.h', |
86 'xmpppump.cc', | |
87 'xmpppump.h', | |
88 'xmppsocket.cc', | |
89 'xmppsocket.h', | |
90 'xmppstanzaparser.cc', | 44 'xmppstanzaparser.cc', |
91 'xmppstanzaparser.h', | 45 'xmppstanzaparser.h', |
92 'xmpptask.cc', | 46 'xmpptask.cc', |
93 'xmpptask.h', | 47 'xmpptask.h', |
94 'xmppthread.cc', | |
95 'xmppthread.h', | |
96 ], | 48 ], |
97 'direct_dependent_settings': { | 49 'direct_dependent_settings': { |
98 'defines': [ | 50 'defines': [ |
99 'FEATURE_ENABLE_SSL', | 51 'FEATURE_ENABLE_SSL', |
100 'FEATURE_ENABLE_VOICEMAIL', | 52 'FEATURE_ENABLE_VOICEMAIL', |
101 ], | 53 ], |
102 }, | 54 }, |
103 'conditions': [ | 55 'conditions': [ |
104 ['build_expat==1', { | 56 ['build_expat==1', { |
105 'dependencies': [ | 57 'dependencies': [ |
106 '<(DEPTH)/third_party/expat/expat.gyp:expat', | 58 '<(DEPTH)/third_party/expat/expat.gyp:expat', |
107 ], | 59 ], |
108 'export_dependent_settings': [ | 60 'export_dependent_settings': [ |
109 '<(DEPTH)/third_party/expat/expat.gyp:expat', | 61 '<(DEPTH)/third_party/expat/expat.gyp:expat', |
110 ], | 62 ], |
111 }], | 63 }], |
112 ['build_with_chromium==0', { | 64 ['build_with_chromium==0', { |
113 'defines': [ | 65 'defines': [ |
114 'FEATURE_ENABLE_VOICEMAIL', | 66 'FEATURE_ENABLE_VOICEMAIL', |
115 'FEATURE_ENABLE_PSTN', | 67 'FEATURE_ENABLE_PSTN', |
116 ], | 68 ], |
| 69 'sources': [ |
| 70 'chatroommodule.h', |
| 71 'chatroommoduleimpl.cc', |
| 72 'discoitemsquerytask.cc', |
| 73 'discoitemsquerytask.h', |
| 74 'hangoutpubsubclient.cc', |
| 75 'hangoutpubsubclient.h', |
| 76 'iqtask.cc', |
| 77 'iqtask.h', |
| 78 'module.h', |
| 79 'moduleimpl.cc', |
| 80 'moduleimpl.h', |
| 81 'mucroomconfigtask.cc', |
| 82 'mucroomconfigtask.h', |
| 83 'mucroomdiscoverytask.cc', |
| 84 'mucroomdiscoverytask.h', |
| 85 'mucroomlookuptask.cc', |
| 86 'mucroomlookuptask.h', |
| 87 'mucroomuniquehangoutidtask.cc', |
| 88 'mucroomuniquehangoutidtask.h', |
| 89 'pingtask.cc', |
| 90 'pingtask.h', |
| 91 'presenceouttask.cc', |
| 92 'presenceouttask.h', |
| 93 'presencereceivetask.cc', |
| 94 'presencereceivetask.h', |
| 95 'presencestatus.cc', |
| 96 'presencestatus.h', |
| 97 'pubsub_task.cc', |
| 98 'pubsub_task.h', |
| 99 'pubsubclient.cc', |
| 100 'pubsubclient.h', |
| 101 'pubsubstateclient.cc', |
| 102 'pubsubstateclient.h', |
| 103 'pubsubtasks.cc', |
| 104 'pubsubtasks.h', |
| 105 'receivetask.cc', |
| 106 'receivetask.h', |
| 107 'rostermodule.h', |
| 108 'rostermoduleimpl.cc', |
| 109 'rostermoduleimpl.h', |
| 110 'xmppauth.cc', |
| 111 'xmppauth.h', |
| 112 'xmpppump.cc', |
| 113 'xmpppump.h', |
| 114 'xmppsocket.cc', |
| 115 'xmppsocket.h', |
| 116 'xmppthread.cc', |
| 117 'xmppthread.h', |
| 118 ] |
117 }], | 119 }], |
118 ['os_posix==1', { | 120 ['os_posix==1', { |
119 'configurations': { | 121 'configurations': { |
120 'Debug_Base': { | 122 'Debug_Base': { |
121 'defines': [ | 123 'defines': [ |
122 # Chromium's build/common.gypi defines this for all posix | 124 # Chromium's build/common.gypi defines this for all posix |
123 # _except_ for ios & mac. We want it there as well, e.g. | 125 # _except_ for ios & mac. We want it there as well, e.g. |
124 # because ASSERT and friends trigger off of it. | 126 # because ASSERT and friends trigger off of it. |
125 '_DEBUG', | 127 '_DEBUG', |
126 ], | 128 ], |
127 }, | 129 }, |
128 } | 130 } |
129 }], | 131 }], |
130 ['OS=="android"', { | 132 ['OS=="android"', { |
131 'cflags!': [ | 133 'cflags!': [ |
132 '-Wextra', | 134 '-Wextra', |
133 '-Wall', | 135 '-Wall', |
134 ], | 136 ], |
135 }], | 137 }], |
136 ], | 138 ], |
137 }, | 139 }, |
138 ], # targets | 140 ], # targets |
139 } | 141 } |
140 | 142 |
OLD | NEW |