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

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

Issue 2056243003: Drop dependency on webrtc rawtransport and rawtransportchannel. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | 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': { 6 'variables': {
7 'nacl_untrusted_build%': 0, 7 'nacl_untrusted_build%': 0,
8 'webrtc_p2p': "../webrtc/p2p", 8 'webrtc_p2p': "../webrtc/p2p",
9 'webrtc_xmpp': "../webrtc/libjingle/xmpp", 9 'webrtc_xmpp': "../webrtc/libjingle/xmpp",
10 }, 10 },
(...skipping 13 matching lines...) Expand all
24 '<(webrtc_p2p)/base/p2ptransport.cc', 24 '<(webrtc_p2p)/base/p2ptransport.cc',
25 '<(webrtc_p2p)/base/p2ptransport.h', 25 '<(webrtc_p2p)/base/p2ptransport.h',
26 '<(webrtc_p2p)/base/p2ptransportchannel.cc', 26 '<(webrtc_p2p)/base/p2ptransportchannel.cc',
27 '<(webrtc_p2p)/base/p2ptransportchannel.h', 27 '<(webrtc_p2p)/base/p2ptransportchannel.h',
28 '<(webrtc_p2p)/base/port.cc', 28 '<(webrtc_p2p)/base/port.cc',
29 '<(webrtc_p2p)/base/port.h', 29 '<(webrtc_p2p)/base/port.h',
30 '<(webrtc_p2p)/base/portallocator.cc', 30 '<(webrtc_p2p)/base/portallocator.cc',
31 '<(webrtc_p2p)/base/portallocator.h', 31 '<(webrtc_p2p)/base/portallocator.h',
32 '<(webrtc_p2p)/base/pseudotcp.cc', 32 '<(webrtc_p2p)/base/pseudotcp.cc',
33 '<(webrtc_p2p)/base/pseudotcp.h', 33 '<(webrtc_p2p)/base/pseudotcp.h',
34 '<(webrtc_p2p)/base/rawtransport.cc',
35 '<(webrtc_p2p)/base/rawtransport.h',
36 '<(webrtc_p2p)/base/rawtransportchannel.cc',
37 '<(webrtc_p2p)/base/rawtransportchannel.h',
38 '<(webrtc_p2p)/base/relayport.cc', 34 '<(webrtc_p2p)/base/relayport.cc',
39 '<(webrtc_p2p)/base/relayport.h', 35 '<(webrtc_p2p)/base/relayport.h',
40 '<(webrtc_p2p)/base/session.cc', 36 '<(webrtc_p2p)/base/session.cc',
41 '<(webrtc_p2p)/base/session.h', 37 '<(webrtc_p2p)/base/session.h',
42 '<(webrtc_p2p)/base/sessiondescription.cc', 38 '<(webrtc_p2p)/base/sessiondescription.cc',
43 '<(webrtc_p2p)/base/sessiondescription.h', 39 '<(webrtc_p2p)/base/sessiondescription.h',
44 '<(webrtc_p2p)/base/sessionid.h', 40 '<(webrtc_p2p)/base/sessionid.h',
45 '<(webrtc_p2p)/base/stun.cc', 41 '<(webrtc_p2p)/base/stun.cc',
46 '<(webrtc_p2p)/base/stun.h', 42 '<(webrtc_p2p)/base/stun.h',
47 '<(webrtc_p2p)/base/stunport.cc', 43 '<(webrtc_p2p)/base/stunport.cc',
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 ], 106 ],
111 }], 107 }],
112 ['(OS!="mac" and OS!="ios") or nacl_untrusted_build==1', { 108 ['(OS!="mac" and OS!="ios") or nacl_untrusted_build==1', {
113 'sources/': [ 109 'sources/': [
114 ['exclude', '/mac[a-z]+\\.(h|cc)$'], 110 ['exclude', '/mac[a-z]+\\.(h|cc)$'],
115 ['exclude', '/scoped_autorelease_pool\\.(h|mm)$'], 111 ['exclude', '/scoped_autorelease_pool\\.(h|mm)$'],
116 ], 112 ],
117 }], 113 }],
118 ], 114 ],
119 } 115 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698