Chromium Code Reviews| Index: webrtc/api/api.gyp |
| diff --git a/webrtc/api/api.gyp b/webrtc/api/api.gyp |
| index 3d47053ab4fec63621d1566e592d4733d77e630c..9f092a6cac39950aa3b1716ad1563d91c739ceda 100644 |
| --- a/webrtc/api/api.gyp |
| +++ b/webrtc/api/api.gyp |
| @@ -378,6 +378,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 |