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

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

Issue 2377883003: First step in providing a UdpTransportChannel. (Closed)
Patch Set: Rebase: receiving(). Created 4 years, 1 month 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
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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 'base/transportcontroller.cc', 63 'base/transportcontroller.cc',
64 'base/transportcontroller.h', 64 'base/transportcontroller.h',
65 'base/transportdescription.cc', 65 'base/transportdescription.cc',
66 'base/transportdescription.h', 66 'base/transportdescription.h',
67 'base/transportdescriptionfactory.cc', 67 'base/transportdescriptionfactory.cc',
68 'base/transportdescriptionfactory.h', 68 'base/transportdescriptionfactory.h',
69 'base/transportinfo.h', 69 'base/transportinfo.h',
70 'base/turnport.cc', 70 'base/turnport.cc',
71 'base/turnport.h', 71 'base/turnport.h',
72 'base/udpport.h', 72 'base/udpport.h',
73 'base/udptransport.cc',
74 'base/udptransport.h',
pthatcher1 2016/11/02 06:19:38 These files don't exist.
johan 2016/11/02 15:14:04 Acknowledged.
75 'base/udptransportchannel.cc',
76 'base/udptransportchannel.h',
73 'client/basicportallocator.cc', 77 'client/basicportallocator.cc',
74 'client/basicportallocator.h', 78 'client/basicportallocator.h',
75 'client/socketmonitor.cc', 79 'client/socketmonitor.cc',
76 'client/socketmonitor.h', 80 'client/socketmonitor.h',
77 ], 81 ],
78 'direct_dependent_settings': { 82 'direct_dependent_settings': {
79 'defines': [ 83 'defines': [
80 'FEATURE_ENABLE_VOICEMAIL', 84 'FEATURE_ENABLE_VOICEMAIL',
81 ], 85 ],
82 }, 86 },
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 'libstunprober', 139 'libstunprober',
136 'rtc_p2p' 140 'rtc_p2p'
137 ], 141 ],
138 'sources': [ 142 'sources': [
139 'stunprober/main.cc', 143 'stunprober/main.cc',
140 ], 144 ],
141 }, 145 },
142 ], # targets 146 ], # targets
143 } 147 }
144 148
OLDNEW
« webrtc/p2p/base/udptransportchannel.cc ('K') | « webrtc/p2p/base/udptransportchannel_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698