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

Unified Diff: webrtc/p2p/p2p_tests.gypi

Issue 1846693002: Revert of 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, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/p2p/p2p.gyp ('k') | webrtc/pc/pc.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/p2p/p2p_tests.gypi
diff --git a/webrtc/p2p/p2p_tests.gypi b/webrtc/p2p/p2p_tests.gypi
new file mode 100644
index 0000000000000000000000000000000000000000..713d6e4d3e3fc775cc4107d933a658cf57834ad3
--- /dev/null
+++ b/webrtc/p2p/p2p_tests.gypi
@@ -0,0 +1,53 @@
+# Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
+#
+# Use of this source code is governed by a BSD-style license
+# that can be found in the LICENSE file in the root of the source
+# tree. An additional intellectual property rights grant can be found
+# in the file PATENTS. All contributing project authors may
+# be found in the AUTHORS file in the root of the source tree.
+
+{
+ 'includes': [ '../build/common.gypi', ],
+ 'targets': [
+ {
+ 'target_name': 'rtc_p2p_unittest',
+ 'type': 'none',
+ 'direct_dependent_settings': {
+ 'sources': [
+ 'base/dtlstransportchannel_unittest.cc',
+ 'base/faketransportcontroller.h',
+ 'base/p2ptransportchannel_unittest.cc',
+ 'base/port_unittest.cc',
+ 'base/pseudotcp_unittest.cc',
+ 'base/relayport_unittest.cc',
+ 'base/relayserver_unittest.cc',
+ 'base/stun_unittest.cc',
+ 'base/stunport_unittest.cc',
+ 'base/stunrequest_unittest.cc',
+ 'base/stunserver_unittest.cc',
+ 'base/testrelayserver.h',
+ 'base/teststunserver.h',
+ 'base/testturnserver.h',
+ 'base/transport_unittest.cc',
+ 'base/transportcontroller_unittest.cc',
+ 'base/transportdescriptionfactory_unittest.cc',
+ 'base/turnport_unittest.cc',
+ 'client/fakeportallocator.h',
+ 'client/portallocator_unittest.cc',
+ 'stunprober/stunprober_unittest.cc',
+ ],
+ 'conditions': [
+ ['use_quic==1', {
+ 'sources': [
+ 'quic/quicconnectionhelper_unittest.cc',
+ 'quic/quicsession_unittest.cc',
+ 'quic/quictransportchannel_unittest.cc',
+ 'quic/reliablequicstream_unittest.cc',
+ ],
+ }],
+ ],
+ },
+ },
+ ],
+}
+
« no previous file with comments | « webrtc/p2p/p2p.gyp ('k') | webrtc/pc/pc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698