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

Side by Side Diff: third_party/libjingle/libjingle_common.gypi

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, 4 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 unified diff | Download patch
« no previous file with comments | « third_party/libjingle/libjingle.gyp ('k') | third_party/webrtc_overrides/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': {
7 'nacl_untrusted_build%': 0,
8 'webrtc_p2p': "../webrtc/p2p",
9 'webrtc_xmpp': "../webrtc/libjingle/xmpp",
10 },
11 'sources': [ 6 'sources': [
12 '../webrtc_overrides/field_trial.cc', 7 '../webrtc_overrides/field_trial.cc',
13 '<(webrtc_p2p)/base/asyncstuntcpsocket.cc',
14 '<(webrtc_p2p)/base/asyncstuntcpsocket.h',
15 '<(webrtc_p2p)/base/basicpacketsocketfactory.cc',
16 '<(webrtc_p2p)/base/basicpacketsocketfactory.h',
17 '<(webrtc_p2p)/base/candidate.h',
18 '<(webrtc_p2p)/base/common.h',
19 '<(webrtc_p2p)/base/dtlstransport.h',
20 '<(webrtc_p2p)/base/dtlstransportchannel.cc',
21 '<(webrtc_p2p)/base/dtlstransportchannel.h',
22 '<(webrtc_p2p)/base/p2pconstants.cc',
23 '<(webrtc_p2p)/base/p2pconstants.h',
24 '<(webrtc_p2p)/base/p2ptransport.cc',
25 '<(webrtc_p2p)/base/p2ptransport.h',
26 '<(webrtc_p2p)/base/p2ptransportchannel.cc',
27 '<(webrtc_p2p)/base/p2ptransportchannel.h',
28 '<(webrtc_p2p)/base/port.cc',
29 '<(webrtc_p2p)/base/port.h',
30 '<(webrtc_p2p)/base/portallocator.cc',
31 '<(webrtc_p2p)/base/portallocator.h',
32 '<(webrtc_p2p)/base/pseudotcp.cc',
33 '<(webrtc_p2p)/base/pseudotcp.h',
34 '<(webrtc_p2p)/base/relayport.cc',
35 '<(webrtc_p2p)/base/relayport.h',
36 '<(webrtc_p2p)/base/session.cc',
37 '<(webrtc_p2p)/base/session.h',
38 '<(webrtc_p2p)/base/sessiondescription.cc',
39 '<(webrtc_p2p)/base/sessiondescription.h',
40 '<(webrtc_p2p)/base/sessionid.h',
41 '<(webrtc_p2p)/base/stun.cc',
42 '<(webrtc_p2p)/base/stun.h',
43 '<(webrtc_p2p)/base/stunport.cc',
44 '<(webrtc_p2p)/base/stunport.h',
45 '<(webrtc_p2p)/base/stunrequest.cc',
46 '<(webrtc_p2p)/base/stunrequest.h',
47 '<(webrtc_p2p)/base/tcpport.cc',
48 '<(webrtc_p2p)/base/tcpport.h',
49 '<(webrtc_p2p)/base/transport.cc',
50 '<(webrtc_p2p)/base/transport.h',
51 '<(webrtc_p2p)/base/transportchannel.cc',
52 '<(webrtc_p2p)/base/transportchannel.h',
53 '<(webrtc_p2p)/base/transportchannelimpl.h',
54 '<(webrtc_p2p)/base/transportcontroller.cc',
55 '<(webrtc_p2p)/base/transportcontroller.h',
56 '<(webrtc_p2p)/base/transportdescription.cc',
57 '<(webrtc_p2p)/base/transportdescription.h',
58 '<(webrtc_p2p)/base/transportdescriptionfactory.cc',
59 '<(webrtc_p2p)/base/transportdescriptionfactory.h',
60 '<(webrtc_p2p)/base/turnport.cc',
61 '<(webrtc_p2p)/base/turnport.h',
62 '<(webrtc_p2p)/client/basicportallocator.cc',
63 '<(webrtc_p2p)/client/basicportallocator.h',
64 '<(webrtc_p2p)/client/httpportallocator.cc',
65 '<(webrtc_p2p)/client/httpportallocator.h',
66 '<(webrtc_p2p)/client/socketmonitor.cc',
67 '<(webrtc_p2p)/client/socketmonitor.h',
68 '<(webrtc_xmpp)/asyncsocket.h',
69 '<(webrtc_xmpp)/constants.cc',
70 '<(webrtc_xmpp)/constants.h',
71 '<(webrtc_xmpp)/jid.cc',
72 '<(webrtc_xmpp)/jid.h',
73 '<(webrtc_xmpp)/plainsaslhandler.h',
74 '<(webrtc_xmpp)/prexmppauth.h',
75 '<(webrtc_xmpp)/saslcookiemechanism.h',
76 '<(webrtc_xmpp)/saslhandler.h',
77 '<(webrtc_xmpp)/saslmechanism.cc',
78 '<(webrtc_xmpp)/saslmechanism.h',
79 '<(webrtc_xmpp)/saslplainmechanism.h',
80 '<(webrtc_xmpp)/xmppclient.cc',
81 '<(webrtc_xmpp)/xmppclient.h',
82 '<(webrtc_xmpp)/xmppclientsettings.h',
83 '<(webrtc_xmpp)/xmppengine.h',
84 '<(webrtc_xmpp)/xmppengineimpl.cc',
85 '<(webrtc_xmpp)/xmppengineimpl.h',
86 '<(webrtc_xmpp)/xmppengineimpl_iq.cc',
87 '<(webrtc_xmpp)/xmpplogintask.cc',
88 '<(webrtc_xmpp)/xmpplogintask.h',
89 '<(webrtc_xmpp)/xmppstanzaparser.cc',
90 '<(webrtc_xmpp)/xmppstanzaparser.h',
91 '<(webrtc_xmpp)/xmpptask.cc',
92 '<(webrtc_xmpp)/xmpptask.h',
93 ], 8 ],
94 'conditions': [ 9 'conditions': [
95 ['OS=="win" and nacl_untrusted_build==0', { 10 ['OS=="win"', {
96 # Suppress warnings about WIN32_LEAN_AND_MEAN. 11 'msvs_disabled_warnings': [
97 'msvs_disabled_warnings': [ 4005, 4267 ], 12 4005, # WIN32_LEAN_AND_MEAN.
98 }, { 13 4267, # size_t to int truncations.
99 'sources/': [
100 ['exclude', '/win[a-z0-9]+\\.(h|cc)$'],
101 ],
102 }],
103 ['os_posix!=1 and nacl_untrusted_build==0', {
104 'sources/': [
105 ['exclude', '/unix[a-z]+\\.(h|cc)$'],
106 ],
107 }],
108 ['(OS!="mac" and OS!="ios") or nacl_untrusted_build==1', {
109 'sources/': [
110 ['exclude', '/mac[a-z]+\\.(h|cc)$'],
111 ['exclude', '/scoped_autorelease_pool\\.(h|mm)$'],
112 ], 14 ],
113 }], 15 }],
114 ], 16 ],
115 } 17 }
OLDNEW
« no previous file with comments | « third_party/libjingle/libjingle.gyp ('k') | third_party/webrtc_overrides/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698