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

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

Issue 1839763004: Remove {media,p2p,pc,xmllite,xmpp}_tests.gypi files. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: 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
« no previous file with comments | « webrtc/media/rtc_media_unittests.isolate ('k') | webrtc/p2p/p2p_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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 'dependencies': [ 138 'dependencies': [
139 'libstunprober', 139 'libstunprober',
140 'rtc_p2p' 140 'rtc_p2p'
141 ], 141 ],
142 'cflags_cc!': [ 142 'cflags_cc!': [
143 '-Wnon-virtual-dtor', 143 '-Wnon-virtual-dtor',
144 ], 144 ],
145 'sources': [ 145 'sources': [
146 'stunprober/main.cc', 146 'stunprober/main.cc',
147 ], 147 ],
148 }], 148 },
149 ], # targets
150 'conditions': [
151 ['include_tests==1', {
152 'targets' : [
153 {
154 'target_name': 'rtc_p2p_unittest',
155 'type': 'none',
156 'direct_dependent_settings': {
157 'sources': [
158 'base/dtlstransportchannel_unittest.cc',
159 'base/faketransportcontroller.h',
160 'base/p2ptransportchannel_unittest.cc',
161 'base/port_unittest.cc',
162 'base/pseudotcp_unittest.cc',
163 'base/relayport_unittest.cc',
164 'base/relayserver_unittest.cc',
165 'base/stun_unittest.cc',
166 'base/stunport_unittest.cc',
167 'base/stunrequest_unittest.cc',
168 'base/stunserver_unittest.cc',
169 'base/testrelayserver.h',
170 'base/teststunserver.h',
171 'base/testturnserver.h',
172 'base/transport_unittest.cc',
173 'base/transportcontroller_unittest.cc',
174 'base/transportdescriptionfactory_unittest.cc',
175 'base/turnport_unittest.cc',
176 'client/fakeportallocator.h',
177 'client/portallocator_unittest.cc',
178 'stunprober/stunprober_unittest.cc',
179 ],
180 'conditions': [
181 ['use_quic==1', {
182 'sources': [
183 'quic/quicconnectionhelper_unittest.cc',
184 'quic/quicsession_unittest.cc',
185 'quic/quictransportchannel_unittest.cc',
186 'quic/reliablequicstream_unittest.cc',
187 ],
188 }],
189 ],
190 },
191 }, # target rtc_p2p_unittest
192 ], # targets
193 }], # include_tests==1
194 ], # conditions
149 } 195 }
150 196
OLDNEW
« no previous file with comments | « webrtc/media/rtc_media_unittests.isolate ('k') | webrtc/p2p/p2p_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698