| Index: webrtc/api/api.gyp
|
| diff --git a/webrtc/api/api.gyp b/webrtc/api/api.gyp
|
| index cfa8d9b8efa5c2806e4c1cb5a1edfed913816ee0..012dbd6a18d0dfbce358e2bdec9629946b6cd411 100644
|
| --- a/webrtc/api/api.gyp
|
| +++ b/webrtc/api/api.gyp
|
| @@ -375,6 +375,20 @@
|
| },
|
| },
|
| }],
|
| + ['use_quic==1', {
|
| + 'dependencies': [
|
| + '<(DEPTH)/third_party/libquic/libquic.gyp:libquic',
|
| + ],
|
| + 'sources': [
|
| + 'quicdatachannel.cc',
|
| + 'quicdatachannel.h',
|
| + 'quicdatatransport.cc',
|
| + 'quicdatatransport.h',
|
| + ],
|
| + 'export_dependent_settings': [
|
| + '<(DEPTH)/third_party/libquic/libquic.gyp:libquic',
|
| + ],
|
| + }],
|
| ],
|
| }, # target libjingle_peerconnection
|
| ], # targets
|
|
|