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

Unified Diff: webrtc/p2p/p2p_tests.gypi

Issue 1648763002: Create QuicSession (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Sync webrtc/build/common.gypi to fix patch issue Created 4 years, 10 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/p2p/quic/quicconnectionhelper.h » ('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
index ba7f553bba74e0235bd91f456f2480403d95e623..9354d339991f96cde74c1d4a59b0b2f18475ba37 100644
--- a/webrtc/p2p/p2p_tests.gypi
+++ b/webrtc/p2p/p2p_tests.gypi
@@ -36,6 +36,15 @@
'client/portallocator_unittest.cc',
'stunprober/stunprober_unittest.cc',
],
+ 'conditions': [
+ ['use_quic==1', {
+ 'sources': [
+ 'quic/quicconnectionhelper_unittest.cc',
+ 'quic/quicsession_unittest.cc',
+ 'quic/reliablequicstream_unittest.cc',
+ ],
+ }],
+ ],
},
},
],
« no previous file with comments | « webrtc/p2p/p2p.gyp ('k') | webrtc/p2p/quic/quicconnectionhelper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698