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

Side by Side Diff: webrtc/p2p/p2p.gyp

Issue 1303393002: Reland "Remove GICE (gone forever!) and PORTALLOCATOR_ENABLE_SHARED_UFRAG (enabled forever)." becau… (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Add memcheck suppression Created 5 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 | « webrtc/p2p/client/portallocator_unittest.cc ('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 (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', ],
(...skipping 24 matching lines...) Expand all
35 'base/p2ptransportchannel.cc', 35 'base/p2ptransportchannel.cc',
36 'base/p2ptransportchannel.h', 36 'base/p2ptransportchannel.h',
37 'base/packetsocketfactory.h', 37 'base/packetsocketfactory.h',
38 'base/port.cc', 38 'base/port.cc',
39 'base/port.h', 39 'base/port.h',
40 'base/portallocator.cc', 40 'base/portallocator.cc',
41 'base/portallocator.h', 41 'base/portallocator.h',
42 'base/portinterface.h', 42 'base/portinterface.h',
43 'base/pseudotcp.cc', 43 'base/pseudotcp.cc',
44 'base/pseudotcp.h', 44 'base/pseudotcp.h',
45 'base/rawtransport.cc',
46 'base/rawtransport.h',
47 'base/rawtransportchannel.cc',
48 'base/rawtransportchannel.h',
49 'base/relayport.cc', 45 'base/relayport.cc',
50 'base/relayport.h', 46 'base/relayport.h',
51 'base/relayserver.cc', 47 'base/relayserver.cc',
52 'base/relayserver.h', 48 'base/relayserver.h',
53 'base/session.cc', 49 'base/session.cc',
54 'base/session.h', 50 'base/session.h',
55 'base/sessiondescription.cc', 51 'base/sessiondescription.cc',
56 'base/sessiondescription.h', 52 'base/sessiondescription.h',
57 'base/sessionid.h', 53 'base/sessionid.h',
58 'base/stun.cc', 54 'base/stun.cc',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 ], 128 ],
133 'cflags_cc!': [ 129 'cflags_cc!': [
134 '-Wnon-virtual-dtor', 130 '-Wnon-virtual-dtor',
135 ], 131 ],
136 'sources': [ 132 'sources': [
137 'stunprober/main.cc', 133 'stunprober/main.cc',
138 ], 134 ],
139 }], 135 }],
140 } 136 }
141 137
OLDNEW
« no previous file with comments | « webrtc/p2p/client/portallocator_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698