| 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',
|
| + ],
|
| + }],
|
| + ],
|
| },
|
| },
|
| ],
|
|
|