OLD | NEW |
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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
167 'base/stun_unittest.cc', | 167 'base/stun_unittest.cc', |
168 'base/stunport_unittest.cc', | 168 'base/stunport_unittest.cc', |
169 'base/stunrequest_unittest.cc', | 169 'base/stunrequest_unittest.cc', |
170 'base/stunserver_unittest.cc', | 170 'base/stunserver_unittest.cc', |
171 'base/testrelayserver.h', | 171 'base/testrelayserver.h', |
172 'base/teststunserver.h', | 172 'base/teststunserver.h', |
173 'base/testturnserver.h', | 173 'base/testturnserver.h', |
174 'base/transport_unittest.cc', | 174 'base/transport_unittest.cc', |
175 'base/transportcontroller_unittest.cc', | 175 'base/transportcontroller_unittest.cc', |
176 'base/transportdescriptionfactory_unittest.cc', | 176 'base/transportdescriptionfactory_unittest.cc', |
| 177 'base/tcpport_unittest.cc', |
177 'base/turnport_unittest.cc', | 178 'base/turnport_unittest.cc', |
178 'client/fakeportallocator.h', | 179 'client/fakeportallocator.h', |
179 'client/portallocator_unittest.cc', | 180 'client/portallocator_unittest.cc', |
180 'stunprober/stunprober_unittest.cc', | 181 'stunprober/stunprober_unittest.cc', |
181 ], | 182 ], |
182 'conditions': [ | 183 'conditions': [ |
183 ['use_quic==1', { | 184 ['use_quic==1', { |
184 'sources': [ | 185 'sources': [ |
185 'quic/quicconnectionhelper_unittest.cc', | 186 'quic/quicconnectionhelper_unittest.cc', |
186 'quic/quicsession_unittest.cc', | 187 'quic/quicsession_unittest.cc', |
187 'quic/quictransport_unittest.cc', | 188 'quic/quictransport_unittest.cc', |
188 'quic/quictransportchannel_unittest.cc', | 189 'quic/quictransportchannel_unittest.cc', |
189 'quic/reliablequicstream_unittest.cc', | 190 'quic/reliablequicstream_unittest.cc', |
190 ], | 191 ], |
191 }], | 192 }], |
192 ], | 193 ], |
193 }, | 194 }, |
194 }, # target rtc_p2p_unittest | 195 }, # target rtc_p2p_unittest |
195 ], # targets | 196 ], # targets |
196 }], # include_tests==1 | 197 }], # include_tests==1 |
197 ], # conditions | 198 ], # conditions |
198 } | 199 } |
199 | 200 |
OLD | NEW |