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

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

Issue 1914803002: Allow the localhost IP address even if it does not match the tcp port address (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: minor fix Created 4 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
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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 'base/stun_unittest.cc', 165 'base/stun_unittest.cc',
166 'base/stunport_unittest.cc', 166 'base/stunport_unittest.cc',
167 'base/stunrequest_unittest.cc', 167 'base/stunrequest_unittest.cc',
168 'base/stunserver_unittest.cc', 168 'base/stunserver_unittest.cc',
169 'base/testrelayserver.h', 169 'base/testrelayserver.h',
170 'base/teststunserver.h', 170 'base/teststunserver.h',
171 'base/testturnserver.h', 171 'base/testturnserver.h',
172 'base/transport_unittest.cc', 172 'base/transport_unittest.cc',
173 'base/transportcontroller_unittest.cc', 173 'base/transportcontroller_unittest.cc',
174 'base/transportdescriptionfactory_unittest.cc', 174 'base/transportdescriptionfactory_unittest.cc',
175 'base/tcpport_unittest.cc',
175 'base/turnport_unittest.cc', 176 'base/turnport_unittest.cc',
176 'client/fakeportallocator.h', 177 'client/fakeportallocator.h',
177 'client/portallocator_unittest.cc', 178 'client/portallocator_unittest.cc',
178 'stunprober/stunprober_unittest.cc', 179 'stunprober/stunprober_unittest.cc',
179 ], 180 ],
180 'conditions': [ 181 'conditions': [
181 ['use_quic==1', { 182 ['use_quic==1', {
182 'sources': [ 183 'sources': [
183 'quic/quicconnectionhelper_unittest.cc', 184 'quic/quicconnectionhelper_unittest.cc',
184 'quic/quicsession_unittest.cc', 185 'quic/quicsession_unittest.cc',
185 'quic/quictransportchannel_unittest.cc', 186 'quic/quictransportchannel_unittest.cc',
186 'quic/reliablequicstream_unittest.cc', 187 'quic/reliablequicstream_unittest.cc',
187 ], 188 ],
188 }], 189 }],
189 ], 190 ],
190 }, 191 },
191 }, # target rtc_p2p_unittest 192 }, # target rtc_p2p_unittest
192 ], # targets 193 ], # targets
193 }], # include_tests==1 194 }], # include_tests==1
194 ], # conditions 195 ], # conditions
195 } 196 }
196 197
OLDNEW
« webrtc/p2p/base/tcpport_unittest.cc ('K') | « webrtc/p2p/base/tcpport_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698