| Index: webrtc/p2p/p2p.gyp
|
| diff --git a/webrtc/p2p/p2p.gyp b/webrtc/p2p/p2p.gyp
|
| index 490cfbf08744fabf55566d961be9de06be506a29..10a439b4bd02bf95121cb5c121e8793e31dc2148 100644
|
| --- a/webrtc/p2p/p2p.gyp
|
| +++ b/webrtc/p2p/p2p.gyp
|
| @@ -98,6 +98,22 @@
|
| 'FEATURE_ENABLE_PSTN',
|
| ],
|
| }],
|
| + ['use_quic==1', {
|
| + 'dependencies': [
|
| + '<(DEPTH)/third_party/libquic/libquic.gyp:libquic',
|
| + ],
|
| + 'sources': [
|
| + 'quic/quicconnectionhelper.cc',
|
| + 'quic/quicconnectionhelper.h',
|
| + 'quic/quicsession.cc',
|
| + 'quic/quicsession.h',
|
| + 'quic/reliablequicstream.cc',
|
| + 'quic/reliablequicstream.h',
|
| + ],
|
| + 'export_dependent_settings': [
|
| + '<(DEPTH)/third_party/libquic/libquic.gyp:libquic',
|
| + ],
|
| + }],
|
| ],
|
| },
|
| {
|
|
|