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

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

Issue 2029583002: Remove test targets of type none. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 6 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/libjingle/xmpp/xmpp.gyp ('k') | webrtc/webrtc_tests.gypi » ('j') | 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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 'type': 'executable', 130 'type': 'executable',
131 'dependencies': [ 131 'dependencies': [
132 'libstunprober', 132 'libstunprober',
133 'rtc_p2p' 133 'rtc_p2p'
134 ], 134 ],
135 'sources': [ 135 'sources': [
136 'stunprober/main.cc', 136 'stunprober/main.cc',
137 ], 137 ],
138 }, 138 },
139 ], # targets 139 ], # targets
140 'conditions': [
141 ['include_tests==1', {
142 'targets' : [
143 {
144 'target_name': 'rtc_p2p_unittest',
145 'type': 'none',
146 'direct_dependent_settings': {
147 'sources': [
148 'base/dtlstransportchannel_unittest.cc',
149 'base/fakeportallocator.h',
150 'base/faketransportcontroller.h',
151 'base/p2ptransportchannel_unittest.cc',
152 'base/port_unittest.cc',
153 'base/portallocator_unittest.cc',
154 'base/pseudotcp_unittest.cc',
155 'base/relayport_unittest.cc',
156 'base/relayserver_unittest.cc',
157 'base/stun_unittest.cc',
158 'base/stunport_unittest.cc',
159 'base/stunrequest_unittest.cc',
160 'base/stunserver_unittest.cc',
161 'base/testrelayserver.h',
162 'base/teststunserver.h',
163 'base/testturnserver.h',
164 'base/transport_unittest.cc',
165 'base/transportcontroller_unittest.cc',
166 'base/transportdescriptionfactory_unittest.cc',
167 'base/tcpport_unittest.cc',
168 'base/turnport_unittest.cc',
169 'client/basicportallocator_unittest.cc',
170 'stunprober/stunprober_unittest.cc',
171 ],
172 'conditions': [
173 ['use_quic==1', {
174 'sources': [
175 'quic/quicconnectionhelper_unittest.cc',
176 'quic/quicsession_unittest.cc',
177 'quic/quictransport_unittest.cc',
178 'quic/quictransportchannel_unittest.cc',
179 'quic/reliablequicstream_unittest.cc',
180 ],
181 }],
182 ],
183 },
184 }, # target rtc_p2p_unittest
185 ], # targets
186 }], # include_tests==1
187 ], # conditions
188 } 140 }
189 141
OLDNEW
« no previous file with comments | « webrtc/libjingle/xmpp/xmpp.gyp ('k') | webrtc/webrtc_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698