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

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

Issue 1057653005: Roll WebRTC 8989:8999, Libjingle 8990:8994 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/README.chromium ('k') | 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 10 matching lines...) Expand all
21 '<(webrtc_p2p)/base/dtlstransportchannel.cc', 21 '<(webrtc_p2p)/base/dtlstransportchannel.cc',
22 '<(webrtc_p2p)/base/dtlstransportchannel.h', 22 '<(webrtc_p2p)/base/dtlstransportchannel.h',
23 '<(webrtc_p2p)/base/p2ptransport.cc', 23 '<(webrtc_p2p)/base/p2ptransport.cc',
24 '<(webrtc_p2p)/base/p2ptransport.h', 24 '<(webrtc_p2p)/base/p2ptransport.h',
25 '<(webrtc_p2p)/base/p2ptransportchannel.cc', 25 '<(webrtc_p2p)/base/p2ptransportchannel.cc',
26 '<(webrtc_p2p)/base/p2ptransportchannel.h', 26 '<(webrtc_p2p)/base/p2ptransportchannel.h',
27 '<(webrtc_p2p)/base/port.cc', 27 '<(webrtc_p2p)/base/port.cc',
28 '<(webrtc_p2p)/base/port.h', 28 '<(webrtc_p2p)/base/port.h',
29 '<(webrtc_p2p)/base/portallocator.cc', 29 '<(webrtc_p2p)/base/portallocator.cc',
30 '<(webrtc_p2p)/base/portallocator.h', 30 '<(webrtc_p2p)/base/portallocator.h',
31 '<(webrtc_p2p)/base/portallocatorsessionproxy.cc',
32 '<(webrtc_p2p)/base/portallocatorsessionproxy.h',
33 '<(webrtc_p2p)/base/portproxy.cc',
34 '<(webrtc_p2p)/base/portproxy.h',
35 '<(webrtc_p2p)/base/pseudotcp.cc', 31 '<(webrtc_p2p)/base/pseudotcp.cc',
36 '<(webrtc_p2p)/base/pseudotcp.h', 32 '<(webrtc_p2p)/base/pseudotcp.h',
37 '<(webrtc_p2p)/base/rawtransport.cc', 33 '<(webrtc_p2p)/base/rawtransport.cc',
38 '<(webrtc_p2p)/base/rawtransport.h', 34 '<(webrtc_p2p)/base/rawtransport.h',
39 '<(webrtc_p2p)/base/rawtransportchannel.cc', 35 '<(webrtc_p2p)/base/rawtransportchannel.cc',
40 '<(webrtc_p2p)/base/rawtransportchannel.h', 36 '<(webrtc_p2p)/base/rawtransportchannel.h',
41 '<(webrtc_p2p)/base/relayport.cc', 37 '<(webrtc_p2p)/base/relayport.cc',
42 '<(webrtc_p2p)/base/relayport.h', 38 '<(webrtc_p2p)/base/relayport.h',
43 '<(webrtc_p2p)/base/session.cc', 39 '<(webrtc_p2p)/base/session.cc',
44 '<(webrtc_p2p)/base/session.h', 40 '<(webrtc_p2p)/base/session.h',
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 ['exclude', '/scoped_autorelease_pool\\.(h|mm)$'], 115 ['exclude', '/scoped_autorelease_pool\\.(h|mm)$'],
120 ], 116 ],
121 }], 117 }],
122 ['use_openssl!=1', { 118 ['use_openssl!=1', {
123 'sources/': [ 119 'sources/': [
124 ['exclude', '/openssl[a-z]+\\.(h|cc)$'], 120 ['exclude', '/openssl[a-z]+\\.(h|cc)$'],
125 ], 121 ],
126 }], 122 }],
127 ], 123 ],
128 } 124 }
OLDNEW
« no previous file with comments | « third_party/libjingle/README.chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698